16 lines
504 B
Makefile
16 lines
504 B
Makefile
#*************************************************************************
|
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
TOP = ..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
TARGETS = $(CONFIG_TARGETS)
|
|
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
|
|
|
CFG += CONFIG_DATABASE_MODULE
|
|
CFG += CONFIG_DATABASE_VERSION
|
|
|
|
include $(TOP)/configure/RULES
|