Files
pcas/src/makeBaseApp/top/configure/Makefile
T

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