Files
harbour-core/harbour/contrib/hbtip/Makefile
Viktor Szakats f16e7857a8 2009-09-05 19:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/examples/contribf.hbc
  * contrib/hbtip/hbtipssl.hbc
  * contrib/hbtip/hbtip.hbc
  * contrib/hbtip/Makefile
    + Enabled hbtip lib for dos platform. It can work with watt lib.
2009-09-05 17:18:12 +00:00

45 lines
623 B
Makefile

#
# $Id$
#
ROOT := ../../
include $(TOP)$(ROOT)config/global.mk
LIBNAME := hbtip
C_SOURCES := \
encmthd.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 \
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk
ifneq ($(HB_HAS_OPENSSL),)
DIRS := hbtipssl
include $(TOP)$(ROOT)config/dir.mk
endif