changeset 0 | 50cbed80af1a |
-1:000000000000 | 0:50cbed80af1a |
---|---|
1 TOP=.. |
|
2 include $(TOP)/configure/CONFIG |
|
3 #---------------------------------------- |
|
4 # ADD MACRO DEFINITIONS AFTER THIS LINE |
|
5 |
|
6 # generic IOC stats Db (soft and VME IOCs) |
|
7 DB += IOC-stats.db |
|
8 |
|
9 LIBRARY_IOC += devTimestampWorkaround |
|
10 DBD += devTimestampWorkaround.dbd |
|
11 devTimestampWorkaround_SRCS = devTimestampWorkaround.c |
|
12 |
|
13 include $(TOP)/configure/RULES |
|
14 #---------------------------------------- |
|
15 # ADD RULES AFTER THIS LINE |
|
16 |