1 |
tis4000 |
1.1 |
#$Id: Makefile.config,v 1.1.1.1 1999/08/23 13:34:41 tis4000 Exp $ |
2 |
|
|
|
3 |
|
|
# |
4 |
|
|
# Makefile.config |
5 |
|
|
# !! special 'driver' version = Makefile.drvcnfg |
6 |
|
|
# |
7 |
|
|
# this file contains specific configuration for a given directory '.../Vx/xxx' |
8 |
|
|
# by defining the working directory name, any special include search path |
9 |
|
|
# directories, the source file list (used for make 'depend'), and the object |
10 |
|
|
# module list (used by default user target). |
11 |
|
|
# |
12 |
|
|
|
13 |
|
|
# |
14 |
|
|
# extra switches for each machine flavor |
15 |
|
|
# |
16 |
|
|
|
17 |
|
|
M00INX = -I$(TISH)/rec |
18 |
|
|
M00CCX = -DvxWorks -DV5_vxWorks |
19 |
|
|
M00OPT = |
20 |
|
|
|
21 |
|
|
M20INX = -I$(TISH)/rec |
22 |
|
|
M20CCX = -DvxWorks -DV5_vxWorks |
23 |
|
|
M20OPT = |
24 |
|
|
|
25 |
|
|
M30INX = -I$(TISH)/rec |
26 |
|
|
M30CCX = -DvxWorks -DV5_vxWorks |
27 |
|
|
M30OPT = |
28 |
|
|
|
29 |
|
|
X486INX = -I$(TISH)/rec |
30 |
|
|
X486CCX = -DvxWorks -DV5_vxWorks |
31 |
|
|
X486OPT = |
32 |
|
|
|
33 |
|
|
# |
34 |
|
|
# Define the source list for $(CUR).o |
35 |
|
|
# |
36 |
|
|
|
37 |
|
|
SRCS =\ |
38 |
|
|
$(SRC)/dev$(CUR).c \ |
39 |
|
|
$(SRC)/drv$(CUR).c \ |
40 |
|
|
# --- |
41 |
|
|
|
42 |
|
|
# |
43 |
|
|
# Define the object list for $(CUR).o |
44 |
|
|
# |
45 |
|
|
|
46 |
|
|
OBJS =\ |
47 |
|
|
dev$(CUR).o \ |
48 |
|
|
drv$(CUR).o \ |
49 |
|
|
# --- |
50 |
|
|
|
51 |
|
|
# |
52 |
|
|
# END of Makefile.config |
53 |
|
|
# |