forked from epics_driver_modules/motorBase
21 lines
481 B
Makefile
21 lines
481 B
Makefile
#
|
|
# $Id: Makefile.Vx,v 1.1 2000-02-08 22:17:43 sluiter Exp $
|
|
#
|
|
|
|
TOP=../..
|
|
include $(TOP)/config/CONFIG_APP
|
|
|
|
TARGETS = CONFIG_APP_INCLUDE
|
|
|
|
include $(TOP)/config/RULES.Vx
|
|
|
|
inc:: $(TARGETS)
|
|
|
|
ifeq ($(wildcard $(TOP)/config/RELEASE.$(HOST_ARCH)),$(TOP)/config/RELEASE.$(HOST_ARCH))
|
|
CONFIG_APP_INCLUDE: $(TOP)/config/RELEASE.$(HOST_ARCH)
|
|
endif
|
|
|
|
CONFIG_APP_INCLUDE: $(TOP)/config/RELEASE $(TOP)/config/CONFIG_APP
|
|
$(RM) $@
|
|
@$(PERL) $(TOP)/config/makeConfigAppInclude.pl $(T_A) $@ $(TOP)
|