* harbour/contrib/Makefile
! fixed some contrib library comments: # used before 1-st commented
library created long comment to the end of library list
58 lines
559 B
Makefile
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
|