* 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.
31 lines
332 B
Makefile
31 lines
332 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
asciisum.c \
|
|
ascpos.c \
|
|
atdiff.c \
|
|
chareven.c \
|
|
charmix.c \
|
|
charodd.c \
|
|
chrcount.c \
|
|
chrfirst.c \
|
|
chrtotal.c \
|
|
strasint.c \
|
|
strcount.c \
|
|
strcspn.c \
|
|
strdiff.c \
|
|
strexpan.c \
|
|
strleft.c \
|
|
strpbrk.c \
|
|
strright.c \
|
|
|
|
PRG_SOURCES=\
|
|
|
|
LIBNAME=hbgt
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|