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

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

SOURCES_A = \
	porbit_cui.c \
	porbit_hnd.c \
	porbit.c \
	porbit_go.c

DEPS_A = porbit_ui.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

