configure.in.mash
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #
  2. # Copyright (c) @ Regents of the University of California.
  3. # All rights reserved.
  4. # Redistribution and use in source and binary forms, with or without
  5. # modification, are permitted provided that the following conditions
  6. # are met:
  7. # 1. Redistributions of source code must retain the above copyright
  8. #    notice, this list of conditions and the following disclaimer.
  9. # 2. Redistributions in binary form must reproduce the above copyright
  10. #    notice, this list of conditions and the following disclaimer in the
  11. #    documentation and/or other materials provided with the distribution.
  12. # 3. All advertising materials mentioning features or use of this software
  13. #    must display the following acknowledgement:
  14. #  This product includes software developed by the MASH Research
  15. #  Group at the University of California Berkeley.
  16. # 4. Neither the name of the University nor of the Research Group may be
  17. #    used to endorse or promote products derived from this software without
  18. #    specific prior written permission.
  19. # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  20. # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  21. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  22. # ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  23. # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  24. # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  25. # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  26. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  27. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  28. # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  29. # SUCH DAMAGE.
  30. #
  31. # @(#) $Header: /cvsroot/nsnam/conf/configure.in.mash,v 1.10 1998/08/18 06:40:14 yatin Exp $
  32. #
  33. if test "$enable_debug" = "yes" ; then 
  34. V_CCOPT="$V_CCOPT -DMB_DEBUG -DMTRACE"
  35. fi
  36. AC_ARG_ENABLE(mashsrm, --enable-mashsrm Use the mash SRMv2 code instead of the standalone version, enable_mashsrm=$enableval, enable_mashsrm="no")
  37. MPLUG_C_RULE="rm -f $@; $(CC) -o $@ -c $(CFLAGS) $(SHLIB_CFLAGS)"
  38. MPLUG_CC_RULE="rm -f $@; $(C++) -o $@ -c $(CFLAGS) $(SHLIB_CFLAGS)"
  39. AC_SUBST(MPLUG_C_RULE)
  40. AC_SUBST(MPLUG_CC_RULE)
  41. # create the lib and lib/setup subdirectories
  42. if test ! -d lib ; then 
  43. echo "creating ./lib"
  44. mkdir lib
  45. fi
  46. if test ! -d lib/setup ; then 
  47. echo "creating ./lib/setup"
  48. mkdir lib/setup
  49. fi