#############################################################################
#
# $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 = icon
SHLIB_OBJS = ask_old.o ask_new.o ask_any.o release.o read.o write.o \
		get.o put.o scale.o get_def.o


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

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


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

