Parent Directory
|
Revision Log
|
Revision Graph
Deleted all defines except M30INX and X486INX to allow include of special directories. Steel
1 | # |
2 | # Makefile.config |
3 | # !! special 'driver' version = Makefile.drvcnfg |
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 | |
11 | # |
12 | # extra switches for each machine flavor |
13 | # |
14 | |
15 | M30INX = |
16 | |
17 | X486INX = |
18 | |
19 | # |
20 | # Define the source list for $(CUR).o |
21 | # $(SRC)\dev$(CUR).c \ |
22 | # $(SRC)\drv$(CUR).c \ |
23 | |
24 | |
25 | SRCS =\ |
26 | $(SRC)\access.c \ |
27 | $(SRC)\casm.c \ |
28 | $(SRC)\cfg1006.c \ |
29 | $(SRC)\emitfetc.c \ |
30 | $(SRC)\error.c \ |
31 | $(SRC)\files.c \ |
32 | $(SRC)\iccpdata.c \ |
33 | $(SRC)\iccpio.c \ |
34 | $(SRC)\iccptask.c \ |
35 | $(SRC)\ioroutin.c \ |
36 | $(SRC)\mmsdecod.c \ |
37 | $(SRC)\mmstypes.c \ |
38 | $(SRC)\pr_tab.c \ |
39 | $(SRC)\rfc1006.c \ |
40 | $(SRC)\search.c \ |
41 | $(SRC)\service.c \ |
42 | $(SRC)\tam.c \ |
43 | $(SRC)\tam_tp.c \ |
44 | $(SRC)\utility.c \ |
45 | $(SRC)\vxiccp.c \ |
46 | $(SRC)\win_time.c \ |
47 | $(SRC)\yy_tab.c \ |
48 | # --- |
49 | |
50 | # |
51 | # Define the object list for $(CUR).o |
52 | # dev$(CUR).o \ |
53 | # drv$(CUR).o \ |
54 | |
55 | OBJS =\ |
56 | access.o \ |
57 | casm.o \ |
58 | cfg1006.o \ |
59 | emitfetc.o \ |
60 | error.o \ |
61 | files.o \ |
62 | iccpdata.o \ |
63 | iccpio.o \ |
64 | iccptask.o \ |
65 | ioroutin.o \ |
66 | mmsdecod.o \ |
67 | mmstypes.o \ |
68 | pr_tab.o \ |
69 | rfc1006.o \ |
70 | search.o \ |
71 | service.o \ |
72 | tam.o \ |
73 | tam_tp.o \ |
74 | utility.o \ |
75 | vxiccp.o \ |
76 | win_time.o \ |
77 | yy_tab.o \ |
78 | # --- |
79 | |
80 | # |
81 | # END of Makefile.config |
82 | # |
ViewVC Help | |
Powered by ViewVC 1.1.30 |