Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

Makefile.am 892B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ## automake input for the MicroNeil SNF4CGP config files.
  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. ##
  13. CONFDATA = \
  14. snf_engine.xml.sample \
  15. identity.xml.sample
  16. sampleconfdir = @sysconfdir@/@PACKAGE_NAME@
  17. sampleconf_DATA = $(CONFDATA)
  18. snf_engine.xml.sample: snf_engine.xml.sample.in Makefile
  19. cp @top_srcdir@/config_files/snf_engine.xml.sample.in $@
  20. identity.xml.sample: identity.xml.sample.in
  21. cp @top_srcdir@/config_files/identity.xml.sample.in $@
  22. pkgdata_DATA = \
  23. GBUdbIgnoreList.txt.sample
  24. EXTRA_DIST = \
  25. snf_engine.xml.sample.in \
  26. identity.xml.sample.in \
  27. GBUdbIgnoreList.txt.sample \
  28. Makefile.am
  29. CLEANFILES = \
  30. $(CONFDATA)
  31. clean-local:
  32. rm -f *.gcno *.gcov *.gcda *~