Files
harbour-core/harbour/contrib/Makefile
Viktor Szakats d2af4060b6 2009-05-29 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/Makefile
    - Deleted commented 'examples' reference.
2009-05-29 10:29:09 +00:00

63 lines
662 B
Makefile

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