選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Makefile.am 881B

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