* tests/hbpptest/Makefile
* tests/Makefile
* tests/multifnc/Makefile
* Makefile
* external/Makefile
* source/Makefile
* utils/hbformat/Makefile
* utils/hbmk2/Makefile
* utils/hbtest/Makefile
* utils/hbi18n/Makefile
* utils/Makefile
* utils/hbrun/Makefile
% Started replacing TABs with spaces in simple variable assigments.
TABs are only required when specifiying a rule command.
16 lines
142 B
Makefile
16 lines
142 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DIRS := \
|
|
hbrun \
|
|
hbmk2 \
|
|
hbi18n \
|
|
hbtest \
|
|
hbformat \
|
|
$(HB_UTILS) \
|
|
|
|
include $(ROOT)config/dir.cf
|