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

Contents of /Tornado/Enraf/Makefile.config

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


Revision 1.2 - (show annotations)
Fri Sep 17 13:17:37 1999 UTC (24 years, 2 months ago) by tis4000
Branch: MAIN
CVS Tags: CAISO, t55baseline, Duluth_baseline, LMC_baseline, HEAD
Changes since 1.1: +0 -2 lines
Remove Id line - irani

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 M00INX = -I$(TISH)/rec
16 M00CCX = -DvxWorks -DV5_vxWorks
17 M00OPT =
18
19 M20INX = -I$(TISH)/rec
20 M20CCX = -DvxWorks -DV5_vxWorks
21 M20OPT =
22
23 M30INX = -I$(TISH)/rec
24 M30CCX = -DvxWorks -DV5_vxWorks
25 M30OPT =
26
27 X486INX = -I$(TISH)/rec
28 X486CCX = -DvxWorks -DV5_vxWorks
29 X486OPT =
30
31 #
32 # Define the source list for $(CUR).o
33 #
34
35 SRCS =\
36 $(SRC)/dev$(CUR).c \
37 $(SRC)/drv$(CUR).c \
38 # ---
39
40 #
41 # Define the object list for $(CUR).o
42 #
43
44 OBJS =\
45 dev$(CUR).o \
46 drv$(CUR).o \
47 # ---
48
49 #
50 # END of Makefile.config
51 #

  ViewVC Help
Powered by ViewVC 1.1.30