13 lines
187 B
Makefile
13 lines
187 B
Makefile
# Makefile
|
|
|
|
TOP=..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
TARGETS = $(CONFIG_TARGETS)
|
|
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
depends: install
|