#!/bin/sh
#
#  Name:
#     cmex - Obsoleted compilation program for MATLAB C 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.23 $  $Date: 2000/01/18 14:41:22 $
#____________________________________________________________________________
#

    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 ''
	
