Files
harbour-core/harbour/external/Makefile
Viktor Szakats 679835f3a8 2009-04-10 04:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* external/Makefile
  * contrib/Makefile
    ! Fixed make error when all subdirs were excluded.
2009-04-10 02:11:45 +00:00

30 lines
320 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_EXTERNALLIBS),)
# standalone contribs
DIRS=\
libhpdf \
libpng \
sqlite3 \
else
ifneq ($(HB_EXTERNALLIBS),no)
DIRS = $(HB_EXTERNALLIBS)
endif
endif
DIRS += $(HB_EXTERNAL_ADDONS)
ifneq ($(DIRS),)
include $(TOP)$(ROOT)config/dir.cf
else
include $(TOP)$(ROOT)config/none.cf
endif