IOCstatsApp/Makefile
author Heinz Junkes <junkes@fhi-berlin.mpg.de>
Tue, 28 Oct 2014 04:47:56 +0100
changeset 4 f4ddf0ee30a9
parent 0 50cbed80af1a
permissions -rw-r--r--
new structure, local EPICS-base and support files, not included in repo

TOP=..
include $(TOP)/configure/CONFIG
#----------------------------------------
#  ADD MACRO DEFINITIONS AFTER THIS LINE

# generic IOC stats Db (soft and VME IOCs)
DB += IOC-stats.db

LIBRARY_IOC += devTimestampWorkaround
DBD += devTimestampWorkaround.dbd
devTimestampWorkaround_SRCS = devTimestampWorkaround.c

include $(TOP)/configure/RULES
#----------------------------------------
#  ADD RULES AFTER THIS LINE