* make_b32.mak
* make_vc.mak
* common.mak
* utils/hbdoc/Makefile
* utils/hbmake/Makefile
* utils/hbtest/Makefile
* utils/hbrun/Makefile
% Setup to build shipped Harbour executables with -gc0.
; TODO: Please update make_gcc.mak.
* ChangeLog
+ Marked one change as [TOMERGE 1.0]
42 lines
428 B
Makefile
42 lines
428 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ifeq ($(HB_MAIN),)
|
|
HB_MAIN = std
|
|
endif
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
hbdoc.prg \
|
|
genos2.prg \
|
|
gentrf.prg \
|
|
genng.prg \
|
|
genhtm.prg \
|
|
genchm.prg \
|
|
genrtf.prg \
|
|
genhpc.prg \
|
|
genasc.prg \
|
|
genpdf1.prg \
|
|
ft_funcs.prg \
|
|
|
|
C_SOURCES=\
|
|
hbdfrdln.c \
|
|
|
|
PRG_MAIN=hbdoc.prg
|
|
|
|
LIBS=\
|
|
hbdebug \
|
|
hbvm \
|
|
hbrtl \
|
|
hbnulrdd \
|
|
hbrtl \
|
|
hbvm \
|
|
hbmacro \
|
|
hbcommon \
|
|
|
|
PRG_USR += -gc0
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|