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 |
# |