Files
harbour-core/harbour/contrib/hbbtree/common.mak
Viktor Szakats 862fa6e6e5 2009-02-16 22:28 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
+ 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.
2009-02-15 21:26:57 +00:00

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) \