## Process this file with automake to produce Makefile.in

scriptdata =

SUBDIRS = python

PACKAGE = @PACKAGE@
VERSION = @VERSION@

bin_PROGRAMS = scigraphica

scigraphica_c_sources = 	\
        gtkpixmapmenuitem.c \
        gtkplotart.c \
        gtkplotgnome.c \
	sg.c \
	sg_arrange_dialog.c \
	sg_axis_dialog.c \
	sg_clipboard.c \
	sg_column_dialog.c \
	sg_config.c \
	sg_convert_dialog.c \
	sg_dataset.c \
	sg_dataset_dialog.c \
	sg_dialogs.c \
	sg_edit_function_dialog.c \
	sg_edit_data_dialog.c \
	sg_edit_columns_dialog.c \
	sg_edit_exp_dialog.c \
	sg_edit_3d_dialog.c \
	sg_ellipse_dialog.c \
	sg_entry.c \
	sg_file.c \
	sg_file_dialog.c \
	sg_formula_dialog.c \
	sg_frame_dialog.c \
	sg_function_dialog.c \
	sg_grids_dialog.c \
	sg_import_dialog.c \
	sg_labels_dialog.c \
	sg_layer.c \
	sg_layer_control.c \
	sg_layer_dialog.c \
	sg_legends_dialog.c \
	sg_line_dialog.c \
	sg_logo_dialogs.c \
	sg_matrix_menu.c \
	sg_matrix_convert.c \
	sg_matrix_dialog.c \
	sg_menu.c \
	sg_misc.c \
	sg_misc_dialogs.c \
	sg_new_data_dialog.c \
	sg_page_dialog.c \
	sg_planes_dialog.c \
	sg_plot.c \
	sg_plot_file.c \
	sg_plot_file_xml.c \
	sg_plot_menu.c \
	sg_plot_tools.c \
	sg_plugin.c \
	sg_preferences_dialog.c \
	sg_project.c \
	sg_project_menu.c \
	sg_project_file_xml.c \
	sg_project_file_sax.c \
	sg_project_rescue.c \
	sg_project_autosave.c \
	sg_rectangle_dialog.c \
	sg_stock.c \
	sg_style_dialog.c \
	sg_text_dialog.c \
	sg_title_dialog.c \
	sg_toggle_combos.c \
	sg_toolbox.c \
	sg_worksheet.c \
	sg_worksheet_file.c \
	sg_worksheet_file_ascii.c \
	sg_worksheet_file_html.c \
	sg_worksheet_file_tex.c \
	sg_worksheet_file_xml.c \
	sg_worksheet_menu.c \
	sg_worksheet_tools.c \
	sg_wrap.c \
	sg_xy_formula_dialog.c 

scigraphica_h_sources = 	\
	gtkpixmapmenuitem.h \
	gtkplotart.h \
	gtkplotgnome.h \
	sg.h \
	sg_arrange_dialog.h \
	sg_axis_dialog.h \
	sg_clipboard.h \
	sg_column_dialog.h \
	sg_config.h \
	sg_convert_dialog.h \
	sg_dataset.h \
	sg_dataset_dialog.h \
	sg_dialogs.h \
	sg_edit_dialog.h \
	sg_ellipse_dialog.h \
	sg_entry.h \
	sg_file.h \
	sg_file_dialog.h \
	sg_formula_dialog.h \
	sg_frame_dialog.h \
	sg_function_dialog.h \
	sg_grids_dialog.h \
	sg_import_dialog.h \
	sg_labels_dialog.h \
	sg_layer.h \
	sg_layer_control.h \
	sg_layer_dialog.h \
	sg_legends_dialog.h \
	sg_line_dialog.h \
	sg_logo_dialogs.h \
	sg_matrix_convert.h \
	sg_matrix_dialog.h \
	sg_matrix_menu.h \
	sg_menu.h \
	sg_menus.h \
	sg_misc.h \
	sg_misc_dialogs.h \
	sg_new_data_dialog.h \
	sg_page_dialog.h \
	sg_planes_dialog.h \
	sg_plot.h \
	sg_plot_file.h \
	sg_plot_file_xml.h \
	sg_plot_menu.h \
	sg_plot_tools.h \
	sg_plugin.h \
	sg_preferences_dialog.h \
	sg_project.h \
	sg_project_autosave.h \
	sg_project_file_sax.h \
	sg_project_file_xml.h \
	sg_project_menu.h \
	sg_project_rescue.h \
	sg_rectangle_dialog.h \
	sg_stock.h \
	sg_style_dialog.h \
	sg_text_dialog.h \
	sg_title_dialog.h \
	sg_toggle_combos.h \
	sg_toolbox.h \
	sg_toolbox_icons.h \
	sg_worksheet.h \
	sg_worksheet_file.h \
	sg_worksheet_file_ascii.h \
	sg_worksheet_file_html.h \
	sg_worksheet_file_tex.h \
	sg_worksheet_file_xml.h \
	sg_worksheet_menu.h \
	sg_worksheet_tools.h \
	sg_wrap.h \
	sg_xy_formula_dialog.h

scigraphica_SOURCES = $(scigraphica_c_sources) \
	$(scigraphica_h_sources)

INCLUDES = -Ipython \
	$(GTK_CFLAGS) $(GTK_EXTRA_CFLAGS) $(XML_CFLAGS) $(PY_CFLAGS) \
        $(BONOBO_CFLAGS) $(OAF_CFLAGS) $(LIBART_CFLAGS) \
	$(GNOME_PRINT_CFLAGS)

scigraphica_LDADD = -L./python python/libpint.a \
	$(GTK_LIBS) $(GTK_EXTRA_LIBS) $(XML_LIBS)\
        $(BONOBO_LIBS) $(OAF_LIBS) \
	-L$(PY_LIB_LOC)/config -l$(PY_LIBS) $(PY_EXTRA_LIBS) \
        $(UTIL_LIBS) $(READLINE_LIB) $(LIBART_LIBS) \
	$(GNOME_PRINT_LIBS)

LIBS = @LIBS@

wc:
	wc -l $(scigraphica_SOURCES)

files:
        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
          echo $$p; \
        done
        @for subdir in $(SUBDIRS); do \
          files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
          for file in $$files; do \
            echo $$subdir/$$file; \
          done; \
        done


syntax highlighted by Code2HTML, v. 0.9.1