Files
pcas/src/misc/Makefile
T
2001-06-07 14:26:06 +00:00

28 lines
584 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
# For R3.13 compatibility only
OBJLIB_vxWorks=miscIoc
OBJLIB_SRCS = $(LIBSRCS)
include $(TOP)/configure/RULES