Files
pcas/Makefile
1998-12-14 14:46:26 +00:00

16 lines
335 B
Makefile

#
# $Id$
#
TOP = ../..
ifneq ($(wildcard $(TOP)/config)x,x)
# New Makefile.Host config file location
include $(TOP)/config/CONFIG_EXTENSIONS
include $(TOP)/config/RULES_ARCHS
else
# Old Makefile.Unix config file location
EPICS=../../..
include $(EPICS)/config/CONFIG_EXTENSIONS
include $(EPICS)/config/RULES_ARCHS
endif