Files
harbour-core/harbour/contrib/Makefile
Viktor Szakats 2f538dad8d 2009-02-25 23:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/postinst.cmd
  * bin/postinst.bat
  * bin/postinst.sh
    - Removed creation of hb*.bat files.

  * contrib/make_b32_all.bat
  * contrib/make_gcc_all.sh
  * contrib/make_vc_all.bat
  * contrib/Makefile
    * Disabled hbwhat.

  * contrib/gtwvg/wvggui.c
    ! Fixed a few warnings.
2009-02-25 22:45:12 +00:00

62 lines
609 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_CONTRIBLIBS),)
# standalone contribs
DIRS=\
gtwvg \
hbbmcdx \
hbbtree \
hbclipsm \
hbcrypt \
hbct \
hbgf \
hbgt \
hbmisc \
hbmzip \
hbnf \
hbodbc \
hbole \
hbsqlit3 \
hbtip \
hbtpathy \
hbvpdf \
hbwin \
# hbwhat \
hbziparc \
rddado \
xhb \
# contribs with external dependencies
DIRS +=\
gtalleg \
hbapollo \
hbblat \
hbcurl \
hbfbird \
hbfimage \
hbgd \
hbhpdf \
hbmsql \
hbmysql \
hbpgsql \
hbssl \
rddads \
rddsql \
else
DIRS = $(HB_CONTRIBLIBS)
endif
DIRS += $(HB_CONTRIB_ADDONS)
# DIRS += examples
include $(ROOT)config/dir.cf