Files
harbour-core/harbour/contrib/Makefile
Viktor Szakats 960114030f 2009-03-02 23:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/Makefile
  - contrib/hbwhat
  + contrib/examples/hbwhat
  * contrib/examples/hbwhat/Makefile
    * Moved hbwhat to contrib/examples.
2009-03-02 22:34:38 +00:00

63 lines
633 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 \
hbziparc \
rddado \
xhb \
# contribs with external dependencies
DIRS +=\
gtalleg \
hbapollo \
hbblat \
hbcurl \
hbfbird \
hbfimage \
hbgd \
hbhpdf \
hbmsql \
hbmysql \
hbpgsql \
hbssl \
rddads \
rddsql \
else
ifneq ($(HB_CONTRIBLIBS),no)
DIRS = $(HB_CONTRIBLIBS)
endif
endif
DIRS += $(HB_CONTRIB_ADDONS)
# DIRS += examples
include $(ROOT)config/dir.cf