diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index bd277145ee174214ea72569624011bff46ce9d2a..c7162a34e85e6a809b3dd28e59ba6fc54a8d39df 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -317,3 +317,10 @@ xxx_LIBS_Darwin += $(xxx_Common_LIBS) include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE + +$(COMMON_DIR)/iocxxxWin32Include.dbd: $(COMMON_DIR)/xxx_Common.dbd +$(COMMON_DIR)/iocxxxWin64Include.dbd: $(COMMON_DIR)/xxx_Common.dbd +$(COMMON_DIR)/iocxxxCygwinInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd +$(COMMON_DIR)/iocxxxVXInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd +$(COMMON_DIR)/iocxxxLinuxInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd +$(COMMON_DIR)/iocxxxDarwinInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd