makefile.am

来自「linux下电话本所依赖的一些图形库」· AM 代码 · 共 269 行

AM
269
字号
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = 1.6# The name of the module.DOC_MODULE=gtk# The top-level SGML file.DOC_MAIN_SGML_FILE=gtk-docs.sgml# Extra options to supply to gtkdoc-scanSCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" # Extra options to pass to gtkdoc-scangobjSCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)" # The directory containing the source code. Relative to $(srcdir)DOC_SOURCE_DIR=../../../gtk# Used for dependenciesHFILE_GLOB=$(top_srcdir)/gtk/*.hCFILE_GLOB=$(top_srcdir)/gtk/*.c# Header files to ignore when scanningIGNORE_HFILES=				\	gtkalias.h			\	fnmatch.h			\	gdk-pixbuf-loader.h		\	gtkdebug.h			\	gtkentryprivate.h		\	gtkfilechooserdefault.h		\	gtkfilechooserembed.h		\	gtkfilechooserentry.h		\	gtkfilechooserprivate.h		\	gtkfilechooserutils.h		\	gtkfilesystem.h			\	gtkfilesystemmodel.h		\	gtkfilesystemunix.h		\	gtkfilesystemwin32.h		\	gtkhsv.h			\	gtkiconthemeparser.h		\	gtkimmodule.h			\	gtkintl.h			\	gtkkeyhash.h			\	gtkmarshal.h			\	gtkpathbar.h			\	gtkprivate.h			\	gtkrbtree.h			\	gtktreedatalist.h		\	gtktreeprivate.h		\	gtktextbtree.h			\	gtktextdisplay.h		\	gtktextiterprivate.h		\	gtktextlayout.h			\	gtktextmarkprivate.h		\	gtktextsegment.h		\	gtktexttagprivate.h		\	gtktexttypes.h			\	gtktextutil.h			\	gtktypebuiltins.h		\	gtkxembed.h			\	xdgmime				\	xembed.h			\	gtktoggleactionprivate.h# CFLAGS and LDFLAGS for compiling scan program. Only needed# if $(DOC_MODULE).types is non-empty.INCLUDES = \	-I$(top_srcdir) 	\	-I$(top_builddir) 	\	-I$(top_builddir)/gdk	\	-DGTK_ENABLE_BROKEN	\	$(GTK_DEBUG_FLAGS)	\	$(GTK_DEP_CFLAGS)GTKDOC_LIBS = \	$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la	\	$(top_builddir)/gdk/$(gdktargetlib)        			\	$(top_builddir)/gtk/$(gtktargetlib)# Extra options to supply to gtkdoc-mkdbMKDB_OPTIONS=--sgml-mode --output-format=xml# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)content_files =					\	version.xml				\	running.sgml				\	building.sgml				\	changes-1.2.sgml			\	changes-2.0.sgml			\	compiling.sgml				\	framebuffer.sgml			\	glossary.xml				\	migrating-checklist.sgml		\	migrating-GtkAction.sgml		\	migrating-GtkComboBox.sgml		\	migrating-GtkFileChooser.sgml		\	migrating-GtkIconView.sgml		\	migrating-GtkAboutDialog.sgml		\	migrating-GtkColorButton.sgml		\	objects_grouped.sgml			\	question_index.sgml			\	resources.sgml				\	text_widget.sgml			\	tree_widget.sgml			\	windows.sgml				\	x11.sgml				\	gtk-query-immodules-2.0.xml		\	gtk-update-icon-cache.xml		\	visual_index.xml# Images to copy into HTML directoryHTML_IMAGES = \	$(top_srcdir)/gtk/stock-icons/stock_about_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_add_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_apply_20.png		\	$(top_srcdir)/gtk/stock-icons/stock_text_bold_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_cancel_20.png		\	$(top_srcdir)/gtk/stock-icons/stock_cdrom_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_clear_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_close_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_connect_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_convert_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_copy_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_cut_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_trash_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_dialog_authentication_48.png \	$(top_srcdir)/gtk/stock-icons/stock_dialog_error_48.png		\	$(top_srcdir)/gtk/stock-icons/stock_dialog_info_48.png		\	$(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png	\	$(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png	\	$(top_srcdir)/gtk/stock-icons/stock_directory_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_disconnect_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_dnd_32.png			\	$(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png		\	$(top_srcdir)/gtk/stock-icons/stock_edit_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_exec_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_file_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_search_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_bottom_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_first_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_last_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_top_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_left_arrow_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_down_arrow_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_right_arrow_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_up_arrow_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_harddisk_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_network_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_help_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_home_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_index_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_text_indent_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_text_unindent_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_text_italic_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_jump_to_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_jump_to_rtl_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_align_center_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_align_justify_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_align_left_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_align_right_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_broken_image_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_new_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_no_20.png			\	$(top_srcdir)/gtk/stock-icons/stock_ok_20.png			\	$(top_srcdir)/gtk/stock-icons/stock_open_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_paste_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_preferences_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_print_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_print_preview_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_properties_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_exit_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_redo_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_redo_rtl_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_refresh_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_remove_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_revert_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_revert_rtl_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_save_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_save_as_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_colorselector_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_color_picker_25.png		\	$(top_srcdir)/gtk/stock-icons/stock_font_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_sort_ascending_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_sort_descending_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_spellcheck_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_stop_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_text_strikethrough_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_undelete_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_undelete_rtl_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_text_underline_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_undo_24.png			\	$(top_srcdir)/gtk/stock-icons/stock_undo_rtl_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_yes_20.png			\	$(top_srcdir)/gtk/stock-icons/stock_zoom_1_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_zoom_fit_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_zoom_in_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_zoom_out_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_forward_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_media_next_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_pause_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_play_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_play_rtl_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_media_previous_24.png	\	$(top_srcdir)/gtk/stock-icons/stock_media_record_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_rewind_24.png		\	$(top_srcdir)/gtk/stock-icons/stock_media_stop_24.png		\	$(srcdir)/images/accel-label.png				\	$(srcdir)/images/button.png					\	$(srcdir)/images/check-button.png				\	$(srcdir)/images/color-button.png				\	$(srcdir)/images/colorsel.png					\	$(srcdir)/images/combo-box.png					\	$(srcdir)/images/combo-box-entry.png				\	$(srcdir)/images/entry.png					\	$(srcdir)/images/file-button.png				\	$(srcdir)/images/filechooser.png				\	$(srcdir)/images/font-button.png				\	$(srcdir)/images/fontsel.png					\	$(srcdir)/images/frame.png					\	$(srcdir)/images/icon-view.png					\	$(srcdir)/images/image.png					\	$(srcdir)/images/label.png					\	$(srcdir)/images/list-and-tree.png				\	$(srcdir)/images/menubar.png					\	$(srcdir)/images/messagedialog.png				\	$(srcdir)/images/multiline-text.png				\	$(srcdir)/images/notebook.png					\	$(srcdir)/images/panes.png					\	$(srcdir)/images/progressbar.png				\	$(srcdir)/images/radio-group.png				\	$(srcdir)/images/scales.png					\	$(srcdir)/images/scrolledwindow.png				\	$(srcdir)/images/separator.png					\	$(srcdir)/images/spinbutton.png					\	$(srcdir)/images/statusbar.png					\	$(srcdir)/images/toggle-button.png				\	$(srcdir)/images/toolbar.png					\	$(srcdir)/images/window.png# Extra options to supply to gtkdoc-fixrefFIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/htmlinclude $(top_srcdir)/gtk-doc.make# Other files to distributeEXTRA_DIST += version.xml.in########################################################################man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 if ENABLE_MAN%.1 : %.xml 	@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<endifBUILT_EXTRA_DIST = $(man_MANS)dist-hook-local: $(BUILT_EXTRA_DIST)	files='$(BUILT_EXTRA_DIST)';				\	for f in $$files; do					\	  if test -f $$f; then d=.; else d=$(srcdir); fi;	\	  cp $$d/$$f $(distdir) || exit 1; done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?