#############################################################################
#
# $Source$
# $Id$
#
#############################################################################

#####################################################################
# grass library: vask

# -------------------------------------------------------------------
# include the common Makefiles

MODULE_TOPDIR = ../../..
include $(MODULE_TOPDIR)/include/Make/Grass.make
include $(MODULE_TOPDIR)/include/Make/Platform.make
include $(MODULE_TOPDIR)/include/Make/Rules.make


# -------------------------------------------------------------------
# special macros for this directory

EXTRA_CFLAGS += -I../../include

SHLIB_NAME = btree
SHLIB_OBJS = create.o find.o free.o next.o rewind.o update.o


# -------------------------------------------------------------------
# special rules for the library

include $(MODULE_TOPDIR)/include/Make/Shlib.make


# -------------------------------------------------------------------
# specified dependencies

