Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Makefile.am 669B

1234567891011121314151617181920212223242526272829303132333435363738
  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. DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD