Files
harbour-core/harbour/contrib/hbct/Makefile
Viktor Szakats 17f8549d8f 2010-06-21 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbct/Makefile
  * contrib/hbct/hbct.hbp
  * contrib/hbct/ct.h
  * contrib/hbct/charop.c
  + contrib/hbct/charophb.c
    ! Fixed to keep Harbour extension in a separate source file.
    * Formatting.

  * contrib/hbct/Makefile
  * contrib/hbct/hbct.hbp
  - contrib/hbct/charlish.c
  + contrib/hbct/charlihb.c
    * File renamed.
2010-06-21 19:20:58 +00:00

130 lines
1.8 KiB
Makefile

#
# $Id$
#
ROOT := ../../
LIBNAME := hbct
C_SOURCES := \
addascii.c \
asciisum.c \
ascpos.c \
atadjust.c \
atnum.c \
atrepl.c \
bitnum.c \
blank.c \
charevod.c \
charlihb.c \
charlist.c \
charmirr.c \
charmix.c \
charone.c \
charonly.c \
charop.c \
charophb.c \
charrepl.c \
charsort.c \
charsprd.c \
charswap.c \
color.c \
count.c \
ctc.c \
ctchksum.c \
ctcom1.c \
ctcom2.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 \
setrc.c \
strdiff.c \
strswap.c \
tab.c \
token1.c \
token2.c \
trig.c \
video.c \
wordrepl.c \
wordtoch.c \
C_HEADERS := \
ct.h \
ctmath.h \
ctset.h \
ctstr.h \
ctstrfil.h \
ctwin.h \
PRG_SOURCES := \
ct.prg \
ctdummy.prg \
ctmisc.prg \
ctrand.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 \
tempfile.prg \
PRG_HEADERS := \
ct.ch \
ctcom.ch \
ctdisk.ch \
cterror.ch \
ctextern.ch \
ctvideo.ch \
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk