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

Contents of /Tornado/sstools/Makefile.config

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


Revision 1.5 - (show annotations)
Mon Jul 10 12:16:24 2000 UTC (23 years, 5 months ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.4: +15 -3 lines
Modified to include the DNP over TCP build commands. - Johnson

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 # extra switches for each machine flavor
12 #
13
14 M00INX =
15 M00CCX = -DvxWorks -DV5_vxWorks
16 M00OPT = -g
17
18 M20INX =
19 M20CCX = -DvxWorks -DV5_vxWorks
20 M20OPT = -g
21
22 M30INX =
23 M30CCX = -DvxWorks -DV5_vxWorks
24 M30OPT = -g
25
26 X486INX =
27 X486CCX = -DvxWorks -DV5_vxWorks
28 X486OPT = -g
29
30 #
31 # individual module compiler flag requirements
32 # for particularly persnickety objects
33 #
34
35 #
36 # Define the source list for CalISO.o
37 #
38
39 SRCS =\
40 $(SRC)\sslib.c \
41 $(SRC)\names.c \
42 $(SRC)\compare.c \
43 $(SRC)\queues.c \
44 $(SRC)\netdata.c \
45 $(SRC)\timers.c \
46 $(SRC)\trace.c \
47 $(SRC)\audit.c \
48 $(SRC)\auditx.c \
49 $(SRC)\level1.c \
50 $(SRC)\l1_tcp.c \
51 $(SRC)\l1_dnp.c \
52 $(SRC)\l1_winx.c \
53 $(SRC)\l1_ssl.c \
54 $(SRC)\l1_sslx.c \
55 $(SRC)\l1_digi.c \
56 $(SRC)\l1_unix.c \
57 $(SRC)\l1_8250x.c \
58 $(SRC)\tcpvxw.c \
59 $(SRC)\libvxw.c \
60 # ---
61
62 #
63 # Define the object list for CalISO.o
64 #
65
66 OBJS =\
67 sslib.o \
68 names.o \
69 compare.o \
70 queues.o \
71 netdata.o \
72 timers.o \
73 trace.o \
74 audit.o \
75 level1.o \
76 l1_tcp.o \
77 l1_dnp.o \
78 l1_winx.o \
79 l1_ssl.o \
80 l1_digi.o \
81 l1_unix.o \
82 l1_8250x.o \
83 tcpvxw.o \
84 libvxw.o \
85 # ---
86
87 OBJSX =\
88 sslib.o \
89 names.o \
90 compare.o \
91 queues.o \
92 netdata.o \
93 timers.o \
94 trace.o \
95 auditx.o \
96 level1.o \
97 l1_tcp.o \
98 l1_dnp.o \
99 l1_winx.o \
100 l1_sslx.o \
101 l1_digi.o \
102 l1_unix.o \
103 l1_8250x.o \
104 tcpvxw.o \
105 libvxw.o \
106 # ---
107
108 # END of Makefile.config
109 #

  ViewVC Help
Powered by ViewVC 1.1.30