Files
harbour-core/harbour/contrib/libct/Makefile
Lorenzo Fiorini 9f6c8a1dc8 2007-04-17 23:05 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
* harbour/contrib/gd/Makefile
    * added install of gd.ch
  * harbour/contrib/gd/gd.prg
    * removed two unused vars
  * harbour/contrib/libct/ctnet.c
  * harbour/contrib/libct/Makefile
    * added ctnet.c borrowed from xHarbour
  * harbour/contrib/pgsql/postgres.c
    * fixes some warnings
  * harbour/contrib/tip/cgi.prg
    * added session name parameter
  * harbour/include/hbcompat.ch
    * added gtProcessMessages() translate
2007-04-17 21:03:14 +00:00

79 lines
906 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES = \
addascii.c \
asciisum.c \
ascpos.c \
atadjust.c \
atnum.c \
atrepl.c \
bitnum.c \
charevod.c \
charlist.c \
charmirr.c \
charmix.c \
charone.c \
charonly.c \
charop.c \
charrepl.c \
charsort.c \
charswap.c \
count.c \
ctc.c \
ctmath.c \
ctmath2.c \
ctnet.c \
ctset.c \
ctstr.c \
ctchksum.c \
ctcrypt.c \
ctwfunc.c \
ctwin.c \
exponent.c \
files.c \
finan.c \
ftoc.c \
justify.c \
keyset.c \
misc1.c \
num1.c \
numat.c \
pad.c \
pos1.c \
pos2.c \
posdiff.c \
print.c \
range.c \
relation.c \
remove.c \
replace.c \
screen1.c \
strdiff.c \
strswap.c \
tab.c \
token1.c \
token2.c \
trig.c \
wordrepl.c \
wordtoch.c \
PRG_SOURCES= \
color.prg \
ct.prg \
ctmisc.prg \
datetime.prg \
dattime2.prg \
invrtwin.prg \
numconv.prg \
screen2.prg \
setlast.prg \
LIBNAME=ct
include $(TOP)$(ROOT)config/lib.cf