9 lines
176 B
Makefile
9 lines
176 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS += hostSrc
|
|
DIRS += iocHostSrc
|
|
DIRS += vxSrc
|
|
DIRS += $(wildcard *db*)
|
|
DIRS += $(wildcard *Db*)
|
|
include $(TOP)/configure/RULES_DIRS
|