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

Contents of /Tornado/Eabplc/Makefile.config

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


Revision 1.1 - (show annotations)
Mon Aug 23 18:43:18 1999 UTC (24 years, 3 months ago) by tis4000
Branch: MAIN
Branch point for: HIA
Initial revision

1 #$Id: Makefile.config,v 1.1.1.1 1999/08/23 13:34:38 tis4000 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