-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
77 lines (53 loc) · 1.37 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
include /ioc/tools/driver.makefile
BUILDCLASSES += vxWorks Linux WIN32
# cannot build required 'utilities' for vxWorks 6.6
EXCLUDE_ARCHS += V66
DBDS = -none-
SOURCES += listRecords.c
DBDS_3.14 += listRecords.dbd
SOURCES += updateMenuConvert.c
DBDS_3.14 += updateMenuConvert.dbd
SOURCES += addScan.c
DBDS_3.14 += addScan.dbd
SOURCES += dbll.c
DBDS_3.14 += dbll.dbd
SOURCES += cal.c
DBDS_3.14 += cal.dbd
SOURCES_3.13 += glob.c
SOURCES_3.14 += disctools.c
DBDS_3.14 += disctools.dbd
SOURCES += exec.c
DBDS_3.14 += exec.dbd
SOURCES += ifEnvSet.c
DBDS_3.14 += ifEnvSet.dbd
SOURCES_3.14 += mlock.c
DBDS_3.14 += mlock.dbd
SOURCES_3.14 += ulimit.c
DBDS_3.14 += ulimit.dbd
ifndef BASE_7_0
SOURCES += epicsEnvUnset.c
DBDS_3.14 += epicsEnvUnset.dbd
HEADERS += epicsEnvUnset.h
endif
ifndef BASE_3_16
SOURCES_3.14 += setMaxArrayBytes.c
SOURCES_3.14 += caFieldSize.c
DBDS_3.14 += setMaxArrayBytes.dbd
endif
SOURCES += echo.c
DBDS_3.14 += echo.dbd
ifndef BASE_7_0
SOURCES_3.14 += dbli.c
DBDS_3.14 += dbli.dbd
endif
SOURCES_3.14 += dbla.c
DBDS_3.14 += dbla.dbd
#SOURCES_3.14 += termSig.c
#DBDS_3.14 += termSig.dbd
SOURCES_3.14 += threads.c
DBDS_3.14 += threads.dbd
SOURCES_3.14 += eval.c
DBDS_3.14 += eval.dbd
SOURCES += afterInit.c
DBDS_3.14 += afterInit.dbd
SOURCES_vxWorks += bootNotify.c