Files
pvDatabase/exampleServer/configure/Makefile
T
2014-02-05 11:57:35 -05:00

9 lines
157 B
Makefile

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