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,5 +1,7 @@
TOP := ../../$(TOP)
TOP = ../..
ifneq ($(wildcard ../../../config),)
TOP = ../../..
endif
include $(TOP)/config/CONFIG_APP
include $(EPICS_BASE)/config/RULES.Host