Files
pyDevSup/configure/Makefile
Michael Davidsaver 6c0abcb890 update make config
2013-03-30 11:26:07 -04:00

14 lines
229 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
TARGETS += CONFIG_PY
include $(TOP)/configure/RULES
CONFIG_PY: $(TOP)/makehelper.py
$(PYTHON) $< $@