Files
harbour-core/harbour/utils/hbmake/Makefile
Dave Pearson 847ef1d8c3 2001-10-21 08:05 GMT Dave Pearson <davep@davep.org>
* source/hbmake/Makefile
      * Added missing continuation character to line 14.
   * utils/hbmake/hbmutils.prg
      * Adding missing ")" to `if' in line 21.
2001-10-21 08:08:17 +00:00

39 lines
408 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../
PRG_SOURCES=\
hbmake.prg \
hbmutils.prg \
fclass1.prg \
ffile1.prg \
ft_funcs.prg \
radios.prg \
checks.prg \
pickarry.prg \
pickfile.prg \
prb_stak.prg \
PRG_MAIN=hbmake.prg
LIBS=\
debug \
vm \
rtl \
rdd \
rtl \
vm \
macro \
pp \
lang \
common \
include $(TOP)$(ROOT)config/bin.cf