Files
harbour-core/harbour/utils/hbmake/Makefile
Viktor Szakats 632b1ad7e1 2008-08-25 17:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* common.mak
   * utils/hbmake/Makefile
   * utils/hbmake/bld_b32.bat
   * utils/hbmake/bld_vc.bat
   * utils/hbmake/hbmake.prg
   - utils/hbmake/hbmutils.prg
     * hbmutils.prg merged into hbmake.prg.
2008-08-25 15:14:13 +00:00

32 lines
298 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../
PRG_SOURCES=\
hbmake.prg \
C_SOURCES=\
hbmfrdln.c \
hbmgauge.c \
hbmlang.c \
PRG_MAIN=hbmake.prg
LIBS=\
hbdebug \
hbvm \
hbrtl \
hbnulrdd \
hbrtl \
hbvm \
hbmacro \
hbcommon \
include $(TOP)$(ROOT)config/bin.cf