check_PROGRAMS = runstring setargv getinfo runstring_SOURCES = runstring.cc setargv_SOURCES = setargv.cc getinfo_SOURCES = getinfo.cc INCLUDES = -I$(top_srcdir)/lib/python -I/usr/include/python2.0 LDADD = $(top_srcdir)/lib/python/libpythonpp.a -lpython2.0 -ldb CLEANFILES = *.output *.diff