Parent Directory
|
Revision Log
|
Revision Graph
added emergency.o target - 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 | # |
12 | # extra switches for each machine flavor |
13 | # |
14 | |
15 | M30INX = |
16 | |
17 | X486INX = |
18 | |
19 | # |
20 | # Define the source list for dbServer |
21 | # |
22 | |
23 | SRCS =\ |
24 | $(SRC)/reslib.c \ |
25 | $(SRC)/dbserver.c \ |
26 | $(SRC)/redflib.c \ |
27 | $(SRC)/redqlib.c \ |
28 | $(SRC)/resmgr_seq.c \ |
29 | $(SRC)/dbCrcSubs.c \ |
30 | $(SRC)/pvdOnTheFly.c \ |
31 | $(SRC)/getPrecord.c \ |
32 | $(SRC)/freeMemory.c \ |
33 | $(SRC)/localEndian.c \ |
34 | $(SRC)/emergency.c \ |
35 | # --- |
36 | # $(SRC)/adjust.c \ |
37 | # $(SRC)/sdrLoad.c \ |
38 | |
39 | # |
40 | # Define the object list for dbServer |
41 | # |
42 | |
43 | OBJS =\ |
44 | reslib.o \ |
45 | dbserver.o \ |
46 | redflib.o \ |
47 | redqlib.o \ |
48 | resmgr_seq.o \ |
49 | dbCrcSubs.o \ |
50 | pvdOnTheFly.o \ |
51 | getPrecord.o \ |
52 | freeMemory.o \ |
53 | localEndian.o \ |
54 | # --- |
55 | # adjust.o \ |
56 | # sdrLoad.o \ |
57 | |
58 | PRIV_OBJS =\ |
59 | reslib.o \ |
60 | priv_dbserver.o \ |
61 | redflib.o \ |
62 | redqlib.o \ |
63 | resmgr_seq.o \ |
64 | dbCrcSubs.o \ |
65 | pvdOnTheFly.o \ |
66 | getPrecord.o \ |
67 | freeMemory.o \ |
68 | localEndian.o \ |
69 | # --- |
70 | # |
71 | # END of Makefile.config |
72 | # |
ViewVC Help | |
Powered by ViewVC 1.1.30 |