24 lines
748 B
Makefile
24 lines
748 B
Makefile
TOP=../../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
iocCore_OBJS += $(INSTALL_BIN)/ComLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/caLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/dbStaticIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/registryIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/dbIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/asIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/miscIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/dbtoolsIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/rsrvIocLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/iocshLibrary.o
|
|
iocCore_OBJS += $(INSTALL_BIN)/vxComLibrary.o
|
|
iocCore_SRCS += registerRecordDeviceDriver.c
|
|
|
|
OBJLIB_vxWorks = iocCore
|
|
OBJLIB_OBJS += $(iocCore_OBJS)
|
|
OBJLIB_SRCS += registerRecordDeviceDriver.c
|
|
|
|
include $(TOP)/configure/RULES
|
|
|