15 lines
115 B
Makefile
15 lines
115 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ./
|
|
|
|
DIRS=\
|
|
include \
|
|
source \
|
|
obj \
|
|
tests \
|
|
# samples \
|
|
|
|
include $(ROOT)config/dir.cf
|