Files
pcas/src/vxWorks/iocCore/Makefile
2000-04-11 22:05:33 +00:00

21 lines
628 B
Makefile

TOP=../../..
include $(TOP)/configure/CONFIG
LIBRARY_vxWorks = iocCore
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)/vxComLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/vxDbLibrary.o
include $(TOP)/configure/RULES