#!/bin/sh
#
#  Name:
#     fmex - Obsoleted compilation program for MATLAB Fortran language MEX files
#     
#  Usage:  Please call mex directly.  Since the mex script now
#     works with both C and Fortran source code, separate cmex and
#     fmex scripts are no longer necessary. 
#
#  See Also:
#     mex(1L)
#     MATLAB API Guide
#
# Copyright (c) 1984-2000 The MathWorks, Inc.
# $Revision: 1.16 $  $Date: 2000/01/18 14:41:24 $
#____________________________________________________________________________
#
    echo ''                                               
    echo ' Please call mex directly.  Since the mex script '
    echo ' now works with both C and Fortran code, separate '
    echo ' cmex and fmex scripts are no longer necessary.'
    echo ''
