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

Contents of /Tornado/Nwmod/Makefile.config

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


Revision 1.4 - (show annotations)
Thu Mar 16 17:07:14 2000 UTC (23 years, 8 months ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.3: +2 -2 lines
Added servers to the M30INX include - Steel

1 #
2 # Makefile.config
3 # !! special 'driver' version = Makefile.drvcnfg
4 #
5 # this file contains specific configuration for a given directory '.../Vx/xxx'
6 # by defining the working directory name, any special include search path
7 # directories, the source file list (used for make 'depend'), and the object
8 # module list (used by default user target).
9 #
10
11 #
12 # extra switches for each machine flavor
13 #
14
15 M30INX = -I$(SRCRT)\servers
16
17 X486INX = -I$(SRCRT)\servers
18
19 #
20 # Define the source list for $(CUR).o
21 #
22
23 SRCS =\
24 $(SRC)/dev$(CUR).c \
25 $(SRC)/drv$(CUR).c \
26 # ---
27
28 #
29 # Define the object list for $(CUR).o
30 #
31
32 OBJS =\
33 dev$(CUR).o \
34 drv$(CUR).o \
35 # ---
36
37 #
38 # END of Makefile.config
39 #

  ViewVC Help
Powered by ViewVC 1.1.30