Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Makefile.am 704B

1234567891011121314151617181920212223242526272829303132
  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 ARM Research SNF4CGP 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. sbin_SCRIPTS = \
  13. getRulebase.sample
  14. getRulebase.sample: getRulebase.in Makefile
  15. cp @top_srcdir@/Scripts/getRulebase.in $@
  16. chmod +x $@
  17. pkgdata_DATA = \
  18. junkmsg.txt \
  19. cleanmsg.txt
  20. EXTRA_DIST = \
  21. getRulebase.in \
  22. $(pkgdata_DATA)
  23. CLEANFILES = \
  24. $(sbin_SCRIPTS)
  25. clean-local:
  26. rm -f *.gcno *.gcov *.gcda *~