Makefile.am 929 B

12345678910111213141516171819
  1. # file : examples/template/Makefile.am
  2. # copyright : not copyrighted - public domain
  3. EXTRA_DIST = README position.xml persistence-vc9.vcproj persistence-vc10.vcxproj persistence-vc10.vcxproj.filters persistence-vc11.vcxproj persistence-vc11.vcxproj.filters persistence-vc12.vcxproj persistence-vc12.vcxproj.filters
  4. noinst_PROGRAMS = driver
  5. driver_SOURCES = driver.cxx position.cxx position.hxx
  6. LDADD = $(top_builddir)/xml/libstudxml.la
  7. AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)'
  8. TESTS=$(top_builddir)/tester
  9. TESTS_ENVIRONMENT=example=1; export example;
  10. # Make sure make doesn't try to build the no-extension headers
  11. # thinking that they are executable. Those are pulled in through
  12. # auto-generated dependencies.
  13. #
  14. $(top_srcdir)/xml/content $(top_srcdir)/xml/exception $(top_srcdir)/xml/forward $(top_srcdir)/xml/qname $(top_srcdir)/xml/parser $(top_srcdir)/xml/serializer $(top_srcdir)/xml/value-traits : ; @: