all.m4
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 1k
Category:

Email Client

Development Platform:

Unix_Linux

  1. divert(-1)
  2. #
  3. # Copyright (c) 1999 Sendmail, Inc. and its suppliers.
  4. # All rights reserved.
  5. #
  6. # By using this file, you agree to the terms and conditions set
  7. # forth in the LICENSE file which can be found at the top level of
  8. # the sendmail distribution.
  9. #
  10. #
  11. #  Definitions for Makefile construction for sendmail
  12. #
  13. # $Id: all.m4,v 8.7 1999/10/13 07:08:36 gshapiro Exp $
  14. #
  15. divert(0)dnl
  16. ALL=${BEFORE} ${LINKS} bldTARGETS
  17. all: ${ALL}
  18. clean: bldCLEAN_TARGETS
  19. define(`bldADD_SRC', ${$1SRCS} )dnl
  20. SRCS=bldFOREACH(`bldADD_SRC(', bldC_PRODUCTS)
  21. define(`bldADD_OBJS', ${$1OBJS} )dnl
  22. OBJS=bldFOREACH(`bldADD_OBJS(', bldC_PRODUCTS)
  23. ifdef(`bldNO_INSTALL', `divert(-1)')
  24. install: bldINSTALL_TARGETS
  25. install-strip: bldINSTALL_TARGETS ifdef(`bldSTRIP_TARGETS', `bldSTRIP_TARGETS')
  26. ifdef(`bldNO_INSTALL', `divert(0)')
  27. divert(bldDEPENDENCY_SECTION)
  28. ################  Dependency scripts
  29. include(confBUILDTOOLSDIR/M4/depend/ifdef(`confDEPEND_TYPE', `confDEPEND_TYPE',
  30. `generic').m4)dnl
  31. ################  End of dependency scripts
  32. divert(0)