Files
harbour-core/harbour/contrib/hbct/Makefile
Viktor Szakats 8f1a9dbf7d 2009-07-12 12:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
    + Added information about creating Windows / Windows CE
      builds on Linux. Corresponding scripts references.
    ! Minor correction to OS/2 on Windows cross-build example.

  * contrib/hbct/Makefile
  - contrib/hbct/blank.prg
  + contrib/hbct/blank.c
    + Applied patch by Pavel Tsarenko (xhb) (with some little modifications):
      BLANK() function rewritten in C.

  * contrib/rddads/adsfunc.c
    ! Reimplemented fix from Pavel Tsarenko (xhb):
      Removed unnecessary OEM to ANSI convertation in SQL functions.
2009-07-12 10:29:46 +00:00

128 lines
1.5 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 \
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 \
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 \
PRG_HEADERS=\
ct.ch \
ctdisk.ch \
cterror.ch \
ctextern.ch \
ctvideo.ch \
include $(TOP)$(ROOT)config/header.cf
INSTALL_RULE_HEADERS := $(INSTALL_RULE)
include $(TOP)$(ROOT)config/lib.cf
install::
$(INSTALL_RULE_HEADERS)