##Process this file with automake to produce Makefile.in ##AM_CXXFLAGS = -I/usr/local/dbxml-2.5.16/install/include/ ##AM_LDFLAGS = -ldbxml-2.5 -ldb_cxx-4.8 # Program binary name bin_PROGRAMS = AddTimestamp CreateContainer dimdaemonXML OpenPutAll OpenPutXML QueryError QueryOrder QuerySelf ViewAllInDoc # sources AddTimestamp_SOURCES = AddTimestamp.cpp CreateContainer_SOURCES = CreateContainer.cpp dimdaemonXML_SOURCES = dimdaemonXML.cpp OpenPutAll_SOURCES = OpenPutAll.cpp OpenPutXML_SOURCES = OpenPutXML.cpp QueryOrder_SOURCES = QueryOrder.cpp QuerySelf_SOURCES = QuerySelf.cpp QueryError_SOURCES = QueryError.cpp ViewAllInDoc_SOURCES = ViewAllInDoc.cpp # mark headers to include also in package EXTRA_DIST = dimdaemonXML.h