#############################################################################
#
# $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 = datetime
SHLIB_OBJS = between.o copy.o same.o diff.o error.o format.o \
		incr1.o incr2.o incr3.o local.o misc.o change.o \
		scan.o sign.o type.o tz1.o tz2.o values.o


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

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


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

