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

Contents of /Tornado2/Ge/Makefile.config

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


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Apr 21 17:36:17 2000 UTC (23 years, 5 months ago) by tis4000
Branch: HIA, MAIN
CVS Tags: LMC_baseline, Duluth_baseline, Relt60baseline, HEAD
Changes since 1.1: +0 -0 lines
Setup Initial Baseline

1 #$Id: Makefile.drvcnfg,v 1.2 1995/08/03 17:26:40 steel Exp $
2
3 #
4 # Makefile.config
5 # !! special 'driver' version = Makefile.drvcnfg
6 #
7 # this file contains specific configuration for a given directory '.../Vx/xxx'
8 # by defining the working directory name, any special include search path
9 # directories, the source file list (used for make 'depend'), and the object
10 # module list (used by default user target).
11 #
12
13 #
14 # extra switches for each machine flavor
15 #
16
17 M00INX = -I$(TISH)\rec
18 M00CCX = -DvxWorks -DV5_vxWorks
19 M00OPT =
20
21 M20INX = -I$(TISH)\rec
22 M20CCX = -DvxWorks -DV5_vxWorks
23 M20OPT =
24
25 M30INX = -I$(TISH)\rec
26 M30CCX = -DvxWorks -DV5_vxWorks
27 M30OPT =
28
29 X486INX = -I$(TISH)\rec
30 X486CCX = -DvxWorks -DV5_vxWorks
31 X486OPT =
32
33 #
34 # Define the source list for $(CUR).o
35 #
36
37 SRCS =\
38 $(SRC)\dev$(CUR).c \
39 $(SRC)\drv$(CUR).c \
40 # ---
41
42 #
43 # Define the object list for $(CUR).o
44 #
45
46 OBJS =\
47 dev$(CUR).o \
48 drv$(CUR).o \
49 # ---
50
51 #
52 # END of Makefile.config
53 #

  ViewVC Help
Powered by ViewVC 1.1.30