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

Contents of /Tornado2/Dnp/Makefile.config

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


Revision 1.2 - (show annotations)
Thu Jun 15 20:18:40 2000 UTC (22 years, 11 months ago) by tis4000
Branch: MAIN
Changes since 1.1: +0 -2 lines
Removed references to SHADOW.C. - 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 M30INX =
15
16 X486INX =
17
18 #
19 # individual module compiler flag requirements
20 # for particularly persnickety objects
21 #
22
23 #
24 # Define the source list for CalISO.o
25 #
26
27 SRCS =\
28 $(SRC)\vxslave.c \
29 $(SRC)\vxmaster.c \
30 $(SRC)\pdpbrm.c \
31 $(SRC)\pdpdbas1.c \
32 $(SRC)\pdpdbas2.c \
33 $(SRC)\pdpdca.c \
34 $(SRC)\pdpdpa.c \
35 $(SRC)\pdpdtime.c \
36 $(SRC)\pdpdvrs.c \
37 $(SRC)\pdplink.c \
38 $(SRC)\pdplog.c \
39 $(SRC)\pdpobj.c \
40 $(SRC)\pdpphys.c \
41 $(SRC)\pdpque.c \
42 $(SRC)\pdprbe.c \
43 $(SRC)\pdptask.c \
44 $(SRC)\pdptport.c \
45 $(SRC)\tmwbcd.c \
46 $(SRC)\tmwintel.c \
47 $(SRC)\tmwmtrla.c \
48 $(SRC)\targ.c \
49 $(SRC)\dnptask.c \
50 $(SRC)\address.c \
51 $(SRC)\parse.c \
52 $(SRC)\tcpip.c \
53 $(SRC)\dev$(CUR).c \
54 $(SRC)\drv$(CUR).c \
55 # ---
56
57 #
58 # Define the object list for CalISO.o
59 #
60
61 OBJS =\
62 vxslave.o \
63 vxmaster.o \
64 pdpbrm.o \
65 pdpdbas1.o \
66 pdpdbas2.o \
67 pdpdca.o \
68 pdpdpa.o \
69 pdpdtime.o \
70 pdpdvrs.o \
71 pdplink.o \
72 pdplog.o \
73 pdpobj.o \
74 pdpphys.o \
75 pdpque.o \
76 pdprbe.o \
77 pdptask.o \
78 pdptport.o \
79 tmwbcd.o \
80 tmwintel.o \
81 tmwmtrla.o \
82 targ.o \
83 dnptask.o \
84 address.o \
85 parse.o \
86 tcpip.o \
87 dev$(CUR).o \
88 drv$(CUR).o \
89 # ---
90
91 # END of Makefile.config
92 #

  ViewVC Help
Powered by ViewVC 1.1.28