* 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
79 lines
906 B
Makefile
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
|
|
|