#############################################################################
#
# $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$(MODULE_TOPDIR)/src/include -I. -I../libes -I../digitizers

SHLIB_NAME = geo
SHLIB_OBJS = curses.o geo_file.o geo_point.o geo_get_pt.o geo_reg.o \
		geo_reset.o reset_map.o map_setup.o pr_instruct.o \
		rd_cap.o map_ask.o leave.o map_scale.o select_digit.o \
		set_key.o ask_driver.o flush_input.o map_reg.o \
		map_resid.o tty.o


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

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


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

