Files
pvaClient/example/Makefile
2015-02-27 15:04:56 -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