51 lines
955 B
Plaintext
51 lines
955 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# the order of following list is important
|
|
|
|
#
|
|
# for c++ build add the dirs gdd and cas after ca
|
|
# (and uncomment the c++ files in src/lbCom/Makefile.Unix)
|
|
#
|
|
DIRS = \
|
|
tools \
|
|
include \
|
|
cxxTemplates \
|
|
toolsComm\
|
|
libCom \
|
|
libvxWorks\
|
|
cvtDctsdr \
|
|
dbStatic \
|
|
db \
|
|
bpt \
|
|
ca \
|
|
util \
|
|
misc \
|
|
sequencer \
|
|
dbtools \
|
|
rsrv\
|
|
rec\
|
|
as \
|
|
drv\
|
|
dev\
|
|
devOpt\
|
|
iocCore
|
|
|
|
EPICS_BASE = $(TOP)
|
|
|
|
# EPICS include config file
|
|
include $(EPICS_BASE)/config/CONFIG
|
|
|
|
EPICS_BASE = $(INSTALL_LOCATION)
|
|
|
|
#
|
|
# this speeds up the build by turning off implicit rules search
|
|
#
|
|
.PHONY:: $(EPICS_BASE)/config/CONFIG
|
|
.PHONY:: $(EPICS_BASE)/config/CONFIG.* $(EPICS_BASE)/config/CONFIG_*
|
|
.PHONY:: $(EPICS_BASE)/config/RULES.* $(EPICS_BASE)/config/RULES_* .DEPENDS
|
|
.PHONY:: $(HOME)/.EPICS_CONFIG $(HOME)/.EPICS_CONFIG.$(HOST_ARCH)
|
|
.PHONY:: ../Makefile.Vx ../Makefile.Unix ../Makefile.Host Makefile
|
|
|