Files
pvDatabase/arrayPerformance/Makefile
2014-04-10 15:57:38 -05:00

14 lines
177 B
Makefile

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