Files
harbour-core/harbour/contrib/hbtip/Makefile
Viktor Szakats 0593b0ede5 2010-05-31 20:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbtip/hbtipssl/Makefile
  * contrib/hbtip/Makefile
    + Always create hbtipssl. (not just when 
      openssl is detected)

  * config/detect.mk
  * contrib/hbssl/hbssls/Makefile
  * contrib/hbssl/Makefile
    * Moved openssl detection from central (core) location 
      to hbssl lib.
    ! Fixed hbssl GNU Make files after recent change in 
      static/dynamic selection.
2010-05-31 19:00:30 +00:00

44 lines
597 B
Makefile

#
# $Id$
#
ROOT := ../../
include $(TOP)$(ROOT)config/global.mk
LIBNAME := hbtip
C_SOURCES := \
encb64c.c \
encurlc.c \
utils.c \
PRG_SOURCES := \
cgi.prg \
client.prg \
credent.prg \
encb64.prg \
encoder.prg \
encqp.prg \
encurl.prg \
ftpcli.prg \
httpcli.prg \
log.prg \
mail.prg \
popcli.prg \
sendmail.prg \
sessid.prg \
smtpcli.prg \
thtml.prg \
url.prg \
PRG_HEADERS := \
thtml.ch \
tip.ch \
DIRS := hbtipssl
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk
include $(TOP)$(ROOT)config/dir.mk