Files
harbour-core/harbour/contrib/Makefile
Viktor Szakats 119b2b97c5 2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit3/Makefile
   * contrib/Makefile
     + Reenabled hbsqlit3 for w32 platform.
2008-07-02 20:45:44 +00:00

57 lines
558 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_CONTRIBLIBS),)
# standalone contribs
DIRS=\
gtwvg \
hbbmcdx \
hbbtree \
hbclipsm \
hbct \
hbgf \
hbgt \
hbmisc \
hbmzip \
hbnf \
hbodbc \
hbole \
# hbsqlit2 \
hbsqlit3 \
hbtip \
hbtpathy \
hbvpdf \
hbw32 \
# hbw32ddr \
# hbwhat32 \
# hbziparch \
rddado \
xhb \
# contribs with external dependencies
DIRS +=\
hbapollo \
hbcurl \
hbfbird \
hbfimage \
hbgd \
hbhpdf \
hbmsql \
hbmysql \
hbpgsql \
rddads \
else
DIRS = $(HB_CONTRIBLIBS)
endif
# DIRS += examples
include $(ROOT)config/dir.cf