#!/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$

DART_DIR=/Users/hendric/XDART/rma_filenames

wrapper_arg="-w"

$DART_DIR/mkmf/mkmf -p test_filenames -t $DART_DIR/mkmf/mkmf.template   \
        -a "$DART_DIR" -w path_names_test

exit 0

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

