This commit is contained in:
Michael Davidsaver
2013-03-24 13:32:56 -04:00
commit e7b7bee395
19 changed files with 426 additions and 0 deletions

8
configure/Makefile Normal file
View File

@ -0,0 +1,8 @@
TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES