/[TIS-4000 Rel T60]/Tornado/libCom/Makefile.config
ViewVC logotype

Contents of /Tornado/libCom/Makefile.config

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations)
Fri Dec 10 15:06:51 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +0 -12 lines
Deleted all defines except M30INX and X486INX to allow include of special directories.
Steel

1 #
2 # Makefile.config
3 #
4 # this file contains specific configuration for a given directory '.../Vx/xxx'
5 # by defining the working directory name, any special include search path
6 # directories, the source file list (used for make 'depend'), and the object
7 # module list (used by default user target).
8 #
9
10
11 #
12 # extra switches for each machine flavor
13 #
14
15 M30INX =
16
17 X486INX =
18
19 #
20 # Define the source list for libCom.o
21 #
22
23 SRCS =\
24 $(SRC)/calcPerform.c \
25 $(SRC)/envSubr.c \
26 $(SRC)/errMessage.c \
27 $(SRC)/errPrint.c \
28 $(SRC)/errSymFind.c \
29 $(SRC)/genSubr.c \
30 $(SRC)/genTaskSubr.c \
31 $(SRC)/nextFieldSubr.c \
32 $(SRC)/okToUse.c \
33 $(SRC)/postfix.c \
34 $(SRC)/pvd.c \
35 $(SRC)/tsSubr.c \
36 $(SRC)/sdrLoad.c \
37 # $(SRC)/cmdSubr.c \
38 # $(SRC)/cvtNumbers.c \
39 # $(SRC)/ezsSockSubr.c \
40 # $(SRC)/helpSubr.c \
41 # $(SRC)/sydSubr.c \
42 # $(SRC)/sydSubrCA.c \
43 # $(SRC)/sydSubrCF.c \
44 # $(SRC)/sydSubrSSF.c \
45 # ---
46
47 #
48 # Define the object list for libCom.o
49 #
50
51 # routines required in iocCore
52 OBJS0 =\
53 calcPerform.o \
54 envSubr.o \
55 errMessage.o \
56 errPrint.o \
57 errSymFind.o \
58 genSubr.o \
59 genTaskSubr.o \
60 nextFieldSubr.o \
61 okToUse.o \
62 postfix.o \
63 pvd.o \
64 tsSubr.o \
65 sdrLoad.o \
66 # ---
67
68 # low level routines for certain tools, e.g. cau
69 #OBJS1 =\
70 # cmdSubr.o \
71 # cvtNumbers.o \
72 # ezsSockSubr.o \
73 # helpSubr.o \
74 # ---
75
76 # high level routines for various tools & applications
77 #OBJS2 =\
78 # sydSubr.o \
79 # sydSubrCA.o \
80 # sydSubrCF.o \
81 # sydSubrSSF.o \
82 # ---
83
84 #
85 # END of Makefile.config
86 #

  ViewVC Help
Powered by ViewVC 1.1.30