Files
harbour-core/harbour/contrib/hbct/Makefile
Viktor Szakats e7d2031895 2007-12-01 02:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make_b32_all.bat
   * contrib/make_vc_all.bat
   * contrib/Makefile
   - contrib/telepath
   + contrib/hbtpathy
   * contrib/hbtpathy/common.mak
   * contrib/hbtpathy/Makefile
   - contrib/what32
   + contrib/hbwhat32
   - contrib/win32
   + contrib/hbw32
   * contrib/hbw32/common.mak
   * contrib/hbw32/Makefile
   - contrib/adordd
   + contrib/hbrddado
   - contrib/gtwvg
   + contrib/hbgtwvg
   - contrib/rdd_ads
   + contrib/hbrddads
   - contrib/tip
   + contrib/hbtip
   * contrib/hbtip/common.mak
   * contrib/hbtip/Makefile
   - contrib/bmdbfcdx
   + contrib/hbbmcdx
   * contrib/hbct/Makefile
   * contrib/hbct/common.mak
   * contrib/hbgt/common.mak
   * contrib/hbgt/Makefile
   * contrib/hbnf/common.mak
   * contrib/hbnf/Makefile
     * Contrib lib rename finished.
     ; Please report build (or other) problems.
2007-12-01 01:56:25 +00:00

112 lines
1.3 KiB
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 \
charsprd.c \
charswap.c \
color.c \
count.c \
ctc.c \
ctchksum.c \
ctcrypt.c \
ctmath.c \
ctmath2.c \
ctnet.c \
ctpad.c \
ctset.c \
ctstr.c \
ctstrfil.c \
ctwfunc.c \
ctwin.c \
cursor.c \
datetime.c \
dattime2.c \
dattime3.c \
dbftools.c \
disk.c \
expand.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 \
screen2.c \
setlast.c \
strdiff.c \
strswap.c \
tab.c \
token1.c \
token2.c \
trig.c \
video.c \
wordrepl.c \
wordtoch.c \
PRG_SOURCES=\
blank.prg \
ct.prg \
ctmisc.prg \
cttime.prg \
fcopy.prg \
getinfo.prg \
getinput.prg \
getsecrt.prg \
keysave.prg \
keysec.prg \
keytime.prg \
numconv.prg \
screen3.prg \
scrmark.prg \
showtime.prg \
PRG_HEADERS=\
ct.ch \
ctdisk.ch \
cterror.ch \
ctextern.ch \
ctvideo.ch \
LIBNAME=hbct
include $(TOP)$(ROOT)config/lib.cf