You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. SNFUtility/Common \
  20. SNFUtility/CommonTests \
  21. SNFUtility/SNFServerConfig \
  22. Scripts \
  23. config_files \
  24. Docs
  25. doc_DATA = \
  26. BUGS \
  27. ChangeLog \
  28. README \
  29. TODO \
  30. INSTALL \
  31. COPYING
  32. EXTRA_DIST = \
  33. $(doc_DATA) \
  34. Makefile.am \
  35. configure.ac \
  36. configure.ac.in \
  37. SNF4SA/INSTALL \
  38. SNF4SA/README \
  39. SNF4SA/snf4sa.cf \
  40. SNF4SA/snf4sa.pm
  41. DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD