X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=gtk%2FMakefile.am;h=8a8204ef6fba3d2f0c41789fb30dbe401799dbea;hb=9d000c0fd8036b64f1bea9fa9b993120d7b093cc;hp=0143cea482548816822eacd1a59ded723dfd0857;hpb=73f4a357aacf4973bba532dd8e4f48819cc0145a;p=~andy%2Fgtk diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 0143cea48..8a8204ef6 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1,13 +1,19 @@ # Makefile.am for gtk+/gtk +include $(top_srcdir)/Makefile.decl -SUBDIRS=theme-bits +xdgmimedir = if OS_UNIX -SUBDIRS += xdgmime -GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f" +xdgmimedir += xdgmime +if USE_QUARTZ +GTK_PRINT_PREVIEW_COMMAND="open -a /Applications/Preview.app %f" +else +GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" +endif endif -DIST_SUBDIRS=theme-bits xdgmime +SUBDIRS = theme-bits $(xdgmimedir) . tests +DIST_SUBDIRS=theme-bits xdgmime tests if HAVE_CUPS GTK_PRINT_BACKENDS=file,cups @@ -27,6 +33,7 @@ INCLUDES = \ -DGTK_COMPILATION \ -DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\" \ -DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\" \ + -I$(top_builddir) \ -I$(top_builddir)/gtk \ -I$(top_srcdir) -I../gdk \ -I$(top_srcdir)/gdk \ @@ -37,7 +44,8 @@ INCLUDES = \ -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \ $(GTK_DEBUG_FLAGS) \ $(GTK_DEP_CFLAGS) \ - $(gtk_clipboard_dnd_c_sources_CFLAGS) + $(gtk_clipboard_dnd_c_sources_CFLAGS) \ + $(INCLUDED_IMMODULE_DEFINE) gtarget=$(gdktarget) @@ -47,7 +55,7 @@ endif if OS_WIN32 gtk_def = gtk.def -gtk_win32_symbols = -export-symbols gtk.def +gtk_win32_symbols = -export-symbols $(srcdir)/gtk.def gtk_win32_res = gtk-win32-res.o gtk_win32_res_ldflag = -Wl,gtk-win32-res.o @@ -56,7 +64,7 @@ gtk-win32-res.o : gtk-win32.rc $(WINDRES) gtk-win32.rc $@ install-def-file: gtk.def - $(INSTALL) gtk.def $(DESTDIR)$(libdir)/gtk-win32-2.0.def + $(INSTALL) $(srcdir)/gtk.def $(DESTDIR)$(libdir)/gtk-win32-2.0.def uninstall-def-file: -rm $(DESTDIR)$(libdir)/gtk-win32-2.0.def else @@ -80,8 +88,10 @@ install-ms-lib: uninstall-ms-lib: endif +# This places the generated .def file in srcdir, since it is expected to be there. +# (The one from a tarball is) gtk.def: gtk.symbols - (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gtk.def + (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gtk.def gtkalias.h: gtk.symbols $(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h @@ -99,26 +109,39 @@ if OS_LINUX TESTS += abicheck.sh pltcheck.sh endif -# libtool stuff: set version and export symbols for resolving -# since automake doesn't support conditionalized libsomething_la_LDFLAGS -# we use the general approach here libgtkincludedir = $(includedir)/gtk-2.0/gtk libadd = \ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ $(top_builddir)/gdk/$(gdktargetlib) \ $(GTK_DEP_LIBS) +deps = if OS_UNIX libadd += xdgmime/libxdgmime.la endif -# common options for the various packages. +# libtool stuff: set version and export symbols for resolving +# since automake doesn't support conditionalized libsomething_la_LDFLAGS +# we use the general approach here libtool_opts = \ -version-info $(LT_VERSION_INFO) \ -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) \ -rpath $(libdir) $(libgtk_target_ldflags) +included-modules: +if HAVE_INCLUDED_IMMMODULES + @cd $(top_builddir)/modules/input && $(MAKE) $(AM_MAKEFLAGS) included-modules + +libadd += $(INCLUDED_IMMODULE_OBJ) +deps += $(INCLUDED_IMMODULE_OBJ) + +$(INCLUDED_IMMODULE_OBJ): included-modules + @true +endif + +.PHONY: included-modules + # # setup source file variables # @@ -161,15 +184,12 @@ gtk_public_h_sources = \ gtkcheckbutton.h \ gtkcheckmenuitem.h \ gtkclipboard.h \ - gtkclist.h \ gtkcolorbutton.h \ gtkcolorsel.h \ gtkcolorseldialog.h \ - gtkcombo.h \ gtkcombobox.h \ gtkcomboboxentry.h \ gtkcontainer.h \ - gtkctree.h \ gtkcurve.h \ gtkdebug.h \ gtkdialog.h \ @@ -186,7 +206,6 @@ gtk_public_h_sources = \ gtkfilechooserdialog.h \ gtkfilechooserwidget.h \ gtkfilefilter.h \ - gtkfilesel.h \ gtkfixed.h \ gtkfontbutton.h \ gtkfontsel.h \ @@ -213,12 +232,9 @@ gtk_public_h_sources = \ gtkinputdialog.h \ gtkinvisible.h \ gtkitem.h \ - gtkitemfactory.h \ gtklabel.h \ gtklayout.h \ gtklinkbutton.h \ - gtklist.h \ - gtklistitem.h \ gtkliststore.h \ gtkmain.h \ gtkmenu.h \ @@ -229,22 +245,18 @@ gtk_public_h_sources = \ gtkmessagedialog.h \ gtkmisc.h \ gtkmodules.h \ + gtkmountoperation.h \ gtknotebook.h \ gtkobject.h \ - gtkoldeditable.h \ - gtkoptionmenu.h \ gtkpagesetup.h \ gtkpaned.h \ gtkpapersize.h \ - gtkpixmap.h \ gtkplug.h \ - gtkpreview.h \ gtkprintcontext.h \ gtkprintoperation.h \ gtkprintoperationpreview.h \ gtkprintsettings.h \ gtkprivate.h \ - gtkprogress.h \ gtkprogressbar.h \ gtkradioaction.h \ gtkradiobutton.h \ @@ -268,8 +280,8 @@ gtk_public_h_sources = \ gtkseparator.h \ gtkseparatormenuitem.h \ gtkseparatortoolitem.h \ + gtkshow.h \ gtksettings.h \ - gtksignal.h \ gtksizegroup.h \ gtksocket.h \ gtkspinbutton.h \ @@ -279,7 +291,7 @@ gtk_public_h_sources = \ gtkstyle.h \ gtktable.h \ gtktearoffmenuitem.h \ - gtktext.h \ + gtktestutils.h \ gtktextbuffer.h \ gtktextbufferrichtext.h \ gtktextchild.h \ @@ -289,18 +301,15 @@ gtk_public_h_sources = \ gtktexttag.h \ gtktexttagtable.h \ gtktextview.h \ - gtktipsquery.h \ gtktoggleaction.h \ gtktogglebutton.h \ gtktoggletoolbutton.h \ gtktoolbar.h \ gtktoolbutton.h \ gtktoolitem.h \ + gtktoolshell.h \ gtktooltip.h \ - gtktooltips.h \ - gtktree.h \ gtktreednd.h \ - gtktreeitem.h \ gtktreemodel.h \ gtktreemodelfilter.h \ gtktreemodelsort.h \ @@ -328,7 +337,8 @@ gtk_unix_print_public_h_sources = \ gtkpagesetupunixdialog.h \ gtkprintunixdialog.h \ gtkprinter.h \ - gtkprintjob.h + gtkprintjob.h \ + gtkunixprint.h endif # Installed header files without compatibility guarantees @@ -341,8 +351,6 @@ gtk_semi_private_h_sources = \ gtk_private_h_sources = \ gtkquery.h \ gtksearchengine.h \ - gtksearchenginebeagle.h \ - gtksearchenginetracker.h\ gtksearchenginesimple.h \ gtkdndcursors.h \ gtkentryprivate.h \ @@ -388,8 +396,6 @@ gtk_private_h_sources = \ gtk_base_c_sources = \ gtkquery.c \ gtksearchengine.c \ - gtksearchenginebeagle.c \ - gtksearchenginetracker.c\ gtksearchenginesimple.c \ fnmatch.c \ gtkaboutdialog.c \ @@ -426,15 +432,12 @@ gtk_base_c_sources = \ gtkcellview.c \ gtkcheckbutton.c \ gtkcheckmenuitem.c \ - gtkclist.c \ gtkcolorbutton.c \ gtkcolorsel.c \ gtkcolorseldialog.c \ - gtkcombo.c \ gtkcombobox.c \ gtkcomboboxentry.c \ gtkcontainer.c \ - gtkctree.c \ gtkcurve.c \ gtkdialog.c \ gtkdrawingarea.c \ @@ -453,7 +456,6 @@ gtk_base_c_sources = \ gtkfilechooserutils.c \ gtkfilechooserwidget.c \ gtkfilefilter.c \ - gtkfilesel.c \ gtkfilesystem.c \ gtkfilesystemmodel.c \ gtkfixed.c \ @@ -485,13 +487,10 @@ gtk_base_c_sources = \ gtkinputdialog.c \ gtkinvisible.c \ gtkitem.c \ - gtkitemfactory.c \ gtkkeyhash.c \ gtklabel.c \ gtklayout.c \ gtklinkbutton.c \ - gtklist.c \ - gtklistitem.c \ gtkliststore.c \ gtkmain.c \ gtkmarshal.c \ @@ -505,23 +504,19 @@ gtk_base_c_sources = \ gtkmisc.c \ gtkmnemonichash.c \ gtkmodules.c \ + gtkmountoperation.c \ gtknotebook.c \ gtkobject.c \ - gtkoldeditable.c \ - gtkoptionmenu.c \ gtkpagesetup.c \ gtkpaned.c \ gtkpapersize.c \ gtkpathbar.c \ - gtkpixmap.c \ gtkplug.c \ - gtkpreview.c \ gtkprintcontext.c \ gtkprintoperation.c \ gtkprintoperationpreview.c \ gtkprintsettings.c \ gtkprintutils.c \ - gtkprogress.c \ gtkprogressbar.c \ gtkradioaction.c \ gtkradiobutton.c \ @@ -549,8 +544,8 @@ gtk_base_c_sources = \ gtkseparatormenuitem.c \ gtkseparatortoolitem.c \ gtksettings.c \ - gtksignal.c \ gtksizegroup.c \ + gtkshow.c \ gtksocket.c \ gtkspinbutton.c \ gtkstatusbar.c \ @@ -559,7 +554,7 @@ gtk_base_c_sources = \ gtkstyle.c \ gtktable.c \ gtktearoffmenuitem.c \ - gtktext.c \ + gtktestutils.c \ gtktextbtree.c \ gtktextbuffer.c \ gtktextbufferrichtext.c \ @@ -576,19 +571,16 @@ gtk_base_c_sources = \ gtktextutil.c \ gtktextview.c \ gtkthemes.c \ - gtktipsquery.c \ gtktoggleaction.c \ gtktogglebutton.c \ gtktoggletoolbutton.c \ gtktoolbar.c \ gtktoolbutton.c \ gtktoolitem.c \ + gtktoolshell.c \ gtktooltip.c \ - gtktooltips.c \ - gtktree.c \ gtktreedatalist.c \ gtktreednd.c \ - gtktreeitem.c \ gtktreemodel.c \ gtktreemodelfilter.c \ gtktreemodelsort.c \ @@ -613,6 +605,51 @@ gtk_base_c_sources = \ gtkwindow-decorate.c \ gtkwindow.c \ $(gtk_clipboard_dnd_c_sources) + +# Broken +gtk_public_h_sources += \ + gtktext.h \ + gtktree.h \ + gtktreeitem.h +gtk_base_c_sources += \ + gtktext.c \ + gtktree.c \ + gtktreeitem.c + +# Deprecated +gtk_public_h_sources += \ + gtkclist.h \ + gtkcombo.h \ + gtkctree.h \ + gtkfilesel.h \ + gtkitemfactory.h \ + gtklist.h \ + gtklistitem.h \ + gtkoldeditable.h \ + gtkoptionmenu.h \ + gtkpixmap.h \ + gtkpreview.h \ + gtkprogress.h \ + gtksignal.h \ + gtktipsquery.h \ + gtktooltips.h +gtk_base_c_sources += \ + gtkclist.c \ + gtkcombo.c \ + gtkctree.c \ + gtkfilesel.c \ + gtkitemfactory.c \ + gtklist.c \ + gtklistitem.c \ + gtkoldeditable.c \ + gtkoptionmenu.c \ + gtkpixmap.c \ + gtkpreview.c \ + gtkprogress.c \ + gtksignal.c \ + gtktipsquery.c \ + gtktooltips.c + gtk_c_sources = $(gtk_base_c_sources) gtk_all_c_sources = $(gtk_base_c_sources) @@ -626,7 +663,9 @@ gtk_os_unix_c_sources = \ gtkprintjob.c \ gtkprintoperation-unix.c \ gtkprintunixdialog.c \ - gtkprintbackend.c + gtkprintbackend.c \ + gtksearchenginebeagle.c \ + gtksearchenginetracker.c gtk_all_c_sources += $(gtk_os_unix_c_sources) if OS_UNIX gtk_private_h_sources += \ @@ -636,7 +675,9 @@ gtk_private_h_sources += \ gtkprinter-private.h \ gtkprinteroption.h \ gtkprinteroptionset.h \ - gtkprinteroptionwidget.h + gtkprinteroptionwidget.h \ + gtksearchenginebeagle.h \ + gtksearchenginetracker.h gtk_c_sources += $(gtk_os_unix_c_sources) endif @@ -660,10 +701,14 @@ gtk_use_win32_c_sources = \ gtksocket-win32.c \ gtkwin32embed.c \ gtkwin32embedwidget.c +gtk_use_quartz_c_sources = \ + gtksearchenginequartz.c \ + gtkplug-stub.c \ + gtksocket-stub.c gtk_use_stub_c_sources = \ gtkplug-stub.c \ gtksocket-stub.c -gtk_all_c_sources += $(gtk_use_x11_c_sources) $(gtk_use_win32_c_sources) $(gtk_use_stub_c_sources) +gtk_all_c_sources += $(gtk_use_x11_c_sources) $(gtk_use_win32_c_sources) $(gtk_use_quartz_c_sources) $(gtk_use_stub_c_sources) if USE_X11 gtk_private_h_sources += gtkxembed.h gtktrayicon.h xembed.h gtk_c_sources += $(gtk_use_x11_c_sources) @@ -672,9 +717,15 @@ if USE_WIN32 gtk_private_h_sources += gtkwin32embed.h gtkwin32embedwidget.h gtk_c_sources += $(gtk_use_win32_c_sources) else +if USE_QUARTZ +gtk_private_h_sources += gtksearchenginequartz.h +gtk_c_sources += $(gtk_use_quartz_c_sources) +gtk_use_quartz_c_sources_CFLAGS = "-xobjective-c" +else gtk_c_sources += $(gtk_use_stub_c_sources) endif endif +endif if USE_QUARTZ gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtkquartz.h @@ -699,11 +750,13 @@ gtk_built_public_sources = \ gtk_built_private_headers = \ gtkalias.h \ gtkmarshalers.h \ - gtkbuiltincache.h + gtkbuiltincache.h \ + gtkimcontextsimpleseqs.h gtk_built_sources = \ gtkaliasdef.c \ gtktypebuiltins.c \ + gtktypefuncs.c \ gtkmarshalers.c \ gtkmarshal.c \ ${gtk_built_private_headers} \ @@ -733,7 +786,7 @@ gtk_extra_sources = \ # MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files) $(GENERATED_ICONS) EXTRA_HEADERS = -EXTRA_DIST = $(gtk_private_h_sources) $(gtk_extra_sources) +EXTRA_DIST += $(gtk_private_h_sources) $(gtk_extra_sources) EXTRA_DIST += $(gtk_built_sources) EXTRA_DIST += $(STOCK_ICONS) @@ -741,7 +794,7 @@ EXTRA_DIST += $(STOCK_ICONS) # rules to generate built sources # # setup autogeneration dependencies -gen_sources = xgen-gdef xgen-gtbh xgen-gtic xgen-gmh xgen-gmc xgen-gmlh xgen-gmlc +gen_sources = xgen-gdef xgen-gtbh xgen-gtic xgen-gmh xgen-gmc xgen-gmlh xgen-gmlc xgen-gtfsrc.c xgen-gtf CLEANFILES = $(gen_sources) BUILT_SOURCES = $(gtk_built_sources) @@ -781,32 +834,31 @@ gtkmarshal.c: @REBUILD@ gtkmarshal.list echo "#define __gtk_marshal_MARSHAL_C__"; \ echo "#include \"gtkaliasdef.c\"") >> xgen-gmc \ && cp xgen-gmc gtkmarshal.c \ - && rm -f xgen-gmc + && rm -f xgen-gmc gtktypebuiltins.h: stamp-gtktypebuiltins.h @true -stamp-gtktypebuiltins.h: @REBUILD@ $(gtk_public_h_sources) Makefile - ( cd $(srcdir) && $(GLIB_MKENUMS) \ - --fhead "#ifndef __GTK_TYPE_BUILTINS_H__\n#define __GTK_TYPE_BUILTINS_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ - --fprod "/* enumerations from \"@filename@\" */\n" \ - --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define GTK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ - --ftail "G_END_DECLS\n\n#endif /* __GTK_TYPE_BUILTINS_H__ */" \ +stamp-gtktypebuiltins.h: @REBUILD@ $(gtk_public_h_sources) gtktypebuiltins.h.template + ( cd $(srcdir) && $(GLIB_MKENUMS) --template gtktypebuiltins.h.template \ $(gtk_public_h_sources) ) >> xgen-gtbh \ && (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h ) \ && rm -f xgen-gtbh \ && echo timestamp > $(@F) -gtktypebuiltins.c: @REBUILD@ $(gtk_public_h_sources) Makefile - ( cd $(srcdir) && $(GLIB_MKENUMS) \ - --fhead "#undef GTK_DISABLE_DEPRECATED\n#define GTK_ENABLE_BROKEN\n#include \"gtk.h\"\n#include \"gtkprivate.h\"\n#include \"gtkalias.h\"\n" \ - --ftail "#define __GTK_TYPE_BUILTINS_C__\n#include \"gtkaliasdef.c\"\n" \ - --fprod "\n/* enumerations from \"@filename@\" */" \ - --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ - --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ - --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n" \ +gtktypebuiltins.c: @REBUILD@ $(gtk_public_h_sources) gtktypebuiltins.c.template + ( cd $(srcdir) && $(GLIB_MKENUMS) --template gtktypebuiltins.c.template \ $(gtk_public_h_sources) ) > xgen-gtbc \ && cp xgen-gtbc gtktypebuiltins.c \ && rm -f xgen-gtbc +gtktypefuncs.c: @REBUILD@ $(top_srcdir)/gtk/*.h $(top_srcdir)/gdk/*.h Makefile + echo '#include ' > xgen-gtfsrc.c && \ + ${CPP} $(DEFS) $(INCLUDES) -DGTK_ENABLE_BROKEN $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) xgen-gtfsrc.c | \ + grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \ + sort | uniq | \ + sed '{ s/^/*tp++ = /; s/$$/();/; }' > xgen-gtf \ + && cp xgen-gtf $@ && rm -f xgen-gtf +gtktestutils.c: gtktypefuncs.c + # target platform: lib_LTLIBRARIES = $(gtktargetlib) @@ -817,28 +869,29 @@ gtkunixprintincludedir = $(includedir)/gtk-unix-print-2.0/gtk gtkunixprintinclude_HEADERS = $(gtk_unix_print_public_h_sources) libgtk_x11_2_0_la_SOURCES = $(gtk_c_sources) -libgtk_linux_fb_2_0_la_SOURCES = $(gtk_c_sources) libgtk_win32_2_0_la_SOURCES = $(gtk_c_sources) libgtk_quartz_2_0_la_SOURCES = $(gtk_c_sources) libgtk_directfb_2_0_la_SOURCES = $(gtk_c_sources) libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts) -libgtk_linux_fb_2_0_la_LDFLAGS = $(libtool_opts) -libgtk_win32_2_0_la_LDFLAGS = $(libtool_opts) +libgtk_win32_2_0_la_LDFLAGS = $(libtool_opts) -Wl,-luuid libgtk_quartz_2_0_la_LDFLAGS = $(libtool_opts) libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts) libgtk_x11_2_0_la_LIBADD = $(libadd) -libgtk_linux_fb_2_0_la_LIBADD = $(libadd) -libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -luuid -libgtk_win32_2_0_la_DEPENDENCIES = $(gtk_def) $(gtk_win32_res) +libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 libgtk_quartz_2_0_la_LIBADD = $(libadd) libgtk_directfb_2_0_la_LIBADD = $(libadd) +libgtk_x11_2_0_la_DEPENDENCIES = $(deps) +libgtk_win32_2_0_la_DEPENDENCIES = $(gtk_def) $(gtk_win32_res) $(deps) +libgtk_quartz_2_0_la_DEPENDENCIES = $(deps) +libgtk_directfb_2_0_la_DEPENDENCIES = $(deps) + if USE_WIN32 libgtk_target_ldflags = $(gtk_win32_res_ldflag) $(gtk_win32_symbols) endif -EXTRA_LTLIBRARIES = libgtk-x11-2.0.la libgtk-linux-fb-2.0.la libgtk-win32-2.0.la libgtk-quartz-2.0.la libgtk-directfb-2.0.la +EXTRA_LTLIBRARIES = libgtk-x11-2.0.la libgtk-win32-2.0.la libgtk-quartz-2.0.la libgtk-directfb-2.0.la install-exec-hook: if DISABLE_EXPLICIT_DEPS @@ -878,7 +931,10 @@ LDADDS = \ # # Installed tools # -bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache +bin_PROGRAMS = \ + gtk-query-immodules-2.0 \ + gtk-update-icon-cache +bin_SCRIPTS = gtk-builder-convert gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) gtk_query_immodules_2_0_LDADD = $(LDADDS) @@ -898,6 +954,7 @@ files: done STOCK_ICONS = \ + stock-icons/16/document-open-recent.png \ stock-icons/16/gtk-about.png \ stock-icons/16/gtk-add.png \ stock-icons/16/gtk-cdrom.png \ @@ -951,10 +1008,14 @@ STOCK_ICONS = \ stock-icons/16/gtk-network.png \ stock-icons/16/gtk-new.png \ stock-icons/16/gtk-open.png \ + stock-icons/16/gtk-page-setup.png \ stock-icons/16/gtk-paste.png \ stock-icons/16/gtk-preferences.png \ stock-icons/16/gtk-print.png \ + stock-icons/16/gtk-print-error.png \ stock-icons/16/gtk-print-preview.png \ + stock-icons/16/gtk-print-report.png \ + stock-icons/16/gtk-print-warning.png \ stock-icons/16/gtk-properties.png \ stock-icons/16/gtk-quit.png \ stock-icons/16/gtk-redo-ltr.png \ @@ -992,6 +1053,7 @@ STOCK_ICONS = \ stock-icons/20/gtk-no.png \ stock-icons/20/gtk-ok.png \ stock-icons/20/gtk-yes.png \ + stock-icons/24/document-open-recent.png \ stock-icons/24/gtk-about.png \ stock-icons/24/gtk-add.png \ stock-icons/24/gtk-bold.png \ @@ -1051,6 +1113,7 @@ STOCK_ICONS = \ stock-icons/24/gtk-orientation-landscape.png \ stock-icons/24/gtk-orientation-reverse-portrait.png \ stock-icons/24/gtk-orientation-portrait.png \ + stock-icons/24/gtk-page-setup.png \ stock-icons/24/gtk-paste.png \ stock-icons/24/gtk-preferences.png \ stock-icons/24/gtk-print.png \ @@ -1173,6 +1236,7 @@ EXTRA_DIST += \ tree_minus.xpm \ tree_plus.xpm \ gtk.def \ + gtk-builder-convert \ gtk-win32.rc \ gtk-win32.rc.in \ gtkwin32embed.h \ @@ -1182,6 +1246,7 @@ EXTRA_DIST += \ gtkfilesystemwin32.c \ gtkprint-win32.h \ gtkprint-win32.c \ + gtksearchenginequartz.h \ gtkrc.default \ gtkrc.key.default \ gtkrc.key.emacs \ @@ -1190,6 +1255,9 @@ EXTRA_DIST += \ makegtkalias.pl \ aliasfilescheck.sh \ abicheck.sh \ - pltcheck.sh + pltcheck.sh \ + gtktypebuiltins.c.template \ + gtktypebuiltins.h.template + install-data-local: