Files
pvDatabase/Makefile
2019-06-26 10:47:58 -04:00

13 lines
209 B
Makefile

#Makefile at top of application tree
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += src
src_DEPEND_DIRS = configure
DIRS += test
test_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP