Files
pvAccess/configure/Makefile
Andrew Johnson 736f7c3ff3 Move EPICS_BASE_PVA_CORE_LIBS to new cfg/CONFIG_PVACCESS_MODULE file
... following the practice of other Base modules.
2017-12-06 22:35:54 -06:00

16 lines
502 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
CFG += CONFIG_PVACCESS_VERSION
CFG += CONFIG_PVACCESS_MODULE
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES