12 lines
174 B
Makefile
12 lines
174 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
|
|
|
|
|