* contrib/gtwvg/make_b32.bat
* contrib/gtwvg/make_vc.bat
* contrib/gtwvg/Makefile
* Trying new method to point to hbwin, so that
we're not relying on hbwin headers being installed.
; Please test.
* contrib/Makefile
+ Added hbblat.
* contrib/make_vc_all.bat
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/hbblat/Makefile
* contrib/hbblat/common.mak
* contrib/hbblat/make_b32.bat
* contrib/hbblat/make_vc.bat
* contrib/hbblat/blatwrp.c
* contrib/hbblat/tests/hbmk.bat
* contrib/hbblat/tests/blatcmd.prg
+ Added support for HB_INC_BLAT (needed for releases).
* Some EOLs added.
* Minor correction to .ch name in make files.
% Replaced command line retrieval with hb_cmdline() call.
* Cleaned some headers/#defines.
* GNU make file got protection to only compile for win,
and to install headers.
* make_gnu.bat
* contrib/hbct/Makefile
* contrib/hbwin/Makefile
* Minor formatting.
128 lines
1.5 KiB
Makefile
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 \
|
|
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=\
|
|
blank.prg \
|
|
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)
|