/[TIS-4000 Rel T60]/Tornado2/Dnp/Makefile.config
ViewVC logotype

Annotation of /Tornado2/Dnp/Makefile.config

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


Revision 1.3 - (hide annotations)
Fri Aug 11 12:42:37 2000 UTC (23 years, 3 months ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, Duluth_baseline, HEAD
Changes since 1.2: +14 -4 lines
Changed file to allow DNP Master/Slave coexistence. - Johnson

1 tis4000 1.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 tis4000 1.3 M00INX =
15     M00CCX = -DvxWorks -DV5_vxWorks
16     M00OPT = -g
17    
18     M20INX =
19     M20CCX = -DvxWorks -DV5_vxWorks
20     M20OPT = -g
21    
22 tis4000 1.1 M30INX =
23 tis4000 1.3 M30CCX = -DvxWorks -DV5_vxWorks
24     M30OPT = -g
25 tis4000 1.1
26     X486INX =
27 tis4000 1.3 X486CCX = -DvxWorks -DV5_vxWorks
28     X486OPT = -g
29 tis4000 1.1
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 tis4000 1.3 $(SRC)\vxdnp.c \
41 tis4000 1.1 $(SRC)\pdpbrm.c \
42     $(SRC)\pdpdbas1.c \
43     $(SRC)\pdpdbas2.c \
44     $(SRC)\pdpdca.c \
45     $(SRC)\pdpdpa.c \
46     $(SRC)\pdpdtime.c \
47     $(SRC)\pdpdvrs.c \
48     $(SRC)\pdplink.c \
49     $(SRC)\pdplog.c \
50     $(SRC)\pdpobj.c \
51     $(SRC)\pdpphys.c \
52     $(SRC)\pdpque.c \
53     $(SRC)\pdprbe.c \
54     $(SRC)\pdptask.c \
55     $(SRC)\pdptport.c \
56     $(SRC)\tmwbcd.c \
57     $(SRC)\tmwintel.c \
58     $(SRC)\tmwmtrla.c \
59     $(SRC)\targ.c \
60     $(SRC)\dnptask.c \
61     $(SRC)\address.c \
62     $(SRC)\parse.c \
63     $(SRC)\tcpip.c \
64     $(SRC)\dev$(CUR).c \
65     $(SRC)\drv$(CUR).c \
66     # ---
67    
68     #
69     # Define the object list for CalISO.o
70     #
71    
72     OBJS =\
73 tis4000 1.3 vxdnp.o \
74 tis4000 1.1 pdpbrm.o \
75     pdpdbas1.o \
76     pdpdbas2.o \
77     pdpdca.o \
78     pdpdpa.o \
79     pdpdtime.o \
80     pdpdvrs.o \
81     pdplink.o \
82     pdplog.o \
83     pdpobj.o \
84     pdpphys.o \
85     pdpque.o \
86     pdprbe.o \
87     pdptask.o \
88     pdptport.o \
89     tmwbcd.o \
90     tmwintel.o \
91     tmwmtrla.o \
92     targ.o \
93     dnptask.o \
94     address.o \
95     parse.o \
96     tcpip.o \
97     dev$(CUR).o \
98     drv$(CUR).o \
99     # ---
100    
101     # END of Makefile.config
102     #

  ViewVC Help
Powered by ViewVC 1.1.30