41 lines
471 B
Plaintext
41 lines
471 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# the order of following list is important
|
|
|
|
DIRS = \
|
|
tools \
|
|
include \
|
|
cxxTemplates \
|
|
toolsComm\
|
|
libCom \
|
|
libvxWorks\
|
|
cvtDctsdr \
|
|
dbStatic \
|
|
db \
|
|
bpt \
|
|
ca \
|
|
gdd \
|
|
cas \
|
|
util \
|
|
misc \
|
|
sequencer \
|
|
dbtools \
|
|
rsrv\
|
|
rec\
|
|
as \
|
|
drv\
|
|
dev\
|
|
devOpt\
|
|
iocCore
|
|
|
|
|
|
EPICS_BASE = $(TOP)
|
|
|
|
# EPICS include config file
|
|
include $(TOP)/config/CONFIG
|
|
|
|
EPICS_BASE = $(INSTALL_LOCATION)
|
|
|