* 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.
44 lines
597 B
Makefile
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
|