+ contrib/gtwvg/tests/gtwvg.hbp
+ contrib/hbapollo/tests/hbapollo.hbp
+ contrib/hbbtree/tests/hbbtree.hbp
+ contrib/hbbtree/tests/test.hbm
+ Added hbmk files.
* contrib/hbbtree/tests/hbmk.bat
* contrib/hbbtree/tests/test.prg
* Cleaned hbct dependency.
* contrib/hbbtree/Makefile
* contrib/hbbtree/common.mak
- contrib/hbbtree/hb_btree.api
+ contrib/hbbtree/hb_btree.h
* contrib/hbbtree/hb_btree.c
* contrib/hbbtree/tests/ctest.c
* Renamed hb_btree.api -> hb_btree.h
* contrib/examples/terminal/terminal.hbp
+ Added {win} filter.
22 lines
261 B
Makefile
22 lines
261 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = $(LIBPREF)hbbtree
|
|
|
|
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
|
|
|
|
C_HEADERS = \
|
|
hb_btree.h \
|
|
|
|
PRG_HEADERS = \
|
|
hb_btree.ch \
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)hb_btree$(OBJEXT) \
|
|
\
|
|
$(OBJ_DIR)tbtree$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|