1##process this file with automake to produce Makefile.in 2 3INCLUDES=-I. @DEPS_CFLAGS@ 4 5lib_LTLIBRARIES = libdiffmark.la 6 7diffmarkincdir = $(pkgincludedir) 8diffmarkinc_HEADERS = compare.hh compareimpl.hh diff.hh lcs.hh lcsimpl.hh link.hh merge.hh namespacecollector.hh nspace.hh target.hh xbuffer.hh xdoc.hh xutil.hh 9 10libdiffmark_la_SOURCES = compare.cc diff.cc link.cc merge.cc namespacecollector.cc nspace.cc target.cc xbuffer.cc xdoc.cc xutil.cc 11 12libdiffmark_la_LDFLAGS = -rpath $(libdir) -version-info 2:3:1 @DEPS_LIBS@ -lstdc++ 13 14