Files
pvDatabase/configure/Makefile
2014-04-10 15:53:36 -05:00

10 lines
158 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES