Moved USE_GRAPHICSMAGICK from configure/RELEASE to configure/CONFIG_SITE. Added andor3.template to DB/Makefile. git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16419 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
11 lines
364 B
Makefile
11 lines
364 B
Makefile
#Makefile at top of application tree
|
|
TOP = .
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), configure)
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *app))
|
|
ifeq ($(BUILD_APPS), YES)
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot))
|
|
endif
|
|
include $(TOP)/configure/RULES_TOP
|