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 | # |
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 seq.o |
21 | # |
22 | |
23 | SRCS =\ |
24 | $(SRC)/seq_main.c \ |
25 | $(SRC)/seq_ca.c \ |
26 | $(SRC)/seq_qry.c \ |
27 | $(SRC)/seq_task.c \ |
28 | $(SRC)/seq_mac.c \ |
29 | $(SRC)/seq_prog.c \ |
30 | $(SRC)/seq_monitor.c \ |
31 | # don't include $(SRC)/seqVersion.c \ |
32 | # --- |
33 | |
34 | # |
35 | # Define the object list for seq.o |
36 | # |
37 | |
38 | OBJS =\ |
39 | seq_main.o \ |
40 | seq_ca.o \ |
41 | seq_qry.o \ |
42 | seq_task.o \ |
43 | seq_mac.o \ |
44 | seq_prog.o \ |
45 | seq_monitor.o \ |
46 | seqVersion.o \ |
47 | # --- |
48 | |
49 | # |
50 | # END of Makefile.config |
51 | # |
ViewVC Help | |
Powered by ViewVC 1.1.30 |