Imported Upstream version 2.3.18
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
K 10
|
||||
svn:ignore
|
||||
V 203
|
||||
Makefile
|
||||
Makefile.in
|
||||
.libs
|
||||
deprecated
|
||||
app.args
|
||||
app.hierarchy
|
||||
app.interfaces
|
||||
app.prerequisites
|
||||
app.signals
|
||||
app-decl.txt
|
||||
app-decl-list.txt
|
||||
app-unused.txt
|
||||
app-undocumented.txt
|
||||
html
|
||||
tmpl
|
||||
xml
|
||||
version
|
||||
*.stamp
|
||||
|
||||
END
|
||||
@ -1,102 +0,0 @@
|
||||
8
|
||||
|
||||
dir
|
||||
22309
|
||||
svn+ssh://neo@svn.gnome.org/svn/gimp/trunk/devel-docs/app
|
||||
svn+ssh://neo@svn.gnome.org/svn/gimp
|
||||
|
||||
|
||||
|
||||
2007-04-16T15:02:15.010482Z
|
||||
22257
|
||||
neo
|
||||
has-props
|
||||
|
||||
svn:special svn:externals svn:needs-lock
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
f57ce169-c725-0410-9505-c4955b3f21d2
|
||||
|
||||
app-sections.txt
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-04-24T15:12:27.000000Z
|
||||
86ad33542eeb2ca26a9d805cd9c70952
|
||||
2007-04-16T15:02:15.010482Z
|
||||
22257
|
||||
neo
|
||||
has-props
|
||||
|
||||
app.types
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-04-24T15:12:27.000000Z
|
||||
1141d7c0f8f57d75b4dc984be9bb0ba9
|
||||
2007-04-16T15:02:15.010482Z
|
||||
22257
|
||||
neo
|
||||
|
||||
app-docs.sgml
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-04-24T15:12:27.000000Z
|
||||
5e041f160a588ddcacd0cde1098ca45f
|
||||
2007-04-16T15:02:15.010482Z
|
||||
22257
|
||||
neo
|
||||
|
||||
Makefile.am
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-03-08T09:53:44.000000Z
|
||||
a27597be782d3e5d4c65af216b625ed7
|
||||
2007-02-07T16:19:40.277225Z
|
||||
21859
|
||||
neo
|
||||
|
||||
version.in
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-01-23T10:14:11.000000Z
|
||||
96f7f442af786670ec98c403467d64d9
|
||||
2003-11-08T17:37:46.000000Z
|
||||
11330
|
||||
neo
|
||||
|
||||
app-overrides.txt
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2007-01-23T10:14:11.000000Z
|
||||
d41d8cd98f00b204e9800998ecf8427e
|
||||
2004-12-13T22:51:55.000000Z
|
||||
15934
|
||||
neo
|
||||
has-props
|
||||
|
||||
@ -1 +0,0 @@
|
||||
8
|
||||
@ -1,13 +0,0 @@
|
||||
K 13
|
||||
svn:eol-style
|
||||
V 6
|
||||
native
|
||||
K 12
|
||||
svn:keywords
|
||||
V 23
|
||||
Author Date Id Revision
|
||||
K 13
|
||||
svn:mime-type
|
||||
V 10
|
||||
text/plain
|
||||
END
|
||||
@ -1,13 +0,0 @@
|
||||
K 13
|
||||
svn:eol-style
|
||||
V 6
|
||||
native
|
||||
K 12
|
||||
svn:keywords
|
||||
V 23
|
||||
Author Date Id Revision
|
||||
K 13
|
||||
svn:mime-type
|
||||
V 10
|
||||
text/plain
|
||||
END
|
||||
@ -1,117 +0,0 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
# The name of the module.
|
||||
DOC_MODULE = app
|
||||
|
||||
# The top-level SGML file.
|
||||
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
||||
|
||||
# The directory containing the source code.
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
||||
|
||||
# Extra options to pass to gtkdoc-scangobj
|
||||
SCANGOBJ_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS = --sgml-mode --output-format=xml
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS =
|
||||
|
||||
# Used for dependencies
|
||||
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
|
||||
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
|
||||
|
||||
# Header files to ignore when scanning
|
||||
IGNORE_HFILES = \
|
||||
gimp-composite-dispatch.h \
|
||||
gimp-composite-regression.h \
|
||||
gimp-composite-altivec.h \
|
||||
gimp-composite-3dnow.h \
|
||||
gimp-composite-mmx.h \
|
||||
gimp-composite-sse.h \
|
||||
gimp-composite-sse2.h \
|
||||
gimp-composite-vis.h \
|
||||
gimp-composite-x86.h \
|
||||
gimp-intl.h \
|
||||
gimpimage-convert-data.h \
|
||||
gimpimage-convert-fsdither.h \
|
||||
gimphelp-ids.h \
|
||||
gimprc-blurbs.h \
|
||||
paint-funcs-generic.h
|
||||
|
||||
# Images to copy into HTML directory
|
||||
HTML_IMAGES=
|
||||
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||
content_files =
|
||||
|
||||
# Other files to distribute
|
||||
extra_files =
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
|
||||
GTKDOC_CFLAGS = \
|
||||
-g \
|
||||
-I$(top_srcdir) \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
$(top_builddir)/app/units.o \
|
||||
$(top_builddir)/app/gui/libappgui.a \
|
||||
$(top_builddir)/app/actions/libappactions.a \
|
||||
$(top_builddir)/app/dialogs/libappdialogs.a \
|
||||
$(top_builddir)/app/menus/libappmenus.a \
|
||||
$(top_builddir)/app/display/libappdisplay.a \
|
||||
$(top_builddir)/app/tools/libapptools.a \
|
||||
$(top_builddir)/app/widgets/libappwidgets.a \
|
||||
$(top_builddir)/app/pdb/libappinternal-procs.a \
|
||||
$(top_builddir)/app/xcf/libappxcf.a \
|
||||
$(top_builddir)/app/file/libappfile.a \
|
||||
$(top_builddir)/app/plug-in/libappplug-in.a \
|
||||
$(top_builddir)/app/pdb/libapppdb.a \
|
||||
$(top_builddir)/app/core/libappcore.a \
|
||||
$(top_builddir)/app/vectors/libappvectors.a \
|
||||
$(top_builddir)/app/paint/libapppaint.a \
|
||||
$(top_builddir)/app/text/libapptext.a \
|
||||
$(top_builddir)/app/config/libappconfig.a \
|
||||
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
|
||||
$(top_builddir)/app/composite/libappcomposite.a \
|
||||
$(top_builddir)/app/base/libappbase.a \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la \
|
||||
$(REGEXREPL) \
|
||||
$(GTK_LIBS) \
|
||||
$(LIBART_LIBS) \
|
||||
$(PANGOFT2_LIBS) \
|
||||
$(FONTCONFIG_LIBS) \
|
||||
$(FREETYPE_LIBS) \
|
||||
$(DBUS_GLIB_LIBS) \
|
||||
$(GTHREAD_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
LDFLAGS = -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init
|
||||
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.in
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,316 +0,0 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
|
||||
gimp_action_factory_get_type
|
||||
gimp_action_get_type
|
||||
gimp_action_group_get_type
|
||||
gimp_action_view_get_type
|
||||
gimp_airbrush_get_type
|
||||
gimp_airbrush_options_get_type
|
||||
gimp_airbrush_tool_get_type
|
||||
gimp_align_options_get_type
|
||||
gimp_align_tool_get_type
|
||||
gimp_anchor_get_type
|
||||
gimp_base_config_get_type
|
||||
gimp_bezier_stroke_get_type
|
||||
gimp_blend_options_get_type
|
||||
gimp_blend_tool_get_type
|
||||
gimp_blob_editor_get_type
|
||||
gimp_brightness_contrast_tool_get_type
|
||||
gimp_brush_clipboard_get_type
|
||||
gimp_brush_core_get_type
|
||||
gimp_brush_editor_get_type
|
||||
gimp_brush_factory_view_get_type
|
||||
gimp_brush_generated_get_type
|
||||
gimp_brush_get_type
|
||||
gimp_brush_pipe_get_type
|
||||
gimp_brush_select_get_type
|
||||
gimp_brush_tool_get_type
|
||||
gimp_bucket_fill_options_get_type
|
||||
gimp_bucket_fill_tool_get_type
|
||||
gimp_buffer_get_type
|
||||
gimp_buffer_view_get_type
|
||||
gimp_by_color_select_tool_get_type
|
||||
gimp_canvas_get_type
|
||||
gimp_cell_renderer_dashes_get_type
|
||||
gimp_cell_renderer_viewable_get_type
|
||||
gimp_channel_get_type
|
||||
gimp_channel_prop_undo_get_type
|
||||
gimp_channel_tree_view_get_type
|
||||
gimp_channel_undo_get_type
|
||||
gimp_clone_get_type
|
||||
gimp_clone_options_get_type
|
||||
gimp_clone_tool_get_type
|
||||
gimp_color_balance_tool_get_type
|
||||
gimp_color_bar_get_type
|
||||
gimp_color_dialog_get_type
|
||||
gimp_color_display_editor_get_type
|
||||
gimp_color_editor_get_type
|
||||
gimp_color_frame_get_type
|
||||
gimp_color_options_get_type
|
||||
gimp_color_panel_get_type
|
||||
gimp_color_picker_options_get_type
|
||||
gimp_color_picker_tool_get_type
|
||||
gimp_color_selector_palette_get_type
|
||||
gimp_color_tool_get_type
|
||||
gimp_colorize_tool_get_type
|
||||
gimp_colormap_editor_get_type
|
||||
gimp_component_editor_get_type
|
||||
gimp_container_box_get_type
|
||||
gimp_container_combo_box_get_type
|
||||
gimp_container_editor_get_type
|
||||
gimp_container_entry_get_type
|
||||
gimp_container_get_type
|
||||
gimp_container_grid_view_get_type
|
||||
gimp_container_popup_get_type
|
||||
gimp_container_tree_view_get_type
|
||||
gimp_container_view_interface_get_type
|
||||
gimp_context_get_type
|
||||
gimp_controller_editor_get_type
|
||||
gimp_controller_info_get_type
|
||||
gimp_controller_keyboard_get_type
|
||||
gimp_controller_list_get_type
|
||||
gimp_controller_wheel_get_type
|
||||
gimp_convolve_get_type
|
||||
gimp_convolve_options_get_type
|
||||
gimp_convolve_tool_get_type
|
||||
gimp_core_config_get_type
|
||||
gimp_crop_options_get_type
|
||||
gimp_crop_tool_get_type
|
||||
gimp_cursor_view_get_type
|
||||
gimp_curves_tool_get_type
|
||||
gimp_dash_editor_get_type
|
||||
gimp_data_editor_get_type
|
||||
gimp_data_factory_get_type
|
||||
gimp_data_factory_view_get_type
|
||||
gimp_data_get_type
|
||||
gimp_device_info_get_type
|
||||
gimp_device_status_get_type
|
||||
gimp_dialog_factory_get_type
|
||||
gimp_display_config_get_type
|
||||
gimp_display_get_type
|
||||
gimp_display_options_fullscreen_get_type
|
||||
gimp_display_options_get_type
|
||||
gimp_display_shell_get_type
|
||||
gimp_dock_get_type
|
||||
gimp_dock_separator_get_type
|
||||
gimp_dockable_get_type
|
||||
gimp_dockbook_get_type
|
||||
gimp_docked_interface_get_type
|
||||
gimp_document_list_get_type
|
||||
gimp_document_view_get_type
|
||||
gimp_dodge_burn_get_type
|
||||
gimp_dodge_burn_options_get_type
|
||||
gimp_dodge_burn_tool_get_type
|
||||
gimp_draw_tool_get_type
|
||||
gimp_drawable_get_type
|
||||
gimp_drawable_mod_undo_get_type
|
||||
gimp_drawable_tree_view_get_type
|
||||
gimp_drawable_undo_get_type
|
||||
gimp_edit_selection_tool_get_type
|
||||
gimp_editor_get_type
|
||||
gimp_ellipse_select_tool_get_type
|
||||
gimp_enum_action_get_type
|
||||
gimp_environ_table_get_type
|
||||
gimp_eraser_get_type
|
||||
gimp_eraser_options_get_type
|
||||
gimp_eraser_tool_get_type
|
||||
gimp_error_console_get_type
|
||||
gimp_error_dialog_get_type
|
||||
gimp_fg_bg_editor_get_type
|
||||
gimp_fg_bg_view_get_type
|
||||
gimp_file_dialog_get_type
|
||||
gimp_file_proc_view_get_type
|
||||
gimp_flip_options_get_type
|
||||
gimp_flip_tool_get_type
|
||||
gimp_floating_sel_undo_get_type
|
||||
gimp_font_get_type
|
||||
gimp_font_list_get_type
|
||||
gimp_font_select_get_type
|
||||
gimp_font_view_get_type
|
||||
gimp_foreground_select_options_get_type
|
||||
gimp_foreground_select_tool_get_type
|
||||
gimp_free_select_tool_get_type
|
||||
gimp_fuzzy_select_tool_get_type
|
||||
gimp_get_type
|
||||
gimp_gradient_editor_get_type
|
||||
gimp_gradient_get_type
|
||||
gimp_gradient_select_get_type
|
||||
gimp_grid_editor_get_type
|
||||
gimp_grid_get_type
|
||||
gimp_gui_config_get_type
|
||||
gimp_guide_get_type
|
||||
gimp_guide_undo_get_type
|
||||
gimp_heal_get_type
|
||||
gimp_heal_tool_get_type
|
||||
gimp_histogram_box_get_type
|
||||
gimp_histogram_editor_get_type
|
||||
gimp_histogram_options_get_type
|
||||
gimp_histogram_view_get_type
|
||||
gimp_hue_saturation_tool_get_type
|
||||
gimp_image_dock_get_type
|
||||
gimp_image_editor_get_type
|
||||
gimp_image_get_type
|
||||
gimp_image_map_get_type
|
||||
gimp_image_map_options_get_type
|
||||
gimp_image_map_tool_get_type
|
||||
gimp_image_parasite_view_get_type
|
||||
gimp_image_profile_view_get_type
|
||||
gimp_image_prop_view_get_type
|
||||
gimp_image_undo_get_type
|
||||
gimp_image_view_get_type
|
||||
gimp_imagefile_get_type
|
||||
gimp_ink_get_type
|
||||
gimp_ink_options_get_type
|
||||
gimp_ink_tool_get_type
|
||||
gimp_interpreter_db_get_type
|
||||
gimp_iscissors_tool_get_type
|
||||
gimp_item_get_type
|
||||
gimp_item_prop_undo_get_type
|
||||
gimp_item_tree_view_get_type
|
||||
gimp_item_undo_get_type
|
||||
gimp_layer_get_type
|
||||
gimp_layer_mask_get_type
|
||||
gimp_layer_mask_prop_undo_get_type
|
||||
gimp_layer_mask_undo_get_type
|
||||
gimp_layer_prop_undo_get_type
|
||||
gimp_layer_tree_view_get_type
|
||||
gimp_layer_undo_get_type
|
||||
gimp_levels_tool_get_type
|
||||
gimp_list_get_type
|
||||
gimp_magnify_options_get_type
|
||||
gimp_magnify_tool_get_type
|
||||
gimp_mask_undo_get_type
|
||||
gimp_measure_options_get_type
|
||||
gimp_measure_tool_get_type
|
||||
gimp_menu_dock_get_type
|
||||
gimp_menu_factory_get_type
|
||||
gimp_message_box_get_type
|
||||
gimp_message_dialog_get_type
|
||||
gimp_move_options_get_type
|
||||
gimp_move_tool_get_type
|
||||
gimp_navigation_editor_get_type
|
||||
gimp_navigation_view_get_type
|
||||
gimp_object_get_type
|
||||
gimp_paint_core_get_type
|
||||
gimp_paint_info_get_type
|
||||
gimp_paint_options_get_type
|
||||
gimp_paint_tool_get_type
|
||||
gimp_paintbrush_get_type
|
||||
gimp_paintbrush_tool_get_type
|
||||
gimp_palette_editor_get_type
|
||||
gimp_palette_get_type
|
||||
gimp_palette_select_get_type
|
||||
gimp_palette_view_get_type
|
||||
gimp_parasite_list_get_type
|
||||
gimp_pattern_clipboard_get_type
|
||||
gimp_pattern_factory_view_get_type
|
||||
gimp_pattern_get_type
|
||||
gimp_pattern_select_get_type
|
||||
gimp_pdb_dialog_get_type
|
||||
gimp_pdb_get_type
|
||||
gimp_pdb_progress_get_type
|
||||
gimp_pencil_get_type
|
||||
gimp_pencil_options_get_type
|
||||
gimp_pencil_tool_get_type
|
||||
gimp_perspective_clone_get_type
|
||||
gimp_perspective_clone_options_get_type
|
||||
gimp_perspective_clone_tool_get_type
|
||||
gimp_perspective_tool_get_type
|
||||
gimp_pickable_interface_get_type
|
||||
gimp_plug_in_action_get_type
|
||||
gimp_plug_in_def_get_type
|
||||
gimp_plug_in_get_type
|
||||
gimp_plug_in_manager_get_type
|
||||
gimp_plug_in_procedure_get_type
|
||||
gimp_plugin_config_get_type
|
||||
gimp_posterize_tool_get_type
|
||||
gimp_procedure_get_type
|
||||
gimp_progress_box_get_type
|
||||
gimp_progress_dialog_get_type
|
||||
gimp_progress_interface_get_type
|
||||
gimp_projection_get_type
|
||||
gimp_rc_get_type
|
||||
gimp_rect_select_options_get_type
|
||||
gimp_rect_select_tool_get_type
|
||||
gimp_rectangle_options_interface_get_type
|
||||
gimp_rectangle_tool_interface_get_type
|
||||
gimp_region_select_tool_get_type
|
||||
gimp_rotate_tool_get_type
|
||||
gimp_sample_point_editor_get_type
|
||||
gimp_sample_point_undo_get_type
|
||||
gimp_scale_combo_box_get_type
|
||||
gimp_scale_tool_get_type
|
||||
gimp_selection_editor_get_type
|
||||
gimp_selection_get_type
|
||||
gimp_selection_options_get_type
|
||||
gimp_selection_tool_get_type
|
||||
gimp_shear_tool_get_type
|
||||
gimp_size_box_get_type
|
||||
gimp_smudge_get_type
|
||||
gimp_smudge_options_get_type
|
||||
gimp_smudge_tool_get_type
|
||||
gimp_source_core_get_type
|
||||
gimp_source_options_get_type
|
||||
gimp_source_tool_get_type
|
||||
gimp_statusbar_get_type
|
||||
gimp_string_action_get_type
|
||||
gimp_stroke_desc_get_type
|
||||
gimp_stroke_editor_get_type
|
||||
gimp_stroke_get_type
|
||||
gimp_stroke_options_get_type
|
||||
gimp_sub_progress_get_type
|
||||
gimp_template_editor_get_type
|
||||
gimp_template_get_type
|
||||
gimp_template_view_get_type
|
||||
gimp_temporary_procedure_get_type
|
||||
gimp_text_editor_get_type
|
||||
gimp_text_get_type
|
||||
gimp_text_layer_get_type
|
||||
gimp_text_layout_get_type
|
||||
gimp_text_options_get_type
|
||||
gimp_text_tool_get_type
|
||||
gimp_text_undo_get_type
|
||||
gimp_threshold_tool_get_type
|
||||
gimp_thumb_box_get_type
|
||||
gimp_tool_control_get_type
|
||||
gimp_tool_dialog_get_type
|
||||
gimp_tool_get_type
|
||||
gimp_tool_info_get_type
|
||||
gimp_tool_options_editor_get_type
|
||||
gimp_tool_options_get_type
|
||||
gimp_tool_presets_get_type
|
||||
gimp_tool_view_get_type
|
||||
gimp_toolbox_get_type
|
||||
gimp_transform_options_get_type
|
||||
gimp_transform_tool_get_type
|
||||
gimp_ui_manager_get_type
|
||||
gimp_undo_editor_get_type
|
||||
gimp_undo_get_type
|
||||
gimp_undo_stack_get_type
|
||||
gimp_unit_combo_box_get_type
|
||||
gimp_unit_store_get_type
|
||||
gimp_vector_options_get_type
|
||||
gimp_vector_tool_get_type
|
||||
gimp_vectors_get_type
|
||||
gimp_vectors_mod_undo_get_type
|
||||
gimp_vectors_prop_undo_get_type
|
||||
gimp_vectors_tree_view_get_type
|
||||
gimp_vectors_undo_get_type
|
||||
gimp_view_get_type
|
||||
gimp_view_renderer_brush_get_type
|
||||
gimp_view_renderer_buffer_get_type
|
||||
gimp_view_renderer_drawable_get_type
|
||||
gimp_view_renderer_get_type
|
||||
gimp_view_renderer_gradient_get_type
|
||||
gimp_view_renderer_image_get_type
|
||||
gimp_view_renderer_imagefile_get_type
|
||||
gimp_view_renderer_layer_get_type
|
||||
gimp_view_renderer_palette_get_type
|
||||
gimp_view_renderer_vectors_get_type
|
||||
gimp_viewable_button_get_type
|
||||
gimp_viewable_dialog_get_type
|
||||
gimp_viewable_get_type
|
||||
gtk_hwrap_box_get_type
|
||||
gtk_vwrap_box_get_type
|
||||
gtk_wrap_box_get_type
|
||||
@ -1 +0,0 @@
|
||||
@GIMP_VERSION@
|
||||
@ -1,846 +0,0 @@
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# devel-docs/app/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
|
||||
# -*- mode: makefile -*-
|
||||
|
||||
####################################
|
||||
# Everything below here is generic #
|
||||
####################################
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
pkgdatadir = $(datadir)/gimp
|
||||
pkglibdir = $(libdir)/gimp
|
||||
pkgincludedir = $(includedir)/gimp
|
||||
top_builddir = ../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = /usr/bin/install -c
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = i686-pc-linux-gnu
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/version.in $(top_srcdir)/gtk-doc.make
|
||||
subdir = devel-docs/app
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
||||
$(top_srcdir)/m4macros/detectcflags.m4 \
|
||||
$(top_srcdir)/m4macros/pythondev.m4 \
|
||||
$(top_srcdir)/m4macros/gimpprint.m4 \
|
||||
$(top_srcdir)/m4macros/alsa.m4 \
|
||||
$(top_srcdir)/m4macros/gtk-doc.m4 \
|
||||
$(top_srcdir)/m4macros/binreloc.m4 $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES = version
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
AA = aa$(EXEEXT)
|
||||
ACLOCAL = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run aclocal-1.9
|
||||
ALLOCA =
|
||||
ALL_LINGUAS = ar bg ca cs da de dz el en_CA en_GB eo es et eu fi fr ga gl gu he hu hr id it ja km ko lt mk ms nb ne nl pa pl pt pt_BR ro ru rw sk sr sr@Latn sv tr tt uk vi xh yi zh_CN zh_TW
|
||||
ALSA_CFLAGS =
|
||||
ALSA_LIBS = -lasound -lm -ldl -lpthread
|
||||
ALTIVEC_EXTRA_CFLAGS =
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run tar
|
||||
AR = ar
|
||||
AS = as
|
||||
AUTOCONF = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run automake-1.9
|
||||
AWK = gawk
|
||||
BINRELOC_CFLAGS =
|
||||
BINRELOC_LIBS =
|
||||
BUILD_HELPBROWSER_FALSE = #
|
||||
BUILD_HELPBROWSER_TRUE =
|
||||
BUILD_PRINT_FALSE = #
|
||||
BUILD_PRINT_TRUE =
|
||||
BUILD_PYTHON_FALSE = #
|
||||
BUILD_PYTHON_TRUE =
|
||||
BUILD_SCRIPT_FU_FALSE = #
|
||||
BUILD_SCRIPT_FU_TRUE =
|
||||
BUILD_XJT_FALSE = #
|
||||
BUILD_XJT_TRUE =
|
||||
CATALOGS = ar.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo km.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo ne.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo tt.gmo uk.gmo vi.gmo xh.gmo yi.gmo zh_CN.gmo zh_TW.gmo
|
||||
CATOBJEXT = .gmo
|
||||
CC = gcc
|
||||
CCAS = gcc
|
||||
CCASFLAGS = -g -O2
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
|
||||
CPP = gcc -E
|
||||
CPPFLAGS = -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CYGPATH_W = echo
|
||||
DATADIRNAME = share
|
||||
DBUS_BINDING_TOOL = /usr/bin/dbus-binding-tool
|
||||
DBUS_GLIB_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
DBUS_GLIB_LIBS = -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
|
||||
DEFAULT_BINARY_FALSE =
|
||||
DEFAULT_BINARY_TRUE = #
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
DESKTOP_DATADIR = ${datarootdir}
|
||||
DESKTOP_DATADIR_FALSE = #
|
||||
DESKTOP_DATADIR_TRUE =
|
||||
DLLTOOL = dlltool
|
||||
DOC_SHOOTER = doc-shooter
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
ENABLE_GIMP_CONSOLE_FALSE = #
|
||||
ENABLE_GIMP_CONSOLE_TRUE =
|
||||
ENABLE_GTK_DOC_FALSE = #
|
||||
ENABLE_GTK_DOC_TRUE =
|
||||
EXEEXT =
|
||||
EXIF_CFLAGS = -I/usr/include/libexif
|
||||
EXIF_LIBS = -lexif -lm
|
||||
F77 = g77
|
||||
FFLAGS = -g -O2
|
||||
FONTCONFIG_CFLAGS =
|
||||
FONTCONFIG_LIBS = -lfontconfig
|
||||
FONTCONFIG_REQUIRED_VERSION = 2.2.0
|
||||
FREETYPE_CONFIG = /usr/bin/freetype-config
|
||||
FREETYPE_LIBS = -lfreetype -lz
|
||||
GDK_PIXBUF_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GDK_PIXBUF_CSOURCE = /usr/bin/gdk-pixbuf-csource
|
||||
GDK_PIXBUF_LIBS = -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
GDK_PIXBUF_REQUIRED_VERSION = 2.10.6
|
||||
GETTEXT_PACKAGE = gimp20
|
||||
GIMPINSTALL =
|
||||
GIMP_API_VERSION = 2.0
|
||||
GIMP_APP_VERSION = 2.3
|
||||
GIMP_BINARY_AGE = 316
|
||||
GIMP_COMMAND = gimp-2.3
|
||||
GIMP_DATA_VERSION = 2.0
|
||||
GIMP_FULL_NAME = GNU Image Manipulation Program
|
||||
GIMP_INTERFACE_AGE = 0
|
||||
GIMP_MAJOR_VERSION = 2
|
||||
GIMP_MICRO_VERSION = 16
|
||||
GIMP_MINOR_VERSION = 3
|
||||
GIMP_MKENUMS = $(PERL) $(top_srcdir)/tools/gimp-mkenums
|
||||
GIMP_MODULES = modules
|
||||
GIMP_PKGCONFIG_VERSION = 2.0
|
||||
GIMP_PLUGINS = plug-ins
|
||||
GIMP_PLUGIN_VERSION = 2.0
|
||||
GIMP_REAL_VERSION = 2.3.16
|
||||
GIMP_REMOTE = gimp-remote-2.3$(EXEEXT)
|
||||
GIMP_SYSCONF_VERSION = 2.0
|
||||
GIMP_TOOL_VERSION = 2.0
|
||||
GIMP_UNSTABLE = yes
|
||||
GIMP_UNSTABLE_FALSE = #
|
||||
GIMP_UNSTABLE_TRUE =
|
||||
GIMP_USER_VERSION = 2.3
|
||||
GIMP_VERSION = 2.3.16
|
||||
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GLIB_GENMARSHAL = glib-genmarshal
|
||||
GLIB_LIBS = -lgobject-2.0 -lglib-2.0
|
||||
GLIB_MKENUMS = glib-mkenums
|
||||
GLIB_REQUIRED_VERSION = 2.12.3
|
||||
GMODULE_NO_EXPORT_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GMODULE_NO_EXPORT_LIBS = -lgmodule-2.0 -ldl -lglib-2.0
|
||||
GMOFILES = ar.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo km.gmo ko.gmo lt.gmo mk.gmo ms.gmo nb.gmo ne.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo tt.gmo uk.gmo vi.gmo xh.gmo yi.gmo zh_CN.gmo zh_TW.gmo
|
||||
GMSGFMT = /usr/bin/msgfmt
|
||||
GOBJECT_QUERY = gobject-query
|
||||
GREP = /bin/grep
|
||||
GTHREAD_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
GTHREAD_LIBS = -pthread -lgthread-2.0 -lrt -lglib-2.0
|
||||
GTKDOC_REQUIRED_VERSION = 1.0
|
||||
GTKHTML2_CFLAGS = -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
|
||||
GTKHTML2_LIBS = -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
GTKHTML2_REQUIRED_VERSION = 2.0.0
|
||||
GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
|
||||
GTK_DOC_USE_LIBTOOL_FALSE = #
|
||||
GTK_DOC_USE_LIBTOOL_TRUE =
|
||||
GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
GTK_REQUIRED_VERSION = 2.10.6
|
||||
HAL_CFLAGS = -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
|
||||
HAL_LIBS = -lhal -ldbus-1
|
||||
HAVE_DX_DINPUT_FALSE =
|
||||
HAVE_DX_DINPUT_TRUE = #
|
||||
HAVE_FINITE =
|
||||
HAVE_GLIBC_REGEX =
|
||||
HAVE_GLIBC_REGEX_FALSE = #
|
||||
HAVE_GLIBC_REGEX_TRUE =
|
||||
HAVE_GNOMEVFS_FALSE = #
|
||||
HAVE_GNOMEVFS_TRUE =
|
||||
HAVE_ISFINITE =
|
||||
HAVE_LCMS_FALSE = #
|
||||
HAVE_LCMS_TRUE =
|
||||
HAVE_LIBCURL_FALSE =
|
||||
HAVE_LIBCURL_TRUE = #
|
||||
HAVE_LINUX_INPUT_FALSE = #
|
||||
HAVE_LINUX_INPUT_TRUE =
|
||||
HAVE_MAC_TWAIN_FALSE =
|
||||
HAVE_MAC_TWAIN_TRUE = #
|
||||
HAVE_PNG_FALSE = #
|
||||
HAVE_PNG_TRUE =
|
||||
HAVE_WINDRES_FALSE =
|
||||
HAVE_WINDRES_TRUE = #
|
||||
HAVE_XMLLINT_FALSE = #
|
||||
HAVE_XMLLINT_TRUE =
|
||||
HAVE_XSLTPROC_FALSE = #
|
||||
HAVE_XSLTPROC_TRUE =
|
||||
HTML_DIR = ${datadir}/gtk-doc/html
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||
INSTOBJEXT = .mo
|
||||
INTLLIBS =
|
||||
INTLTOOL_CAVES_RULE = %.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_DESKTOP_RULE = %.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_EXTRACT = $(top_builddir)/intltool-extract
|
||||
INTLTOOL_ICONV = /usr/bin/iconv
|
||||
INTLTOOL_KBD_RULE = %.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_KEYS_RULE = %.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_MERGE = $(top_builddir)/intltool-merge
|
||||
INTLTOOL_MSGFMT = /usr/bin/msgfmt
|
||||
INTLTOOL_MSGMERGE = /usr/bin/msgmerge
|
||||
INTLTOOL_OAF_RULE = %.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@
|
||||
INTLTOOL_PERL = /usr/bin/perl
|
||||
INTLTOOL_PONG_RULE = %.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_PROP_RULE = %.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_SCHEMAS_RULE = %.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_SERVER_RULE = %.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_SERVICE_RULE = %.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_SHEET_RULE = %.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_THEME_RULE = %.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_UI_RULE = %.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_UPDATE = $(top_builddir)/intltool-update
|
||||
INTLTOOL_XAM_RULE = %.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
INTLTOOL_XGETTEXT = /usr/bin/xgettext
|
||||
INTLTOOL_XML_NOMERGE_RULE = %.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
|
||||
INTLTOOL_XML_RULE = %.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
||||
JPEG = jpeg$(EXEEXT)
|
||||
LCMS = lcms$(EXEEXT)
|
||||
LDFLAGS = -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init
|
||||
LIBAA = -laa
|
||||
LIBART_CFLAGS = -I/usr/include/libart-2.0
|
||||
LIBART_LIBS = -lart_lgpl_2
|
||||
LIBJPEG = -ljpeg
|
||||
LIBLCMS = -llcms
|
||||
LIBMNG = -lmng -ljpeg -lpng12
|
||||
LIBOBJS =
|
||||
LIBPNG = -lpng12
|
||||
LIBPOPPLER = -pthread -lpoppler-glib -lpoppler -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0
|
||||
LIBS =
|
||||
LIBSCREENSHOT = -lSM -lICE -lX11 -lXmu -lXt -lXext
|
||||
LIBSVG = -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
LIBTIFF = -ltiff
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LIBWMF =
|
||||
LIBXMU = -lSM -lICE -lX11 -lXmu -lXt
|
||||
LIBXPM = -lSM -lICE -lX11 -lXpm
|
||||
LIBZ = -lz
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
LT_CURRENT_MINUS_AGE = 0
|
||||
LT_VERSION_INFO = 316:0:316
|
||||
MAIL = mail$(EXEEXT)
|
||||
MAINT =
|
||||
MAINTAINER_MODE_FALSE = #
|
||||
MAINTAINER_MODE_TRUE =
|
||||
MAKEINFO = ${SHELL} /home/sven/gnomesvn/gimp-dist/missing --run makeinfo
|
||||
MKINSTALLDIRS = ./mkinstalldirs
|
||||
MMX_EXTRA_CFLAGS = -mmmx
|
||||
MNG = mng$(EXEEXT)
|
||||
MSGFMT = /usr/bin/msgfmt
|
||||
MSGFMT_OPTS = -c
|
||||
MS_LIB_AVAILABLE_FALSE =
|
||||
MS_LIB_AVAILABLE_TRUE = #
|
||||
OBJDUMP = objdump
|
||||
OBJEXT = o
|
||||
OS_UNIX_FALSE = #
|
||||
OS_UNIX_TRUE =
|
||||
OS_WIN32_FALSE =
|
||||
OS_WIN32_TRUE = #
|
||||
PACKAGE = gimp
|
||||
PACKAGE_BUGREPORT = http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP
|
||||
PACKAGE_NAME = GIMP
|
||||
PACKAGE_STRING = GIMP 2.3.16
|
||||
PACKAGE_TARNAME = gimp
|
||||
PACKAGE_VERSION = 2.3.16
|
||||
PANGOFT2_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PANGOFT2_LIBS = -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
PANGOFT2_REQUIRED_VERSION = 1.12.2
|
||||
PATHSEP = :
|
||||
PATH_SEPARATOR = :
|
||||
PERL = /usr/bin/perl
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PLATFORM_WIN32_FALSE =
|
||||
PLATFORM_WIN32_TRUE = #
|
||||
PNG = png$(EXEEXT)
|
||||
PNG_CFLAGS = -I/usr/include/libpng12
|
||||
PNG_LIBS = -lpng12
|
||||
POFILES = ar.po bg.po ca.po cs.po da.po de.po dz.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fi.po fr.po ga.po gl.po gu.po he.po hu.po hr.po id.po it.po ja.po km.po ko.po lt.po mk.po ms.po nb.po ne.po nl.po pa.po pl.po pt.po pt_BR.po ro.po ru.po rw.po sk.po sr.po sr@Latn.po sv.po tr.po tt.po uk.po vi.po xh.po yi.po zh_CN.po zh_TW.po
|
||||
POPPLER = poppler$(EXEEXT)
|
||||
POPPLER_CFLAGS = -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
POPPLER_LIBS = -pthread -lpoppler-glib -lpoppler -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0
|
||||
POSUB = po
|
||||
PO_IN_DATADIR_FALSE =
|
||||
PO_IN_DATADIR_TRUE =
|
||||
PSP = psp$(EXEEXT)
|
||||
PYBIN_PATH = /usr/bin/python
|
||||
PYGIMP_EXTRA_CFLAGS = -fno-strict-aliasing
|
||||
PYGTK_CFLAGS = -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PYGTK_CODEGEN = /usr/bin/pygtk-codegen-2.0
|
||||
PYGTK_DEFSDIR = /usr/share/pygtk/2.0/defs
|
||||
PYGTK_LIBS = -lgobject-2.0 -lglib-2.0
|
||||
PYLINK_LIBS =
|
||||
PYTHON = /usr/bin/python
|
||||
PYTHON_EXEC_PREFIX = ${exec_prefix}
|
||||
PYTHON_INCLUDES = -I/usr/include/python2.4
|
||||
PYTHON_PLATFORM = linux2
|
||||
PYTHON_PREFIX = ${prefix}
|
||||
PYTHON_VERSION = 2.4
|
||||
RANLIB = ranlib
|
||||
RSVG_REQUIRED_VERSION = 2.8.0
|
||||
RT_LIBS =
|
||||
SCREENSHOT = screenshot$(EXEEXT)
|
||||
SENDMAIL = /usr/sbin/sendmail
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
SOCKET_LIBS =
|
||||
SSE_EXTRA_CFLAGS = -mmmx -msse
|
||||
STATICLIBS_FALSE =
|
||||
STATICLIBS_TRUE = #
|
||||
STRIP = strip
|
||||
SVG = svg$(EXEEXT)
|
||||
SVG_CFLAGS = -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
|
||||
SVG_LIBS = -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
SYMPREFIX =
|
||||
TIFF = tiff$(EXEEXT)
|
||||
URI_GNOME_VFS_CFLAGS = -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2
|
||||
URI_GNOME_VFS_LIBS = -pthread -Wl,--export-dynamic -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lgnome-keyring -lglib-2.0
|
||||
URI_LIBCURL_CFLAGS =
|
||||
URI_LIBCURL_LIBS =
|
||||
USE_BINRELOC_FALSE =
|
||||
USE_BINRELOC_TRUE = #
|
||||
USE_NLS = yes
|
||||
VERSION = 2.3.16
|
||||
WINDRES = :
|
||||
WITH_PDBGEN_FALSE = #
|
||||
WITH_PDBGEN_TRUE =
|
||||
WMF =
|
||||
WMF_CFLAGS =
|
||||
WMF_CONFIG = no
|
||||
WMF_REQUIRED_VERSION = 0.2.8
|
||||
XGETTEXT = /usr/bin/xgettext
|
||||
XMKMF =
|
||||
XMLLINT = /usr/bin/xmllint
|
||||
XPM = xpm$(EXEEXT)
|
||||
XSLTPROC = /usr/bin/xsltproc
|
||||
X_CFLAGS =
|
||||
X_EXTRA_LIBS =
|
||||
X_LIBS =
|
||||
X_PRE_LIBS = -lSM -lICE
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 = g77
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
gimpdatadir = ${datarootdir}/gimp/2.0
|
||||
gimpdir = .gimp-2.3
|
||||
gimplocaledir = ${datarootdir}/locale
|
||||
gimpplugindir = ${exec_prefix}/lib/gimp/2.0
|
||||
gimpsysconfdir = ${prefix}/etc/gimp/2.0
|
||||
host = i686-pc-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = /home/sven/gnomesvn/gimp-dist/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = mkdir -p --
|
||||
ms_librarian =
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
pkgpyexecdir = ${pyexecdir}/gimp
|
||||
pkgpythondir = ${pythondir}/gimp
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
pyexecdir = ${exec_prefix}/lib/python2.4/site-packages
|
||||
pythondir = ${prefix}/lib/python2.4/site-packages
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
|
||||
# The name of the module.
|
||||
DOC_MODULE = app
|
||||
|
||||
# The top-level SGML file.
|
||||
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
||||
|
||||
# The directory containing the source code.
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
||||
|
||||
# Extra options to pass to gtkdoc-scangobj
|
||||
SCANGOBJ_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS = --sgml-mode --output-format=xml
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS =
|
||||
|
||||
# Used for dependencies
|
||||
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
|
||||
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
|
||||
|
||||
# Header files to ignore when scanning
|
||||
IGNORE_HFILES = \
|
||||
gimp-composite-dispatch.h \
|
||||
gimp-composite-regression.h \
|
||||
gimp-composite-altivec.h \
|
||||
gimp-composite-3dnow.h \
|
||||
gimp-composite-mmx.h \
|
||||
gimp-composite-sse.h \
|
||||
gimp-composite-sse2.h \
|
||||
gimp-composite-vis.h \
|
||||
gimp-composite-x86.h \
|
||||
gimp-intl.h \
|
||||
gimpimage-convert-data.h \
|
||||
gimpimage-convert-fsdither.h \
|
||||
gimphelp-ids.h \
|
||||
gimprc-blurbs.h \
|
||||
paint-funcs-generic.h
|
||||
|
||||
|
||||
# Images to copy into HTML directory
|
||||
HTML_IMAGES =
|
||||
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||
content_files =
|
||||
|
||||
# Other files to distribute
|
||||
extra_files =
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
GTKDOC_CFLAGS = \
|
||||
-g \
|
||||
-I$(top_srcdir) \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
$(top_builddir)/app/units.o \
|
||||
$(top_builddir)/app/gui/libappgui.a \
|
||||
$(top_builddir)/app/actions/libappactions.a \
|
||||
$(top_builddir)/app/dialogs/libappdialogs.a \
|
||||
$(top_builddir)/app/menus/libappmenus.a \
|
||||
$(top_builddir)/app/display/libappdisplay.a \
|
||||
$(top_builddir)/app/tools/libapptools.a \
|
||||
$(top_builddir)/app/widgets/libappwidgets.a \
|
||||
$(top_builddir)/app/pdb/libappinternal-procs.a \
|
||||
$(top_builddir)/app/xcf/libappxcf.a \
|
||||
$(top_builddir)/app/file/libappfile.a \
|
||||
$(top_builddir)/app/plug-in/libappplug-in.a \
|
||||
$(top_builddir)/app/pdb/libapppdb.a \
|
||||
$(top_builddir)/app/core/libappcore.a \
|
||||
$(top_builddir)/app/vectors/libappvectors.a \
|
||||
$(top_builddir)/app/paint/libapppaint.a \
|
||||
$(top_builddir)/app/text/libapptext.a \
|
||||
$(top_builddir)/app/config/libappconfig.a \
|
||||
$(top_builddir)/app/paint-funcs/libapppaint-funcs.a \
|
||||
$(top_builddir)/app/composite/libappcomposite.a \
|
||||
$(top_builddir)/app/base/libappbase.a \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la \
|
||||
$(REGEXREPL) \
|
||||
$(GTK_LIBS) \
|
||||
$(LIBART_LIBS) \
|
||||
$(PANGOFT2_LIBS) \
|
||||
$(FONTCONFIG_LIBS) \
|
||||
$(FREETYPE_LIBS) \
|
||||
$(DBUS_GLIB_LIBS) \
|
||||
$(GTHREAD_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
#GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
#GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
# We set GPATH here; this gives us semantics for GNU make
|
||||
# which are more like other make's VPATH, when it comes to
|
||||
# whether a source that is a target of one rule is then
|
||||
# searched for in VPATH/GPATH.
|
||||
#
|
||||
GPATH = $(srcdir)
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
|
||||
$(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \
|
||||
version.in
|
||||
DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||||
$(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
|
||||
|
||||
SCANOBJ_FILES = \
|
||||
$(DOC_MODULE).args \
|
||||
$(DOC_MODULE).hierarchy \
|
||||
$(DOC_MODULE).interfaces \
|
||||
$(DOC_MODULE).prerequisites \
|
||||
$(DOC_MODULE).signals
|
||||
|
||||
CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/app/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu devel-docs/app/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
version: $(top_builddir)/config.status $(srcdir)/version.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(mkdir_p) $(distdir)/../..
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile all-local
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic \
|
||||
maintainer-clean-local
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am uninstall-local
|
||||
|
||||
.PHONY: all all-am all-local check check-am clean clean-generic \
|
||||
clean-libtool clean-local dist-hook distclean \
|
||||
distclean-generic distclean-libtool distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-data-local install-exec \
|
||||
install-exec-am install-info install-info-am install-man \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic \
|
||||
maintainer-clean-local mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-info-am uninstall-local
|
||||
|
||||
|
||||
all-local: html-build.stamp
|
||||
#all-local:
|
||||
|
||||
docs: html-build.stamp
|
||||
|
||||
#### scan ####
|
||||
|
||||
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
|
||||
@echo 'gtk-doc: Scanning header files'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && \
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
|
||||
if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
|
||||
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
|
||||
else \
|
||||
cd $(srcdir) ; \
|
||||
for i in $(SCANOBJ_FILES) ; do \
|
||||
test -f $$i || touch $$i ; \
|
||||
done \
|
||||
fi
|
||||
touch scan-build.stamp
|
||||
|
||||
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
|
||||
@true
|
||||
|
||||
#### templates ####
|
||||
|
||||
tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
|
||||
@echo 'gtk-doc: Rebuilding template files'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
|
||||
touch tmpl-build.stamp
|
||||
|
||||
tmpl.stamp: tmpl-build.stamp
|
||||
@true
|
||||
|
||||
#### xml ####
|
||||
|
||||
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
|
||||
@echo 'gtk-doc: Building XML'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && \
|
||||
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
|
||||
touch sgml-build.stamp
|
||||
|
||||
sgml.stamp: sgml-build.stamp
|
||||
@true
|
||||
|
||||
#### html ####
|
||||
|
||||
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
@echo 'gtk-doc: Building HTML'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
rm -rf $(srcdir)/html
|
||||
mkdir $(srcdir)/html
|
||||
cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||||
test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
|
||||
@echo 'gtk-doc: Fixing cross-references'
|
||||
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||
touch html-build.stamp
|
||||
|
||||
##############
|
||||
|
||||
clean-local:
|
||||
rm -f *~ *.bak
|
||||
rm -rf .libs
|
||||
|
||||
maintainer-clean-local: clean
|
||||
cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
|
||||
install-data-local:
|
||||
installfiles=`echo $(srcdir)/html/*`; \
|
||||
if test "$$installfiles" = '$(srcdir)/html/*'; \
|
||||
then echo '-- Nothing to install' ; \
|
||||
else \
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
|
||||
for i in $$installfiles; do \
|
||||
echo '-- Installing '$$i ; \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
fi
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(TARGET_DIR)/*
|
||||
|
||||
#
|
||||
# Require gtk-doc when making dist
|
||||
#
|
||||
dist-check-gtkdoc:
|
||||
#dist-check-gtkdoc:
|
||||
# @echo "*** gtk-doc must be installed and enabled in order to make dist"
|
||||
# @false
|
||||
|
||||
dist-hook: dist-check-gtkdoc dist-hook-local
|
||||
mkdir $(distdir)/tmpl
|
||||
mkdir $(distdir)/xml
|
||||
mkdir $(distdir)/html
|
||||
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
|
||||
-cp $(srcdir)/xml/*.xml $(distdir)/xml
|
||||
cp $(srcdir)/html/* $(distdir)/html
|
||||
if test -f $(srcdir)/$(DOC_MODULE).types; then \
|
||||
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
|
||||
fi
|
||||
|
||||
.PHONY : dist-hook-local docs
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@ -37,6 +37,7 @@ IGNORE_HFILES = \
|
||||
gimp-composite-vis.h \
|
||||
gimp-composite-x86.h \
|
||||
gimp-intl.h \
|
||||
gimpdbusservice-glue.h \
|
||||
gimpimage-convert-data.h \
|
||||
gimpimage-convert-fsdither.h \
|
||||
gimphelp-ids.h \
|
||||
@ -44,14 +45,11 @@ IGNORE_HFILES = \
|
||||
paint-funcs-generic.h
|
||||
|
||||
# Images to copy into HTML directory
|
||||
HTML_IMAGES=
|
||||
HTML_IMAGES =
|
||||
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||
content_files =
|
||||
|
||||
# Other files to distribute
|
||||
extra_files =
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
|
||||
@ -62,10 +60,11 @@ GTKDOC_CFLAGS = \
|
||||
-I$(includedir)
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
-u $(SYMPREFIX)gimp_plug_in_manager_restore \
|
||||
$(top_builddir)/app/app.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
@ -108,10 +107,21 @@ GTKDOC_LIBS = \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
LDFLAGS = -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init
|
||||
|
||||
if ENABLE_GTK_DOC_APP
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
else
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(DOC_MODULE)-docs.sgml \
|
||||
$(DOC_MODULE)-overrides.txt \
|
||||
$(DOC_MODULE)-sections.txt
|
||||
|
||||
endif
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST += version.in
|
||||
EXTRA_DIST += \
|
||||
$(DOC_MODULE).types \
|
||||
version.in
|
||||
|
||||
@ -88,6 +88,7 @@ BUILD_SCRIPT_FU_FALSE = @BUILD_SCRIPT_FU_FALSE@
|
||||
BUILD_SCRIPT_FU_TRUE = @BUILD_SCRIPT_FU_TRUE@
|
||||
BUILD_XJT_FALSE = @BUILD_XJT_FALSE@
|
||||
BUILD_XJT_TRUE = @BUILD_XJT_TRUE@
|
||||
CARBON_LDFLAGS = @CARBON_LDFLAGS@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
@ -122,6 +123,8 @@ ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENABLE_GIMP_CONSOLE_FALSE = @ENABLE_GIMP_CONSOLE_FALSE@
|
||||
ENABLE_GIMP_CONSOLE_TRUE = @ENABLE_GIMP_CONSOLE_TRUE@
|
||||
ENABLE_GTK_DOC_APP_FALSE = @ENABLE_GTK_DOC_APP_FALSE@
|
||||
ENABLE_GTK_DOC_APP_TRUE = @ENABLE_GTK_DOC_APP_TRUE@
|
||||
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
|
||||
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
|
||||
EXEEXT = @EXEEXT@
|
||||
@ -248,7 +251,7 @@ INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
|
||||
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
|
||||
JPEG = @JPEG@
|
||||
LCMS = @LCMS@
|
||||
LDFLAGS = -u $(SYMPREFIX)xcf_init -u $(SYMPREFIX)internal_procs_init
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBAA = @LIBAA@
|
||||
LIBART_CFLAGS = @LIBART_CFLAGS@
|
||||
LIBART_LIBS = @LIBART_LIBS@
|
||||
@ -344,7 +347,8 @@ SVG = @SVG@
|
||||
SVG_CFLAGS = @SVG_CFLAGS@
|
||||
SVG_LIBS = @SVG_LIBS@
|
||||
SYMPREFIX = @SYMPREFIX@
|
||||
TIFF = @TIFF@
|
||||
TIFF_LOAD = @TIFF_LOAD@
|
||||
TIFF_SAVE = @TIFF_SAVE@
|
||||
URI_GNOME_VFS_CFLAGS = @URI_GNOME_VFS_CFLAGS@
|
||||
URI_GNOME_VFS_LIBS = @URI_GNOME_VFS_LIBS@
|
||||
URI_LIBCURL_CFLAGS = @URI_LIBCURL_CFLAGS@
|
||||
@ -464,6 +468,7 @@ IGNORE_HFILES = \
|
||||
gimp-composite-vis.h \
|
||||
gimp-composite-x86.h \
|
||||
gimp-intl.h \
|
||||
gimpdbusservice-glue.h \
|
||||
gimpimage-convert-data.h \
|
||||
gimpimage-convert-fsdither.h \
|
||||
gimphelp-ids.h \
|
||||
@ -477,9 +482,6 @@ HTML_IMAGES =
|
||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
||||
content_files =
|
||||
|
||||
# Other files to distribute
|
||||
extra_files =
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
GTKDOC_CFLAGS = \
|
||||
@ -489,10 +491,11 @@ GTKDOC_CFLAGS = \
|
||||
-I$(includedir)
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
-u $(SYMPREFIX)xcf_init \
|
||||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
-u $(SYMPREFIX)gimp_plug_in_manager_restore \
|
||||
$(top_builddir)/app/app.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
@ -535,34 +538,42 @@ GTKDOC_LIBS = \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
# We set GPATH here; this gives us semantics for GNU make
|
||||
# which are more like other make's VPATH, when it comes to
|
||||
# whether a source that is a target of one rule is then
|
||||
# searched for in VPATH/GPATH.
|
||||
#
|
||||
GPATH = $(srcdir)
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@GPATH = $(srcdir)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
||||
|
||||
# Other files to distribute
|
||||
EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
|
||||
$(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \
|
||||
version.in
|
||||
DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||||
$(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
|
||||
@ENABLE_GTK_DOC_APP_FALSE@EXTRA_DIST = $(DOC_MODULE)-docs.sgml \
|
||||
@ENABLE_GTK_DOC_APP_FALSE@ $(DOC_MODULE)-overrides.txt \
|
||||
@ENABLE_GTK_DOC_APP_FALSE@ $(DOC_MODULE)-sections.txt \
|
||||
@ENABLE_GTK_DOC_APP_FALSE@ $(DOC_MODULE).types version.in
|
||||
|
||||
SCANOBJ_FILES = \
|
||||
$(DOC_MODULE).args \
|
||||
$(DOC_MODULE).hierarchy \
|
||||
$(DOC_MODULE).interfaces \
|
||||
$(DOC_MODULE).prerequisites \
|
||||
$(DOC_MODULE).signals
|
||||
# Other files to distribute
|
||||
@ENABLE_GTK_DOC_APP_TRUE@EXTRA_DIST = $(content_files) $(HTML_IMAGES) \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MAIN_SGML_FILE) \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-sections.txt \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-overrides.txt \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).types version.in
|
||||
@ENABLE_GTK_DOC_APP_TRUE@DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
|
||||
|
||||
CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@SCANOBJ_FILES = \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).args \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).hierarchy \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).interfaces \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).prerequisites \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).signals
|
||||
|
||||
@ENABLE_GTK_DOC_APP_TRUE@CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
@ -613,6 +624,7 @@ TAGS:
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
@ENABLE_GTK_DOC_APP_FALSE@dist-hook:
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(mkdir_p) $(distdir)/../..
|
||||
@ -647,6 +659,7 @@ distdir: $(DISTFILES)
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
@ENABLE_GTK_DOC_APP_FALSE@all-local:
|
||||
all-am: Makefile all-local
|
||||
installdirs:
|
||||
install: install-am
|
||||
@ -674,6 +687,10 @@ distclean-generic:
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@ENABLE_GTK_DOC_APP_FALSE@uninstall-local:
|
||||
@ENABLE_GTK_DOC_APP_FALSE@install-data-local:
|
||||
@ENABLE_GTK_DOC_APP_FALSE@maintainer-clean-local:
|
||||
@ENABLE_GTK_DOC_APP_FALSE@clean-local:
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
@ -734,113 +751,113 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-info-am uninstall-local
|
||||
|
||||
|
||||
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
|
||||
@ENABLE_GTK_DOC_FALSE@all-local:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_FALSE@all-local:
|
||||
|
||||
docs: html-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@docs: html-build.stamp
|
||||
|
||||
#### scan ####
|
||||
|
||||
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
|
||||
@echo 'gtk-doc: Scanning header files'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && \
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
|
||||
if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
|
||||
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
|
||||
else \
|
||||
cd $(srcdir) ; \
|
||||
for i in $(SCANOBJ_FILES) ; do \
|
||||
test -f $$i || touch $$i ; \
|
||||
done \
|
||||
fi
|
||||
touch scan-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Scanning header files'
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ else \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ for i in $(SCANOBJ_FILES) ; do \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ test -f $$i || touch $$i ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ done \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ fi
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ touch scan-build.stamp
|
||||
|
||||
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
|
||||
@true
|
||||
@ENABLE_GTK_DOC_APP_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @true
|
||||
|
||||
#### templates ####
|
||||
|
||||
tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
|
||||
@echo 'gtk-doc: Rebuilding template files'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
|
||||
touch tmpl-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Rebuilding template files'
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ touch tmpl-build.stamp
|
||||
|
||||
tmpl.stamp: tmpl-build.stamp
|
||||
@true
|
||||
@ENABLE_GTK_DOC_APP_TRUE@tmpl.stamp: tmpl-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @true
|
||||
|
||||
#### xml ####
|
||||
|
||||
sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
|
||||
@echo 'gtk-doc: Building XML'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
cd $(srcdir) && \
|
||||
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
|
||||
touch sgml-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Building XML'
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ touch sgml-build.stamp
|
||||
|
||||
sgml.stamp: sgml-build.stamp
|
||||
@true
|
||||
@ENABLE_GTK_DOC_APP_TRUE@sgml.stamp: sgml-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @true
|
||||
|
||||
#### html ####
|
||||
|
||||
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
@echo 'gtk-doc: Building HTML'
|
||||
@-chmod -R u+w $(srcdir)
|
||||
rm -rf $(srcdir)/html
|
||||
mkdir $(srcdir)/html
|
||||
cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||||
test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
|
||||
@echo 'gtk-doc: Fixing cross-references'
|
||||
cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||
touch html-build.stamp
|
||||
@ENABLE_GTK_DOC_APP_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Building HTML'
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ rm -rf $(srcdir)/html
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(srcdir)/html
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Fixing cross-references'
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ touch html-build.stamp
|
||||
|
||||
##############
|
||||
|
||||
clean-local:
|
||||
rm -f *~ *.bak
|
||||
rm -rf .libs
|
||||
@ENABLE_GTK_DOC_APP_TRUE@clean-local:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ rm -f *~ *.bak
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ rm -rf .libs
|
||||
|
||||
maintainer-clean-local: clean
|
||||
cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
@ENABLE_GTK_DOC_APP_TRUE@maintainer-clean-local: clean
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
|
||||
install-data-local:
|
||||
installfiles=`echo $(srcdir)/html/*`; \
|
||||
if test "$$installfiles" = '$(srcdir)/html/*'; \
|
||||
then echo '-- Nothing to install' ; \
|
||||
else \
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
|
||||
for i in $$installfiles; do \
|
||||
echo '-- Installing '$$i ; \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
fi
|
||||
@ENABLE_GTK_DOC_APP_TRUE@install-data-local:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ installfiles=`echo $(srcdir)/html/*`; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ if test "$$installfiles" = '$(srcdir)/html/*'; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ then echo '-- Nothing to install' ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ else \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ for i in $$installfiles; do \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ echo '-- Installing '$$i ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ done; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ fi
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(TARGET_DIR)/*
|
||||
@ENABLE_GTK_DOC_APP_TRUE@uninstall-local:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ rm -f $(DESTDIR)$(TARGET_DIR)/*
|
||||
|
||||
#
|
||||
# Require gtk-doc when making dist
|
||||
#
|
||||
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
|
||||
@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
|
||||
@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist"
|
||||
@ENABLE_GTK_DOC_FALSE@ @false
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist"
|
||||
@ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_FALSE@ @false
|
||||
|
||||
dist-hook: dist-check-gtkdoc dist-hook-local
|
||||
mkdir $(distdir)/tmpl
|
||||
mkdir $(distdir)/xml
|
||||
mkdir $(distdir)/html
|
||||
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
|
||||
-cp $(srcdir)/xml/*.xml $(distdir)/xml
|
||||
cp $(srcdir)/html/* $(distdir)/html
|
||||
if test -f $(srcdir)/$(DOC_MODULE).types; then \
|
||||
cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
|
||||
fi
|
||||
@ENABLE_GTK_DOC_APP_TRUE@dist-hook: dist-check-gtkdoc dist-hook-local
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(distdir)/tmpl
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(distdir)/xml
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(distdir)/html
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/xml/*.xml $(distdir)/xml
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cp $(srcdir)/html/* $(distdir)/html
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ if test -f $(srcdir)/$(DOC_MODULE).types; then \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \
|
||||
@ENABLE_GTK_DOC_APP_TRUE@ fi
|
||||
|
||||
.PHONY : dist-hook-local docs
|
||||
@ENABLE_GTK_DOC_APP_TRUE@.PHONY : dist-hook-local docs
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
<xi:include href="xml/app_procs.xml" />
|
||||
<xi:include href="xml/app.xml" />
|
||||
<xi:include href="xml/batch.xml" />
|
||||
<xi:include href="xml/errors.xml" />
|
||||
<xi:include href="xml/sanity.xml" />
|
||||
@ -318,6 +318,7 @@
|
||||
|
||||
<xi:include href="xml/file-open.xml" />
|
||||
<xi:include href="xml/file-save.xml" />
|
||||
<xi:include href="xml/file-procedure.xml" />
|
||||
<xi:include href="xml/file-utils.xml" />
|
||||
<xi:include href="xml/gimprecentitem.xml" />
|
||||
<xi:include href="xml/gimprecentlist.xml" />
|
||||
@ -525,6 +526,7 @@
|
||||
|
||||
<chapter id="app-display-utils">
|
||||
<title>Misc. Widgets & Utilities</title>
|
||||
<xi:include href="xml/gimpdbusservice.xml" />
|
||||
<xi:include href="xml/gimpnavigationeditor.xml" />
|
||||
<xi:include href="xml/gimpstatusbar.xml" />
|
||||
</chapter>
|
||||
@ -877,6 +879,10 @@
|
||||
<xi:include href="xml/gimppixbuf.xml" />
|
||||
<xi:include href="xml/gimpselectiondata.xml" />
|
||||
<xi:include href="xml/gimpsessioninfo.xml" />
|
||||
<xi:include href="xml/gimpsessioninfo-aux.xml" />
|
||||
<xi:include href="xml/gimpsessioninfo-book.xml" />
|
||||
<xi:include href="xml/gimpsessioninfo-dock.xml" />
|
||||
<xi:include href="xml/gimpsessioninfo-dockable.xml" />
|
||||
<xi:include href="xml/gimphelp.xml" />
|
||||
<xi:include href="xml/gimpwidgets-utils.xml" />
|
||||
</chapter>
|
||||
|
||||
@ -126,6 +126,8 @@ gimp_get_default_context
|
||||
gimp_set_user_context
|
||||
gimp_get_user_context
|
||||
gimp_set_global_buffer
|
||||
gimp_message
|
||||
gimp_message_valist
|
||||
<SUBSECTION Standard>
|
||||
GimpClass
|
||||
GIMP
|
||||
@ -151,6 +153,7 @@ gimp_contexts_clear
|
||||
<TITLE>Gimp-gui</TITLE>
|
||||
GimpGui
|
||||
gimp_gui_init
|
||||
gimp_gui_ungrab
|
||||
gimp_threads_enter
|
||||
gimp_threads_leave
|
||||
gimp_set_busy
|
||||
@ -158,7 +161,7 @@ gimp_set_busy_until_idle
|
||||
gimp_unset_busy
|
||||
gimp_new_progress
|
||||
gimp_free_progress
|
||||
gimp_message
|
||||
gimp_show_message
|
||||
gimp_help
|
||||
gimp_get_display_by_ID
|
||||
gimp_get_display_ID
|
||||
@ -193,6 +196,7 @@ gimp_edit_named_copy
|
||||
gimp_edit_named_copy_visible
|
||||
gimp_edit_clear
|
||||
gimp_edit_fill
|
||||
gimp_edit_fade
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -589,6 +593,7 @@ GIMP_CONTEXT_GET_CLASS
|
||||
<TITLE>GimpArea</TITLE>
|
||||
GimpArea
|
||||
gimp_area_new
|
||||
gimp_area_free
|
||||
gimp_area_list_process
|
||||
gimp_area_list_free
|
||||
</SECTION>
|
||||
@ -1138,6 +1143,7 @@ gimp_image_get_layer_by_name
|
||||
gimp_image_get_channel_by_name
|
||||
gimp_image_get_vectors_by_name
|
||||
gimp_image_add_layer
|
||||
gimp_image_add_layers
|
||||
gimp_image_remove_layer
|
||||
gimp_image_raise_layer
|
||||
gimp_image_lower_layer
|
||||
@ -2304,6 +2310,9 @@ gimp_display_shell_scale_by_values
|
||||
gimp_display_shell_scale_shrink_wrap
|
||||
gimp_display_shell_scale_resize
|
||||
gimp_display_shell_scale_dialog
|
||||
gimp_display_shell_scale_can_revert
|
||||
gimp_display_shell_scale_changed
|
||||
gimp_display_shell_scale_revert
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -2339,6 +2348,10 @@ gimp_display_shell_title_update
|
||||
<SECTION>
|
||||
<FILE>gimpdisplayshell-transform</FILE>
|
||||
<TITLE>GimpDisplayShell-transform</TITLE>
|
||||
gimp_display_shell_transform_coordinate
|
||||
gimp_display_shell_untransform_coordinate
|
||||
gimp_display_shell_transform_points
|
||||
gimp_display_shell_transform_segments
|
||||
gimp_display_shell_transform_coords
|
||||
gimp_display_shell_transform_xy
|
||||
gimp_display_shell_untransform_xy
|
||||
@ -3398,9 +3411,11 @@ GimpDrawTool
|
||||
gimp_draw_tool_start
|
||||
gimp_draw_tool_stop
|
||||
gimp_draw_tool_is_active
|
||||
gimp_draw_tool_is_drawn
|
||||
gimp_draw_tool_pause
|
||||
gimp_draw_tool_resume
|
||||
gimp_draw_tool_calc_distance
|
||||
gimp_draw_tool_calc_distance_square
|
||||
gimp_draw_tool_in_radius
|
||||
gimp_draw_tool_draw_line
|
||||
gimp_draw_tool_draw_dashed_line
|
||||
@ -4780,6 +4795,9 @@ GIMP_COLOR_EDITOR_GET_CLASS
|
||||
<TITLE>GimpColormapEditor</TITLE>
|
||||
GimpColormapEditor
|
||||
gimp_colormap_editor_new
|
||||
gimp_colormap_editor_get_index
|
||||
gimp_colormap_editor_set_index
|
||||
gimp_colormap_editor_max_index
|
||||
<SUBSECTION Standard>
|
||||
GimpColormapEditorClass
|
||||
GIMP_COLORMAP_EDITOR
|
||||
@ -5174,6 +5192,7 @@ gimp_cursor_view_new
|
||||
gimp_cursor_view_set_sample_merged
|
||||
gimp_cursor_view_get_sample_merged
|
||||
gimp_cursor_view_update_cursor
|
||||
gimp_cursor_view_clear_cursor
|
||||
<SUBSECTION Standard>
|
||||
GimpCursorViewClass
|
||||
GIMP_CURSOR_VIEW
|
||||
@ -5185,6 +5204,28 @@ GIMP_IS_CURSOR_VIEW_CLASS
|
||||
GIMP_CURSOR_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdbusservice</FILE>
|
||||
<TITLE>GimpDBusService</TITLE>
|
||||
GIMP_DBUS_SERVICE_NAME
|
||||
GIMP_DBUS_SERVICE_PATH
|
||||
GIMP_DBUS_SERVICE_INTERFACE
|
||||
GimpDBusService
|
||||
gimp_dbus_service_new
|
||||
gimp_dbus_service_open
|
||||
gimp_dbus_service_open_as_new
|
||||
gimp_dbus_service_activate
|
||||
<SUBSECTION Standard>
|
||||
GimpDBusServiceClass
|
||||
GIMP_DBUS_SERVICE
|
||||
GIMP_IS_DBUS_SERVICE
|
||||
GIMP_TYPE_DBUS_SERVICE
|
||||
gimp_dbus_service_get_type
|
||||
GIMP_DBUS_SERVICE_CLASS
|
||||
GIMP_IS_DBUS_SERVICE_CLASS
|
||||
GIMP_DBUS_SERVICE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdeviceinfo</FILE>
|
||||
GIMP_DEVICE_INFO_CONTEXT_MASK
|
||||
@ -5242,6 +5283,7 @@ gimp_dialog_factory_add_dialog
|
||||
gimp_dialog_factory_add_foreign
|
||||
gimp_dialog_factory_remove_dialog
|
||||
gimp_dialog_factory_show_toolbox
|
||||
gimp_dialog_factory_hide_dialog
|
||||
gimp_dialog_factories_session_save
|
||||
gimp_dialog_factories_session_restore
|
||||
gimp_dialog_factories_session_clear
|
||||
@ -5434,6 +5476,7 @@ GIMP_EDITOR_GET_CLASS
|
||||
GimpErrorConsole
|
||||
gimp_error_console_new
|
||||
gimp_error_console_add
|
||||
error_console_select_all_cmd_callback
|
||||
error_console_save_cmd_callback
|
||||
<SUBSECTION Standard>
|
||||
GimpErrorConsoleClass
|
||||
@ -6381,23 +6424,55 @@ GIMP_SELECTION_EDITOR_GET_CLASS
|
||||
<FILE>gimpsessioninfo</FILE>
|
||||
<TITLE>GimpSessionInfo</TITLE>
|
||||
GimpSessionInfo
|
||||
GimpSessionInfoAux
|
||||
GimpSessionInfoBook
|
||||
GimpSessionInfoDockable
|
||||
gimp_session_info_new
|
||||
gimp_session_info_free
|
||||
gimp_session_info_book_free
|
||||
gimp_session_info_dockable_free
|
||||
gimp_session_info_aux_new
|
||||
gimp_session_info_aux_free
|
||||
gimp_session_info_aux_new_from_props
|
||||
gimp_session_info_aux_set_props
|
||||
gimp_session_info_save
|
||||
gimp_session_info_serialize
|
||||
gimp_session_info_deserialize
|
||||
gimp_session_info_restore
|
||||
gimp_session_info_set_geometry
|
||||
gimp_session_info_get_geometry
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsessioninfo-aux</FILE>
|
||||
GimpSessionInfoAux
|
||||
gimp_session_info_aux_new
|
||||
gimp_session_info_aux_free
|
||||
gimp_session_info_aux_new_from_props
|
||||
gimp_session_info_aux_set_props
|
||||
gimp_session_info_aux_serialize
|
||||
gimp_session_info_aux_deserialize
|
||||
gimp_session_info_aux_set_list
|
||||
gimp_session_info_aux_get_list
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsessioninfo-book</FILE>
|
||||
GimpSessionInfoBook
|
||||
gimp_session_info_book_new
|
||||
gimp_session_info_book_free
|
||||
gimp_session_info_book_serialize
|
||||
gimp_session_info_book_deserialize
|
||||
gimp_session_info_book_restore
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsessioninfo-dock</FILE>
|
||||
gimp_session_info_dock_serialize
|
||||
gimp_session_info_dock_deserialize
|
||||
gimp_session_info_dock_restore
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpsessioninfo-dockable</FILE>
|
||||
GimpSessionInfoDockable
|
||||
gimp_session_info_dockable_new
|
||||
gimp_session_info_dockable_free
|
||||
gimp_session_info_dockable_serialize
|
||||
gimp_session_info_dockable_deserialize
|
||||
gimp_session_info_dockable_restore
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpstrokeeditor</FILE>
|
||||
<TITLE>GimpStrokeEditor</TITLE>
|
||||
@ -6758,7 +6833,7 @@ GTK_VWRAP_BOX_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>app_procs</FILE>
|
||||
<FILE>app</FILE>
|
||||
app_libs_init
|
||||
app_abort
|
||||
app_exit
|
||||
@ -6772,6 +6847,7 @@ batch_run
|
||||
|
||||
<SECTION>
|
||||
<FILE>errors</FILE>
|
||||
errors_init
|
||||
gimp_terminate
|
||||
</SECTION>
|
||||
|
||||
@ -6972,6 +7048,7 @@ pixel_regions_process_stop
|
||||
|
||||
<SECTION>
|
||||
<FILE>pixel-surround</FILE>
|
||||
PixelSurround
|
||||
pixel_surround_new
|
||||
pixel_surround_lock
|
||||
pixel_surround_release
|
||||
@ -7032,12 +7109,10 @@ tile_manager_crop
|
||||
<SECTION>
|
||||
<FILE>tile-manager-private</FILE>
|
||||
TileManager
|
||||
PixelDataHandlePrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>tile-manager</FILE>
|
||||
PixelDataHandle
|
||||
tile_manager_new
|
||||
tile_manager_ref
|
||||
tile_manager_unref
|
||||
@ -7060,8 +7135,6 @@ tile_manager_set_offsets
|
||||
tile_manager_get_memsize
|
||||
tile_manager_get_tile_coordinates
|
||||
tile_manager_map_over_tile
|
||||
request_pixel_data
|
||||
release_pixel_data
|
||||
read_pixel_data
|
||||
write_pixel_data
|
||||
read_pixel_data_1
|
||||
@ -7070,18 +7143,16 @@ write_pixel_data_1
|
||||
|
||||
<SECTION>
|
||||
<FILE>tile-private</FILE>
|
||||
TileLink
|
||||
Tile
|
||||
TileLink
|
||||
LARGE_SEEK
|
||||
LARGE_TRUNCATE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>tile-swap</FILE>
|
||||
SwapCommand
|
||||
SwapFunc
|
||||
tile_swap_init
|
||||
tile_swap_exit
|
||||
tile_swap_add
|
||||
tile_swap_remove
|
||||
tile_swap_in
|
||||
tile_swap_out
|
||||
tile_swap_delete
|
||||
@ -7092,15 +7163,7 @@ tile_swap_test
|
||||
<FILE>tile</FILE>
|
||||
TILE_WIDTH
|
||||
TILE_HEIGHT
|
||||
TileRowHint
|
||||
TILEROWHINT_BROKEN
|
||||
TILEROWHINT_OPAQUE
|
||||
TILEROWHINT_TRANSPARENT
|
||||
TILEROWHINT_MIXED
|
||||
TILEROWHINT_OUTOFRANGE
|
||||
TILEROWHINT_UNDEFINED
|
||||
TILEROWHINT_UNKNOWN
|
||||
tile_init
|
||||
tile_new
|
||||
tile_lock
|
||||
tile_release
|
||||
tile_alloc
|
||||
@ -7110,12 +7173,21 @@ tile_eheight
|
||||
tile_bpp
|
||||
tile_is_valid
|
||||
tile_mark_valid
|
||||
tile_get_rowhint
|
||||
tile_set_rowhint
|
||||
tile_sanitize_rowhints
|
||||
tile_data_pointer
|
||||
tile_attach
|
||||
tile_detach
|
||||
tile_get_rowhint
|
||||
tile_set_rowhint
|
||||
tile_allocate_rowhints
|
||||
tile_data_pointer
|
||||
tile_global_refcount
|
||||
TileRowHint
|
||||
TILEROWHINT_BROKEN
|
||||
TILEROWHINT_OPAQUE
|
||||
TILEROWHINT_TRANSPARENT
|
||||
TILEROWHINT_MIXED
|
||||
TILEROWHINT_OUTOFRANGE
|
||||
TILEROWHINT_UNDEFINED
|
||||
TILEROWHINT_UNKNOWN
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -7815,6 +7887,14 @@ file_open_with_display
|
||||
file_open_with_proc_and_display
|
||||
file_open_layers
|
||||
file_open_thumbnail
|
||||
file_open_from_command_line
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-procedure</FILE>
|
||||
file_procedure_find
|
||||
file_procedure_find_by_prefix
|
||||
file_procedure_find_by_extension
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -7824,13 +7904,13 @@ file_save
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-utils</FILE>
|
||||
file_utils_filename_is_uri
|
||||
file_utils_filename_to_uri
|
||||
file_utils_any_to_uri
|
||||
file_utils_filename_from_uri
|
||||
file_utils_uri_to_utf8_filename
|
||||
file_utils_uri_display_basename
|
||||
file_utils_uri_display_name
|
||||
file_utils_find_proc
|
||||
file_utils_find_proc_by_extension
|
||||
file_utils_load_thumbnail
|
||||
file_utils_save_thumbnail
|
||||
</SECTION>
|
||||
@ -7946,6 +8026,7 @@ dialogs_vectors_list_view_new
|
||||
dialogs_brush_editor_get
|
||||
dialogs_gradient_editor_get
|
||||
dialogs_palette_editor_get
|
||||
dialogs_palette_import_get
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -8022,6 +8103,7 @@ gui_libs_init
|
||||
gui_init
|
||||
gui_post_init
|
||||
gui_abort
|
||||
gui_message
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -8687,6 +8769,7 @@ gimp_text_outline_get_type
|
||||
GimpEditSelectionTool
|
||||
gimp_edit_selection_tool_start
|
||||
gimp_edit_selection_tool_key_press
|
||||
gimp_edit_selection_tool_translate
|
||||
<SUBSECTION Standard>
|
||||
GimpEditSelectionToolClass
|
||||
GIMP_EDIT_SELECTION_TOOL
|
||||
@ -9444,6 +9527,7 @@ ENABLE_DEBUG_MENU
|
||||
debug_mem_profile_cmd_callback
|
||||
debug_dump_menus_cmd_callback
|
||||
debug_dump_managers_cmd_callback
|
||||
debug_dump_attached_data_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -9502,9 +9586,6 @@ drawable_visible_cmd_callback
|
||||
|
||||
<SECTION>
|
||||
<FILE>edit-commands</FILE>
|
||||
edit_undo_cmd_callback
|
||||
edit_redo_cmd_callback
|
||||
edit_undo_clear_cmd_callback
|
||||
edit_cut_cmd_callback
|
||||
edit_copy_cmd_callback
|
||||
edit_copy_visible_cmd_callback
|
||||
@ -9517,6 +9598,12 @@ edit_named_copy_visible_cmd_callback
|
||||
edit_named_paste_cmd_callback
|
||||
edit_clear_cmd_callback
|
||||
edit_fill_cmd_callback
|
||||
edit_undo_cmd_callback
|
||||
edit_redo_cmd_callback
|
||||
edit_strong_redo_cmd_callback
|
||||
edit_strong_undo_cmd_callback
|
||||
edit_undo_clear_cmd_callback
|
||||
edit_fade_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -9546,9 +9633,11 @@ fonts_refresh_cmd_callback
|
||||
<SECTION>
|
||||
<FILE>gradient-editor-commands</FILE>
|
||||
gradient_editor_left_color_cmd_callback
|
||||
gradient_editor_left_color_type_cmd_callback
|
||||
gradient_editor_load_left_cmd_callback
|
||||
gradient_editor_save_left_cmd_callback
|
||||
gradient_editor_right_color_cmd_callback
|
||||
gradient_editor_right_color_type_cmd_callback
|
||||
gradient_editor_load_right_cmd_callback
|
||||
gradient_editor_save_right_cmd_callback
|
||||
gradient_editor_blending_func_cmd_callback
|
||||
@ -9616,6 +9705,8 @@ layers_anchor_cmd_callback
|
||||
layers_merge_down_cmd_callback
|
||||
layers_delete_cmd_callback
|
||||
layers_text_discard_cmd_callback
|
||||
layers_text_along_vectors_cmd_callback
|
||||
layers_text_to_vectors_cmd_callback
|
||||
layers_resize_cmd_callback
|
||||
layers_resize_to_image_cmd_callback
|
||||
layers_scale_cmd_callback
|
||||
@ -9766,6 +9857,7 @@ view_zoom_fit_in_cmd_callback
|
||||
view_zoom_fit_to_cmd_callback
|
||||
view_zoom_cmd_callback
|
||||
view_zoom_other_cmd_callback
|
||||
view_zoom_revert_cmd_callback
|
||||
view_shrink_wrap_cmd_callback
|
||||
view_dot_for_dot_cmd_callback
|
||||
view_scroll_horizontal_cmd_callback
|
||||
|
||||
@ -84,6 +84,7 @@ gimp_data_editor_get_type
|
||||
gimp_data_factory_get_type
|
||||
gimp_data_factory_view_get_type
|
||||
gimp_data_get_type
|
||||
gimp_dbus_service_get_type
|
||||
gimp_device_info_get_type
|
||||
gimp_device_status_get_type
|
||||
gimp_dialog_factory_get_type
|
||||
|
||||
@ -1 +0,0 @@
|
||||
2.3.16
|
||||
Reference in New Issue
Block a user