improve build system

This commit is contained in:
2018-06-21 11:25:18 +02:00
parent b98f76ece4
commit a9d89cd195
28 changed files with 149 additions and 412 deletions

View File

@ -1,4 +1,7 @@
TOP := ../../$(TOP)
TOP = ../..
ifneq ($(wildcard ../../../config),)
TOP = ../../..
endif
include $(TOP)/config/CONFIG_APP
@ -19,7 +22,7 @@ DBDEXPAND = streamAppInclude-3-13.dbd
#CPPFLAGS += -DDEBUGFILE=StreamDebug.log
include $(EPICS_BASE)/config/RULES.Vx
include $(TOP)/config/RULES.munch
include ../../config/RULES.munch
# Rebuild when LIBOBJS change
# Rebuild when LIBOBJS changes
$(LIBNAME): ../base-3-13LIBOBJS