1 |
|
2 |
# |
3 |
# Makefile.config |
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 |
# |
13 |
# extra switches for each machine flavor |
14 |
# |
15 |
|
16 |
M30INX = |
17 |
|
18 |
X486INX = |
19 |
|
20 |
# |
21 |
# Define the source list for timeLib.o |
22 |
# |
23 |
|
24 |
SRCS =\ |
25 |
$(SRC)/bootline.c \ |
26 |
# --- |
27 |
|
28 |
# |
29 |
# Define the object list for timeLib.o |
30 |
# |
31 |
|
32 |
OBJS =\ |
33 |
bootline.o \ |
34 |
# --- |
35 |
|
36 |
|
37 |
# |
38 |
# END of Makefile.config |
39 |
# |