Files
epics-base/src/misc/Makefile
2000-09-25 22:02:14 +00:00

24 lines
504 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
INC += epicsRelease.h
INC += iocInit.h
INC += asSubRecordFunctions.h
LIBSRCS += epicsRelease.c
LIBSRCS += iocInit.c
LIBSRCS += asSubRecordFunctions.c
DLL_LIBS = Com dbStaticIoc dbIoc asIoc rsrvIoc registryIoc
LIBRARY_IOC = miscIoc
miscIoc_DLL_LIBS = rsrvIoc asIoc dbIoc registryIoc dbStaticIoc Com
rsrvIoc_DIR=$(EPICS_BASE_LIB)
asIoc_DIR=$(EPICS_BASE_LIB)
registryIoc_DIR=$(EPICS_BASE_LIB)
misc_RCS_WIN32 = misc.rc
include $(TOP)/configure/RULES