Makefile.am 785 B

123456789101112131415161718192021222324252627282930313233
  1. # This Makefile.am is in the public domain
  2. man_MANS = libmicrohttpd.3
  3. SUBDIRS = . examples doxygen
  4. DISTCLEANFILES = \
  5. libmicrohttpd.cps \
  6. libmicrohttpd.dvi \
  7. libmicrohttpd-tutorial.cps \
  8. libmicrohttpd-tutorial.dvi
  9. info_TEXINFOS = \
  10. libmicrohttpd.texi \
  11. libmicrohttpd-tutorial.texi
  12. microhttpd_TEXINFOS = \
  13. chapters/basicauthentication.inc \
  14. chapters/bibliography.inc \
  15. chapters/exploringrequests.inc \
  16. chapters/hellobrowser.inc \
  17. chapters/introduction.inc \
  18. chapters/largerpost.inc \
  19. chapters/processingpost.inc \
  20. chapters/responseheaders.inc \
  21. chapters/tlsauthentication.inc \
  22. chapters/sessions.inc \
  23. fdl-1.3.texi \
  24. lgpl.texi \
  25. ecos.texi
  26. EXTRA_DIST = \
  27. $(man_MANS) \
  28. $(microhttpd_TEXINFOS) \
  29. performance_data.png \
  30. performance_data.eps