#############################################################################
#
# $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 = I
SHLIB_OBJS = add_cov.o advance.o alloc.o ask.o ask_bands.o ask_colors.o \
		ask_group.o ask_subgrp.o band_io.o c_assign.o c_begin.o \
		c_clear.o c_distinct.o c_exec.o c_execmem.o c_means.o \
		c_merge.o c_nclasses.o c_point.o c_reassign.o c_reclass.o \
		c_sep.o c_sig.o c_sum2.o colors.o eol.o find.o fopen.o \
		georef.o grey.o group.o histo.o histo_eq.o image.o \
		loc_info.o ls_groups.o nfiles.o points.o proj.o ref.o \
		set_window.o sig.o sig2cats.o sigfile.o sigset.o \
		sigsetfile.o tape_info.o target.o title.o v_exec.o \
		var.o vask_group.o


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

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


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

