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