Files
pvDatabase/configure/Makefile
Marty Kraimer fcb9e76e01 start project
2012-11-27 15:04:58 -05:00

9 lines
157 B
Makefile

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