Makefile.am 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ##
  2. ## SpanDSP - a series of DSP components for telephony
  3. ##
  4. ## Makefile.am - Process this file with automake to produce Makefile.in
  5. ##
  6. ## This program is free software; you can redistribute it and/or modify
  7. ## it under the terms of the GNU Lesser General Public License version 2.1,
  8. ## as published by the Free Software Foundation.
  9. ##
  10. ## This program is distributed in the hope that it will be useful,
  11. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ## GNU Lesser General Public License for more details.
  14. ##
  15. ## You should have received a copy of the GNU Lesser General Public
  16. ## License along with this program; if not, write to the Free Software
  17. ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. MAINTAINERCLEANFILES = Makefile.in
  19. EXTRA_DIST = css.css \
  20. doxygen.in \
  21. t38-gateway.dia \
  22. t38-terminal.dia \
  23. t38_manual.xml \
  24. wrapper.xsl \
  25. t38_manual/css.css
  26. all: doxydocs t38_manual/index.html
  27. doxydocs:
  28. doxygen doxygen
  29. t38_manual/index.html: t38_manual.xml
  30. cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
  31. clean:
  32. cd t38_manual ; rm *.html ; cd ../api ; rm -rf html