* harbour-ce-spec
* harbour-w32-spec
* harbour.spec
* common.mak
* make_b32.mak
* make_gcc.mak
* make_vc.mak
* make_vcce.mak
* make_tgz.sh
* utils/Makefile
- utils/hbpptest
+ tests/hbpptest
* Moved hbpptest to tests.
18 lines
137 B
Makefile
18 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DIRS=\
|
|
hbrun \
|
|
hbdot \
|
|
hbdoc \
|
|
hbtest \
|
|
hbmake \
|
|
$(HB_UTILS) \
|
|
|
|
# hbextern \
|
|
|
|
include $(ROOT)config/dir.cf
|