Files
harbour-core/harbour/contrib/tip/Makefile
Lorenzo Fiorini 89b80f91a6
2007-10-30 18:48:10 +00:00

32 lines
349 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES = \
base64x.c \
encmthd.c \
utils.c \
PRG_SOURCES= \
popcln.prg \
credent.prg \
encoder.prg \
encb64.prg \
encqp.prg \
encurl.prg \
url.prg \
client.prg \
ftpcln.prg \
smtpcln.prg \
httpcln.prg \
mail.prg \
cgi.prg \
thtml.prg \
sendmail.prg
LIBNAME=tip
include $(TOP)$(ROOT)config/lib.cf