git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@6801 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# Makefile
|
|
|
|
TOP=..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
# Set the following to NO to disable consistency checking of
|
|
# the support applications defined in $(TOP)/configure/RELEASE
|
|
CHECK_RELEASE = YES
|
|
|
|
TARGETS = $(CONFIG_TARGETS)
|
|
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
|
|
|
include $(TOP)/configure/RULES
|
|
|