您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id: Makefile.am,v 1.30 2007/10/26 17:50:49 adeniz Exp $
  4. ##
  5. ## automake input for the MicroNeil SNFMilter scripts.
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2009 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. doc_DATA = \
  13. default.html \
  14. README
  15. default.html: default.html.in Makefile
  16. cat @top_srcdir@/Doc/default.html.in | sed -e s+VERSION+@VERSION@+ > $@
  17. README: README.in Makefile
  18. cat @top_srcdir@/Doc/README.in | sed -e s+VERSION+@VERSION@+ > $@
  19. EXTRA_DIST = \
  20. Makefile.am \
  21. AdminStyle.css \
  22. GuideStyle.css \
  23. DownLoad.gif \
  24. DisabledDownLoad.gif \
  25. default.html.in \
  26. README.in
  27. CLEANFILES = \
  28. $(doc_DATA)
  29. clean-local:
  30. rm -f *.gcno *.gcov *.gcda *~