20 lines
165 B
Makefile
20 lines
165 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DIRS=\
|
|
hbpp \
|
|
hbpptest \
|
|
hbver \
|
|
hbrun \
|
|
hbdot \
|
|
hbdoc \
|
|
hbtest \
|
|
hbmake \
|
|
$(HB_UTILS) \
|
|
# hbextern \
|
|
|
|
include $(ROOT)config/dir.cf
|