#
#		Makefile for include library gdecs:
#
#	Copyright 1999 by The University at Stony Brook, All rights reserved.
#

ifndef GAS
 ifdef absdirpath
  GAS = $(absdirpath)/gas
 else #ifdef absdirpath
  GAS = ..
 endif #ifdef absdirpath
endif #ifndef GAS

lib = gas/gdecs

includes = fortdecs.h \
           gbifur.h   \
           gdecs.h    \
           geos.h     \
           gprt.h     \
           grdecs.h   \
           gstate.h   \
	   guserint.h \
           guserrp.h  \
           vecdecs.h

include $(GAS)/make-gas.defs
