Files
pyDevSup/configure/Makefile
Michael Davidsaver fb4d7a0c6f install python config
Usable by 3rd party modules.
Fix python3 stuff
2013-12-10 20:22:57 -05:00

22 lines
339 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
ifdef T_A
CONFIGS = CONFIG_PY RULES_PY os/CONFIG_PY.Common.$(T_A)
endif
include $(TOP)/configure/RULES
os/CONFIG_PY.Common.%: $(TOP)/makehelper.py
[ -d $(dir $@) ] || $(MKDIR) $(dir $@)
$(PYTHON) $< $@
realclean:: py_clean
clean:: py_clean
py_clean:
$(RMDIR) os