2008-02-28 22:11:41 +00:00
|
|
|
#define YmakeRoot $(DESTDIR)@prefix@
|
|
|
|
#define ManRoot $(DESTDIR)@mandir@
|
|
|
|
#define LibRoot $(DESTDIR)@libdir@/ncarg
|
|
|
|
#define SharePath $(DESTDIR)@datadir@
|
|
|
|
|
|
|
|
#define BuildWithF90 TRUE
|
2014-04-04 21:49:46 +00:00
|
|
|
#define IncSearch -I/usr/include/hdf -I/usr/include/netcdf -I/usr/include/udunits2 -I/usr/include/freetype2 -I/usr/include/gdal
|
2008-02-28 22:11:41 +00:00
|
|
|
#define LibSearch -L@libdir@/hdf
|
|
|
|
|
2010-07-01 18:09:55 +00:00
|
|
|
#define BuildNetCDF4 1
|
|
|
|
#define NetCDF4lib -lnetcdf
|
2011-04-01 15:12:47 +00:00
|
|
|
#define BuildCAIRO 1
|
|
|
|
#define CAIROlib -lcairo -lfreetype
|
|
|
|
#define BuildGDAL 1
|
2014-04-04 21:49:46 +00:00
|
|
|
#define GDALlib -lgdal -lproj
|
2020-07-18 04:49:53 +00:00
|
|
|
#define GRIB2lib -l@g2clib@ -ljasper
|
2009-07-21 20:13:59 +00:00
|
|
|
#define BuildHDFEOS 0
|
2010-07-01 18:09:55 +00:00
|
|
|
#define BuildHDFEOS5 0
|
2008-02-28 22:11:41 +00:00
|
|
|
#define BuildTRIANGLE 0
|
2010-07-01 18:09:55 +00:00
|
|
|
#define HDFlib -lmfhdf -ldf -ljpeg -lz
|
2011-04-01 15:12:47 +00:00
|
|
|
#define HDF5lib -lhdf5_hl -lhdf5
|
2010-07-01 18:09:55 +00:00
|
|
|
#define BuildUdunits 1
|
|
|
|
#define UdUnitslib -ludunits2
|