#   Imakefile - Imakefile for tests
#
################################################################################
################################################################################
STD_INCLUDES = -I$(XG_INC_DIR) -I. -I$(GRASS_LIBES)
LOCAL_LIBRARIES = -L$(XG_LIB_DIR) -lXg -lXm -lXt -lX11
LOCAL_LIBRARIES3 = -L$(XG_LIB_DIR) -lXg -lXm -lXt -lX11  -L$(GRASS_LIBES)/LIB$(ARCHEXT) -lgis -lm
/**/#  SYS_LIBRARIES = -lm
OBJS1 = xgregion.o
SRCS1 = xgregion.c

RCS_SRC = Imakefile \
	xgregion.c


AllTarget(xgregion)
ComplexProgramTarget_1(xgregion, $(LOCAL_LIBRARIES3), $(SYS_LIBRARIES));
LintTarget()
DependTarget()
CleanTarget()

#include <../../config/other.rules>
