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 747B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id: Makefile.am,v 1.2 2007/05/29 19:06:09 adeniz Exp $
  4. ##
  5. ## automake input for the ARM Research Labs SNFServer distribution
  6. ## (top directory).
  7. ##
  8. ## Author: Alban Deniz
  9. ##
  10. ## Copyright (C) 2008 ARM Research Labs, LLC.
  11. ## See www.armresearch.com for the copyright terms.
  12. ##
  13. SUBDIRS = \
  14. CodeDweller \
  15. SNFMulti \
  16. SNFServer \
  17. SNFClient \
  18. SNF2Check \
  19. Scripts \
  20. config_files \
  21. Docs
  22. doc_DATA = \
  23. BUGS \
  24. ChangeLog \
  25. README \
  26. TODO \
  27. INSTALL \
  28. COPYING
  29. EXTRA_DIST = \
  30. $(doc_DATA) \
  31. Makefile.am \
  32. configure.ac \
  33. SNF4SA/INSTALL \
  34. SNF4SA/README \
  35. SNF4SA/snf4sa.cf \
  36. SNF4SA/snf4sa.pm
  37. DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD