#	$Id: gmtalldeps.macros,v 1.8 2007/03/08 01:34:57 pwessel Exp $
#
#	Copyright (c) 1991-2007 by P. Wessel and W. H. F. Smith
#	See COPYING file for copying and redistribution conditions.
#
#	This program is free software; you can redistribute it and/or modify
#	it under the terms of the GNU General Public License as published by
#	the Free Software Foundation; version 2 of the License.
#
#	This program is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#	GNU General Public License for more details.
#
#	Contact info: gmt.soest.hawaii.edu
#-------------------------------------------------------------------------------
#		Dependencies for GMT Supplements
#
#	This file must be included from all GMT src and suppl makefiles.
#	It specifies how any program file (main GMT or supplement) depends
#	on include files and libraries.
#	Note: Include files for the library source code is not used here
#	as those dependencies only go in the main GMT makefile
#
#	Authors:	Paul Wessel, SOEST, U. of Hawaii
#
#	Date:		01-NOV-2006
#-------------------------------------------------------------------------------
#	GMTSRCDIR must be initialized before including this file
#	Set GMTSRCDIR to blank in main and ../ in supplements
#-------------------------------------------------------------------------------

# Source include files:

GMT_H	= $(GMTSRCDIR)gmt.h \
	  $(GMTSRCDIR)gmt_common.h \
	  $(GMTSRCDIR)gmt_calclock.h \
	  $(GMTSRCDIR)gmt_error.h \
	  $(GMTSRCDIR)gmt_time_systems.h \
	  $(GMTSRCDIR)gmt_math.h \
	  $(GMTSRCDIR)gmt_mgg_header2.h \
	  $(GMTSRCDIR)gmt_nan.h \
	  $(GMTSRCDIR)gmt_map.h \
	  $(GMTSRCDIR)gmt_proj.h \
	  $(GMTSRCDIR)gmt_init.h \
	  $(GMTSRCDIR)gmt_boundcond.h \
	  $(GMTSRCDIR)gmt_shore.h \
	  $(GMTSRCDIR)gmt_plot.h \
	  $(GMTSRCDIR)gmt_project.h \
	  $(GMTSRCDIR)gmt_grd.h \
	  $(GMTSRCDIR)gmt_colors.h \
	  $(GMTSRCDIR)gmt_grdio.h \
	  $(GMTSRCDIR)gmt_customio.h \
	  $(GMTSRCDIR)gmt_bcr.h \
	  $(GMTSRCDIR)gmt_symbol.h \
	  $(GMTSRCDIR)gmt_synopsis.h \
	  $(GMTSRCDIR)gmt_stat.h \
	  $(GMTSRCDIR)gmt_support.h \
	  $(GMTSRCDIR)gmt_vector.h \
	  $(GMTSRCDIR)gmt_contour.h \
	  $(GMTSRCDIR)gmt_unique.h \
	  $(GMTSRCDIR)gmt_keywords.h \
	  $(GMTSRCDIR)gmt_keycases.h \
	  $(GMTSRCDIR)gmt_io.h \
	  $(GMTSRCDIR)gmt_notposix.h \
	  $(GMTSRCDIR)gmt_notunix.h \
	  $(GMTSRCDIR)gmt_version.h \
	  $(GMTSRCDIR)gmt_grdformats.h \
	  $(GMTSRCDIR)gmt_ellipsoids.h \
	  $(GMTSRCDIR)gmt_datums.h

PS_H	= $(GMTSRCDIR)pslib.h

SHARED_LIB	= $(GMTSRCDIR)libpsl.a $(GMTSRCDIR)libgmt.a $(GMTSRCDIR)libgmtps.a $(GMTSRCDIR)libpsl.$(SL) $(GMTSRCDIR)libgmt.$(SL) $(GMTSRCDIR)libgmtps.$(SL)
STATIC_LIB	= $(GMTSRCDIR)libpsl.a $(GMTSRCDIR)libgmt.a $(GMTSRCDIR)libgmtps.a
