#!/bin/csh
#
# DART software - Copyright UCAR. This open source software is provided
# by UCAR, "as is", without charge, subject to all terms of use at
# http://www.image.ucar.edu/DAReS/DART/DART_download
#
# DART $Id$

# Your locations may differ
#----------------------------------------------------------------------
#set JPGDIR = /contrib/jpeg-6b_intel-10.1-64
#set HDFDIR = /contrib/HDF4.2r4_intel-10.1-64
#set HDFDIR = /contrib/HDF4.2r4/intel-10-64
#set MYLIBS = "-lmfhdf -ldf -ljpeg -lz -lm"
#set MYINCDIR = "-I${HDFDIR}/include -I${JPGDIR}/include"
#set MYLIBDIR = "-L${HDFDIR}/lib     -L${JPGDIR}/lib"
#----------------------------------------------------------------------

set HDFDIR = /opt/local
set MYLIBS = "-lmfhdf -ldf -ljpeg -lz -lm"
set MYINCDIR = "-I${HDFDIR}/include"
set MYLIBDIR = "-L${HDFDIR}/lib"

../../../../build_templates/mkmf -p convert_L2b -t ../../../../build_templates/mkmf.template \
 -l "${MYINCDIR} ${MYLIBDIR} ${MYLIBS}" \
 -a "../../../.." path_names_convert_L2b

exit $status

# <next few lines under version control, do not edit>
# $URL$
# $Revision$
# $Date$

