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

Contents of /Tornado/bin/Makefile.config

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


Revision 1.3 - (show annotations)
Fri Dec 10 14:06:18 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +0 -12 lines
Placed all special priv targets under the user target defiend by the
CPU = I80486
Steel

1
2 #
3 # Makefile.config
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 # .01 05-12-95 ems removed epicsRelease
11
12
13 #
14 # extra switches for each machine flavor
15 #
16
17 M30INX =
18
19 X486INX =
20
21 #
22 # Define the source list for local objects
23 #
24
25 SRC = $(TISH)
26 SRCS =\
27 $(SRC)\epicsEnvParams.c \
28 # ---
29
30 #
31 # Define the object list for local objects
32 #
33
34 OBJS =\
35 epicsEnvParams.o \
36 # ---
37
38 OBJSX =\
39 $(BINRT)\db\$(DST)\dbLib.o \
40 $(BINRT)\rsrv\$(DST)\rsrvLib.o \
41 $(BINRT)\redund\$(DST)\dbServer \
42 $(BINRT)\time\$(DST)\timeLib.o \
43 $(BINRT)\libCom\$(DST)\libCom.o \
44 $(BINRT)\libvxWorks\$(DST)\vxComLib.o \
45 $(BINRT)\ca\$(DST)\caLib.o \
46 # ---
47
48 PRIV_OBJSX =\
49 $(BINRT)\db\$(DST)\priv_dbLib.o \
50 $(BINRT)\rsrv\$(DST)\priv_rsrvLib.o \
51 $(BINRT)\redund\$(DST)\priv_dbServer \
52 $(BINRT)\time\$(DST)\priv_timeLib.o \
53 $(BINRT)\libCom\$(DST)\libCom.o \
54 $(BINRT)\libvxWorks\$(DST)\vxComLib.o \
55 $(BINRT)\ca\$(DST)\priv_caLib.o \
56 $(BINRT)\CalISO\$(DST)\CalISO.o \
57 $(BINRT)\platform\$(DST)\pcioc.o \
58 # ---
59
60 M30OBJSY =\
61 $(BINRT)\platform\$(DST)\platformSup \
62 # ---
63
64 X486OBJSY =\
65 $(BINRT)\platform\$(DST)\platformSup \
66 # ---
67
68 #
69 # END of Makefile.config
70 #

  ViewVC Help
Powered by ViewVC 1.1.30