Files
pcas/config/Makefile
Janet B. Anderson 95850d58e3 Simplified makefile.
2000-09-28 19:35:03 +00:00

19 lines
307 B
Makefile

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