Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127491
Collapse All | Expand All

(-)libanne4.0/src/adwdm/fmsgwd.inc (-1 / +1 lines)
Lines 1-2 Link Here
1
C     Defines the name of the message file
1
C     Defines the name of the message file
2
      WDNAME = '/usr/opt/wrdapp/libanne4.0/lib_data/message.wdm'
2
      WDNAME = '/usr/share/libanne/message.wdm'
(-)libanne4.0/src/adwdm/makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
ObjVrsn = $(ObjUnix)        # source Obj[Unix, Vax]
13
ObjVrsn = $(ObjUnix)        # source Obj[Unix, Vax]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
16
FC      = f77               # Compiler name
16
FC      = g77               # Compiler name
17
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
17
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
18
18
19
#*******************************************************************
19
#*******************************************************************
(-)libanne4.0/src/aide/fmsgwd.inc (-1 / +1 lines)
Lines 1-2 Link Here
1
C     Defines the name of the message file
1
C     Defines the name of the message file
2
      WDNAME = '/usr/opt/wrdapp/libanne4.0/lib_data/message.wdm'
2
      WDNAME = '/usr/share/libanne/message.wdm'
(-)libanne4.0/src/aide/makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
ObjVrsn = $(ObjUnix)        # source Obj[Unix, Vax]
13
ObjVrsn = $(ObjUnix)        # source Obj[Unix, Vax]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
16
F77     = f77               # Compiler name
16
F77     = g77               # Compiler name
17
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
17
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
18
18
19
#*******************************************************************
19
#*******************************************************************
(-)libanne4.0/src/ann/makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
16
17
#*******************************************************************
17
#*******************************************************************
(-)libanne4.0/src/awstat/makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
16
17
#*******************************************************************
17
#*******************************************************************
(-)libanne4.0/src/graph/makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
ObjVrsn = $(ObjUnix)        # source Obj[Unix, DG, Lh]
12
ObjVrsn = $(ObjUnix)        # source Obj[Unix, DG, Lh]
13
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
14
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
15
FC      = f77               # Compiler name
15
FC      = g77               # Compiler name
16
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
17
17
18
#*******************************************************************
18
#*******************************************************************
(-)libanne4.0/src/stats/makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
16
17
#*******************************************************************
17
#*******************************************************************
(-)libanne4.0/src/util/makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
ObjVrsn = $(ObjSun)         # source Obj[Sun, SGI, DG, AIX, Dec, HP, or 90]
13
ObjVrsn = $(ObjSun)         # source Obj[Sun, SGI, DG, AIX, Dec, HP, or 90]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
14
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
15
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
16
FC      = f77               # Compiler name
16
FC      = g77               # Compiler name
17
CFLAGS  = $(OptC)           # C compile options (OptC or DbgC)
17
CFLAGS  = $(OptC)           # C compile options (OptC or DbgC)
18
CC      = gcc               # C compiler
18
CC      = gcc               # C compiler
19
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
19
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
(-)libanne4.0/src/waide/makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
16
17
#*******************************************************************
17
#*******************************************************************
(-)libanne4.0/src/waide/qtfils.f (-1 / +1 lines)
Lines 233-239 Link Here
233
C     write (99,*) '****               fout = ', fout
233
C     write (99,*) '****               fout = ', fout
234
        IF (INQERR .EQ. 0) THEN
234
        IF (INQERR .EQ. 0) THEN
235
C         no error condition, what about the file
235
C         no error condition, what about the file
236
          IF (OD .EQ. .TRUE.) THEN
236
          IF (OD .EQV. .TRUE.) THEN
237
C           file is open
237
C           file is open
238
            OPNFLG = 0
238
            OPNFLG = 0
239
            IF (NEWF .NE. FOUT) THEN
239
            IF (NEWF .NE. FOUT) THEN
(-)libanne4.0/src/wdimex/makefile (-3 / +3 lines)
Lines 11-19 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
LdA     = $(LdSunA)         # Ld[Unix, Sun]A
15
LdA     = $(LdUnixA)         # Ld[Unix, Sun]A
16
LdB     = $(LdSunB)         # Ld[Unix, Sun]B
16
LdB     = $(LdUnixB)         # Ld[Unix, Sun]B
17
Strip   = $(Strip_Y)        # strip (Strip_Y or Strip_N)
17
Strip   = $(Strip_Y)        # strip (Strip_Y or Strip_N)
18
18
19
#*******************************************************************
19
#*******************************************************************
(-)libanne4.0/src/wdm/makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
12
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
13
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FC      = f77               # Compiler name
14
FC      = g77               # Compiler name
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
15
SymTbl  = $(BSD)            # symbol table (BSD or SYS_V)
16
16
17
#*******************************************************************
17
#*******************************************************************
(-)libanne4.0/src/wdmrx/fmsgwd.inc (-1 / +1 lines)
Lines 1-2 Link Here
1
C     Defines the name of the message file
1
C     Defines the name of the message file
2
      WDNAME = '/usr/opt/wrdapp/libanne4.0/lib_data/message.wdm'
2
      WDNAME = '/usr/share/libanne/message.wdm'
(-)libanne4.0/src/wdmrx/makefile (-3 / +3 lines)
Lines 12-20 Link Here
12
12
13
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
13
FFVrsn  = $(FFUnix)         # Version FF[Unix, AIX]
14
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
14
FFLAGS  = $(OptM) $(FFVrsn) # compile options (OptM or DbgF) + FFVrsn
15
FC      = f77               # Compiler name
15
FC      = g77               # Compiler name
16
LdA     = $(LdSunA)         # Ld[Unix, Sun]A
16
LdA     = $(LdUnixA)         # Ld[Unix, Sun]A
17
LdB     = $(LdSunB)         # Ld[Unix, Sun]B
17
LdB     = $(LdUnixB)         # Ld[Unix, Sun]B
18
Strip   = $(Strip_Y)        # strip (Strip_Y or Strip_N)
18
Strip   = $(Strip_Y)        # strip (Strip_Y or Strip_N)
19
19
20
#*******************************************************************
20
#*******************************************************************

Return to bug 127491