Files
pcas/config/Makefile
2002-07-03 19:42:52 +00:00

16 lines
226 B
Makefile

#
# $Id$
#
TOP=..
include $(TOP)/configure/CONFIG
INSTALL_CONFIG = $(INSTALL_LOCATION)/config
CONFIGS += $(subst ../,,$(wildcard ../CONFIG*))
CONFIGS += $(subst ../,,$(wildcard ../RULES*))
include $(TOP)/configure/RULES