Files
harbour-core/harbour/contrib/libct/Makefile
Przemyslaw Czerpak 6d9a3da276 2007-07-20 18:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/libct/Makefile
  * harbour/contrib/libct/makefile.bc
  * harbour/contrib/libct/makefile.vc
  + harbour/contrib/libct/ctvideo.ch
  + harbour/contrib/libct/video.c
   + added CHARPIX(), VGAPALETTE(), VIDEOTYPE(), SETFONT()
     code by Phil Krylov borrowed from xHarbour
  + harbour/contrib/libct/dattime3.c
   + added WAITPERIOD(), TIMEVALID(), SETTIME(), SETDATE()
2007-07-20 16:40:42 +00:00

89 lines
1023 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 \
color.c \
count.c \
ctc.c \
ctmath.c \
ctmath2.c \
ctnet.c \
ctpad.c \
ctset.c \
ctstr.c \
ctchksum.c \
ctcrypt.c \
ctstrfil.c \
ctwfunc.c \
ctwin.c \
datetime.c \
dattime2.c \
dattime3.c \
disk.c \
exponent.c \
files.c \
finan.c \
ftoc.c \
justify.c \
keyset.c \
like.c \
lton.c \
maxline.c \
misc1.c \
misc2.c \
misc3.c \
num1.c \
numat.c \
numcount.c \
numline.c \
pack.c \
pos1.c \
pos2.c \
posdiff.c \
print.c \
range.c \
relation.c \
remove.c \
replace.c \
screen1.c \
setlast.c \
strdiff.c \
strswap.c \
tab.c \
token1.c \
token2.c \
trig.c \
video.c \
wordrepl.c \
wordtoch.c \
PRG_SOURCES= \
ct.prg \
ctmisc.prg \
cttime.prg \
numconv.prg \
LIBNAME=ct
include $(TOP)$(ROOT)config/lib.cf