Files
pvDatabase/arrayPerfTop/Makefile
2014-04-17 15:46:26 -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