Makefile.am 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## Process this file with automake to produce Makefile.in
  2. xmlincdir = $(includedir)/libxml2/libxml
  3. xmlinc_HEADERS = \
  4. SAX.h \
  5. entities.h \
  6. encoding.h \
  7. parser.h \
  8. parserInternals.h \
  9. xmlerror.h \
  10. HTMLparser.h \
  11. HTMLtree.h \
  12. debugXML.h \
  13. tree.h \
  14. list.h \
  15. hash.h \
  16. xpath.h \
  17. xpathInternals.h \
  18. xpointer.h \
  19. xinclude.h \
  20. xmlIO.h \
  21. xmlmemory.h \
  22. nanohttp.h \
  23. nanoftp.h \
  24. uri.h \
  25. valid.h \
  26. xlink.h \
  27. xmlversion.h \
  28. DOCBparser.h \
  29. catalog.h \
  30. threads.h \
  31. globals.h \
  32. c14n.h \
  33. xmlautomata.h \
  34. xmlregexp.h \
  35. xmlmodule.h \
  36. xmlschemas.h \
  37. schemasInternals.h \
  38. xmlschemastypes.h \
  39. xmlstring.h \
  40. xmlunicode.h \
  41. xmlreader.h \
  42. relaxng.h \
  43. dict.h \
  44. SAX2.h \
  45. xmlexports.h \
  46. xmlwriter.h \
  47. chvalid.h \
  48. pattern.h \
  49. xmlsave.h \
  50. schematron.h
  51. install-exec-hook:
  52. $(mkinstalldirs) $(DESTDIR)$(xmlincdir)
  53. EXTRA_DIST = xmlversion.h.in