36 lines
518 B
Makefile
36 lines
518 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
#
|
|
# for c++ build add the dirs gdd and cas after ca
|
|
# (and uncomment the c++ files in src/lbCom/Makefile.Unix)
|
|
#
|
|
DIRS += toolsComm
|
|
DIRS += makeBaseApp
|
|
DIRS += libCom
|
|
DIRS += libCom/test
|
|
DIRS += dbStatic
|
|
DIRS += db
|
|
DIRS += db/test
|
|
DIRS += ca
|
|
DIRS += registry
|
|
DIRS += bpt
|
|
DIRS += util
|
|
DIRS += misc
|
|
DIRS += dbtools
|
|
DIRS += rsrv
|
|
DIRS += rec
|
|
DIRS += as
|
|
DIRS += dev
|
|
#Following are optional
|
|
DIRS += vxWorks
|
|
#DIRS += gdd
|
|
#DIRS += cas
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|
|
|