lib_LTLIBRARIES = libpython++.la libpython___la_SOURCES = module.cc \ object.cc \ dict.cc \ python.cc \ type.cc \ int.cc \ long.cc \ float.cc \ python.h \ seqref.cc \ seqbase.cc \ seqbase_iter.cc \ seqbase_const_iter.cc \ mapref.cc \ mapbase.cc \ string.cc \ tuple.cc \ debug.h \ exceptions.h pkginclude_HEADERS = python.h exceptions.h libpython___la_LDFLAGS = # I would like to include -fhonor-std, but g++ can't cope as of # version 2.95.3 AM_CXXFLAGS = -foperator-names -Wall -pedantic -ansi