/*
 *      $Id: Site,v 1.8 1996-10-25 21:08:49 boote Exp $
 *
 ************************************************************************
 *									*
 *			   Copyright (C)  1993				*
 *	     University Corporation for Atmospheric Research		*
 *			   All Rights Reserved				*
 *									*
 ************************************************************************
 *
 *	File:		Site
 *
 *	Author:		Jeff W. Boote
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Fri Apr 30 14:16:46 MDT 1993
 *
 *	Description:	This file contains any site over-ride directives
 *			such as which part's of the raster library to
 *			build etc...
 *
 *			This file contains two halves.  The first half,
 *			contained in the #ifdef FirstSite...#endif should
 *			only set things that the "SystemIncludes" files
 *			depend upon.  The second half, contained in the
 *			#ifdef SecondSite...#endif should contain other
 *			definitions.
 */

#ifdef FirstSite
/* #define TryCodeCenter */
#endif /* FirstSite */

#ifdef SecondSite


/*
 * If you are using ymake from within the ncarg build tree, then YmakeRoot
 * will default to /usr/local/ncarg.  If you are using ymake from outside
 * the build tree, then YmakeRoot will default to the value of NCARG_ROOT
 * or `ncargpath root`.
 * If you are using ymake from within the ncarg build tree, then the other
 * ???Root vars are built from the YmakeRoot var unless they are explicitly
 * set here - From outside the build tree, they are build using the value
 * of NCARG_ROOT or `ncargpath bin...` etc.
 */
/* #define YmakeRoot "/usr/local" */
/* #define BinRoot "/usr/local/bin" */
/* #define LibRoot "/usr/local/lib" */
/* #define IncRoot "/usr/local/include" */
/* #define ManRoot "/usr/local/man" */

/*
 * Again the configure script should edit these variables
 */
/* #define TmpRoot "/tmp" */

#define	InstallYmake
#define LibSearch -L/usr/local/lib 
#define IncSearch -I/usr/local/include

#ifdef	hostshavano
#define	BuildNCARGSourceLibrary
#endif

#endif /* SecondSite */
