INCLUDES = \ -I$(includedir) $(PY_CFLAGS) $(GTK_EXTRA_CFLAGS) -I.. \ -DPYTHON_MODULE_PATH=\"$(PYTHON_MOD_DIR)\" #lib_LIBRARIES = libpint.a libpint_a_c_SOURCES = \ python_config.c \ python_sheet.c \ python_command.c \ import_data.c \ python_int.c \ python_term.c libpint_a_h_SOURCES = \ python_config.h \ python_command.h \ import_data.h \ python_int.h \ python_main.h \ python_sheet.h \ python_term.h libpint_a_SOURCES = \ $(libpint_a_c_SOURCES) \ $(libpint_a_h_SOURCES) noinst_LIBRARIES = libpint.a EXTRA_DIST += \ clarens.py \ clarens_histograms.py \ FitWizard.py \ gtkLeastSquares.py \ pysga.py \ pstat.py \ SimpleStats.py \ sgagtk.py \ stats.py \ test_plugin.py \ unpickler.py Pythonexecdir = $(pprefix)/$(PYTHON_MOD_DIR) Pythonexec_DATA = \ clarens.py \ clarens_histograms.py \ FitWizard.py \ gtkLeastSquares.py \ pstat.py \ pysga.py \ sgagtk.py \ SimpleStats.py \ stats.py \ test_plugin.py \ unpickler.py