make compatible to standard EPICS build system

This commit is contained in:
2017-01-19 16:55:28 +01:00
parent 46a68831c2
commit a4888634b6
6 changed files with 80 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Remove this file if not using the PSI build system
ifeq ($(wildcard /ioc/tools/driver.makefile),)
$(warning It seems you do not have the PSI build environment. Remove GNUmakefile.)
include Makefile
else
include /ioc/tools/driver.makefile
EXCLUDE_VERSIONS = 3.13.2
PROJECT=stream
@ -54,3 +57,5 @@ export DBDFILES = streamSup.dbd
streamSup.dbd:
@echo Creating $@
perl ../src/makedbd.pl $(RECORDTYPES) > $@
endif