############################################
# dstool - GENERIC LIBRARY makefile        #
############################################

include ${DSTOOL}/site_specific/lib_incl.mk
############################################
# Modify the following segment only.       #
############################################
LIBRARY = geomviewlib.a

SOURCES_A = \
	geomview_install.c \
	geomview_cui.c \
	geomview_hnd.c \
	geomview.c \
	geomview_go.c

DEPS_A = geomview_cui.h \
	geomview.h

SOURCES_B = 

DEPS_B = 

TEST_PROGRAM = 

TEST_SOURCES = 

TEST_DEPS =

##############################################
# The following line should not be modified  #
##############################################

include ${DSTOOL}/site_specific/win_targetsA.mk

