Files
harbour-core/harbour/contrib/Makefile
Przemyslaw Czerpak 3e4d3d4dee 2008-07-03 16:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/Makefile
    ! fixed some contrib library comments: # used before 1-st commented
      library created long comment to the end of library list
2008-07-03 14:35:14 +00:00

58 lines
559 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_CONTRIBLIBS),)
# standalone contribs
DIRS=\
gtwvg \
hbbmcdx \
hbbtree \
hbclipsm \
hbct \
hbgf \
hbgt \
hbmisc \
hbmzip \
hbnf \
hbodbc \
hbole \
hbsqlit3 \
hbtip \
hbtpathy \
hbvpdf \
hbw32 \
rddado \
xhb \
# hbsqlit2 \
# hbw32ddr \
# hbwhat32 \
# hbziparch \
# 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