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

Contents of /Tornado/CalISO/Makefile.config

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


Revision 1.5 - (show annotations)
Fri Dec 10 14:26:11 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.4: +0 -12 lines
Deleted all defines except M30INX and X486INX to allow include of special
directories
Steel

1 #
2 # Makefile.config
3 #
4 # this file contains specific configuration for a given directory '.../Vx/xxx'
5 # by defining the working directory name, any special include search path
6 # directories, the source file list (used for make 'depend'), and the object
7 # module list (used by default user target).
8 #
9
10 #
11 # extra switches for each machine flavor
12 #
13
14 M30INX =
15
16 X486INX =
17
18 #
19 # individual module compiler flag requirements
20 # for particularly persnickety objects
21 #
22
23 #
24 # Define the source list for CalISO.o
25 #
26
27 SRCS =\
28 $(SRC)/iocTisDB.c \
29 $(SRC)/iocPriv.c \
30 $(SRC)/iocNameSrv.c \
31 $(SRC)/AuditSystem.c \
32 $(SRC)/BrandyClock.c \
33 $(SRC)/secureTelnetd.c \
34 $(SRC)/meterMaster.c \
35 $(SRC)/emergencyTelnetd.c \
36 $(SRC)/securePINInstallD.c \
37 $(SRC)/sslShared.c \
38 $(SRC)/cix_local.c \
39 $(SRC)/spyrusTools.c \
40 $(SRC)/pic_hexdump.c \
41 # ---
42
43 #
44 # Define the object list for CalISO.o
45 #
46
47 OBJS =\
48 iocTisDB.o \
49 iocPriv.o \
50 iocNameSrv.o \
51 AuditSystem.o \
52 BrandyClock.o \
53 secureTelnetd.o \
54 meterMaster.o \
55 emergencyTelnetd.o \
56 securePINInstallD.o \
57 sslShared.o \
58 cix_local.o \
59 spyrusTools.o \
60 pic_hexdump.o \
61 # ---
62
63 #
64 # END of Makefile.config
65 #

  ViewVC Help
Powered by ViewVC 1.1.30