summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove Makefile.declMatthias Clasen2013-12-201-3/+1
| | | | | | We are now using glib-tap.mk for the tests, and all we gain from Makefile.decl is a predefined EXTRA_DIST, which doesn't seem worth it.
* Enable coverage testingMatthias Clasen2013-12-201-0/+11
| | | | Use --enable-coverage and make coverage to get it.
* tests: Use TAPMatthias Clasen2013-12-191-1/+5
| | | | | Instead of using gtester, switch to using the TAP support and the automake test harness.
* Fix .gitignore to ignore all generated files.Jon Nordby2011-03-021-0/+14
|
* autogen.sh: Use autoreconfJavier Jardón2011-02-111-1/+1
|
* Added various items in autotools filesChun-wei Fan2011-01-311-1/+1
| | | | | | | | -Added the "build" directory in Makefile.am under SUBDIRS -Added the Makefiles to AC_CONFIG_FILES in configure.ac These will enable Visual C++ 2008 Project Files to be distributed during a tarball release
* Bug 639922: Visual C++ 2008 Project FilesChun-wei Fan2011-01-211-0/+2
| | | | | | | | | | | | | | | | | | | | After checking with Tor Lillqvist, these are committed here... They are done in a similar way to what is now in GLib and GTK+, so that if the main GDK-Pixbuf library receives new source files, the new items will be added to gdk-pixbuf.vcproj automatically when a tarball is released via 'make dist'. Note that the main GDK-Pixbuf library can be compiled in 2 variants, one using the native GDI+ APIs from Windows which is supplied with the Windows Platform SDK (but still makes use of LibPNG+ZLib) and another that relies on 3rd-party image manipulation libraries (libTIFF, IJG JPEG and libJasPer [JPEG-2000 library]) like what is used on other platforms AFAIK. In either case the image loaders are built directly into the main GDK-Pixbuf library (i.e. the INCLUDE_<loader> macros are used). This will build and "install" the main GDK-Pixbuf library and the gdk-pixbuf-csource and gdk-pixbuf-query-loaders utility programs.
* Don't add a -2.0 suffix to binaries any longerMatthias Clasen2010-06-261-1/+1
| | | | We no longer need to make them parallel installable
* Add pure gdk-pixbuf tests from GTK+Matthias Clasen2010-06-261-1/+1
|
* Use --enable-man for distcheckingMatthias Clasen2010-06-261-0/+1
|
* Adapt to being standaloneMatthias Clasen2010-06-251-240/+8
|
* Clean autotools configuration a bitJavier Jardón2010-05-131-2/+1
| | | | | | New requirements: automake >= 1.10 libtool >= 2.2
* Minor stylistic fixMatthias Clasen2010-05-111-1/+5
|
* More gail.pc renamingMatthias Clasen2010-05-101-3/+3
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-29/+28
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* Remove links to code that no longer exists to fix make distRichard Hughes2010-05-071-11/+0
|
* Add Visual Studio 2008 project filesTor Lillqvist2010-04-121-1/+1
| | | | | Similar setup as in GLib and Pango. Also here we use a build/win32/vs9 subfolder, even if there is nothing else in build or build/win32.
* Make sure dist check includes introspectionJohan Dahlin2009-12-161-1/+1
|
* Add an m4 directory and a introspection.m4Johan Dahlin2009-12-161-0/+1
| | | | | So we don't need the introspection.m4 file to create a dist of gtk+
* Fix "srdcir" typoChristian Persch2009-06-091-1/+1
|
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+32
| | | | Add four new doc templates that were not in repository.
* Release 2.16.1Matthias Clasen2009-04-111-0/+5
|
* Add a rule to generate ChangeLogMatthias Clasen2009-04-031-1/+18
| | | | | | We use the same rule pango uses to create a ChangeLog file with the help of git-log. The format is somewhat different from traditional ChangeLog, but it contains the relevant information.
* 2.15.1Matthias Clasen2009-01-231-1/+2
| | | | svn path=/trunk/; revision=22202
* Install gail.pc. Bug #505859.Christian Persch2007-12-271-2/+4
| | | | svn path=/trunk/; revision=19252
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-22 15:39:40 Tim Janik <timj@imendio.com> * gtk/gtktestutils.c: call g_test_init() from gtk_test_init(). * gtk/tests/testing.c: use g_test_add_func() to register tests and use g_test_run() to run the tests to integrate with the testing framework. * gtk/tests/Makefile.am: removed exemplary testing rules. * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am: * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am: * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am: * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am: * docs/reference/Makefile.am, docs/tools/Makefile.am: * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am: * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am: * demos/gtk-demo/Makefile.am, demos/Makefile.am: * modules/input/Makefile.am, modules/printbackends/file/Makefile.am: * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am: * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am: * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am: * modules/engines/ms-windows/Theme/Makefile.am: * modules/engines/ms-windows/Makefile.am: * modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am: * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am: * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am: * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am: * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am: * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am: include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments. svn path=/trunk/; revision=19033
* Fix make dist failure by changing README.cvs-commits to README.commits.Cody Russell2007-08-231-1/+1
| | | | | | | | | | 2007-08-23 Cody Russell <bratsche@gnome.org> * Makefile.am: Fix make dist failure by changing README.cvs-commits to README.commits. (#469395, Frederic Peters) svn path=/trunk/; revision=18680
* Include ChangeLog.pre-2-10 in tarballs as well (seems to be forgotten).Wouter Bolsterlee2007-07-271-0/+1
| | | | | | | | | 2007-07-27 Wouter Bolsterlee <wbolster@svn.gnome.org> * Makefile.am: Include ChangeLog.pre-2-10 in tarballs as well (seems to be forgotten). svn path=/trunk/; revision=18546
* Don't install UNIX-printing headers and support files on non-UNIXMatthias Clasen2007-04-261-1/+5
| | | | | | | | | | | | 2007-04-26 Matthias Clasen <mclasen@redhat.com> * Makefile.am: * gtk/Makefile.am: Don't install UNIX-printing headers and support files on non-UNIX platforms. (#425655, Vincent Geddes) svn path=/trunk/; revision=17651
* 2.9.0Matthias Clasen2006-05-051-2/+1
|
* added ChangeLog entries from the kris-async-branch.Kristian Rietveld2006-05-021-0/+1
| | | | | | | | | 2006-05-02 Kristian Rietveld <kris@imendio.com> * ChangeLog.gtk-async-file-chooser: added ChangeLog entries from the kris-async-branch. * Makefile.am: updated EXTRA_DIST
* Add ChangeLog.gtk-printingAlexander Larsson2006-05-021-0/+1
| | | | | | | | 2006-05-02 Alexander Larsson <alexl@redhat.com> * ChangeLog.gtk-printing: * Makefile.am (EXTRA_DIST): Add ChangeLog.gtk-printing
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-21 Alexander Larsson <alexl@redhat.com> Merge the gtk-printing branch. For more detailed ChangeLog entries, see the branch. * .cvsignore: * Makefile.am: * configure.in: * docs/tools/widgets.c: * gtk+-unix-print-2.0.pc.in: * gtk/Makefile.am: * gtk/gen-paper-names.c: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkenums.h: * gtk/gtkiconfactory.c: * gtk/gtkmarshalers.list: * gtk/gtkpagesetup.[ch]: * gtk/gtkpagesetupunixdialog.[ch]: * gtk/gtkpapersize.[ch]: * gtk/gtkprint-win32.[ch]: * gtk/gtkprintbackend.[ch]: * gtk/gtkprintcontext.[ch]: * gtk/gtkprinter-private.h: * gtk/gtkprinter.[ch]: * gtk/gtkprinteroption.[ch]: * gtk/gtkprinteroptionset.[ch]: * gtk/gtkprinteroptionwidget.[ch]: * gtk/gtkprintjob.[ch]: * gtk/gtkprintoperation-private.h: * gtk/gtkprintoperation-unix.c: * gtk/gtkprintoperation-win32.c: * gtk/gtkprintoperation.[ch]: * gtk/gtkprintsettings.[ch]: * gtk/gtkprintunixdialog.[ch]: * gtk/paper_names.c: * gtk/paper_names_offsets.c: Platform independent printing API and implementations for unix and windows. * gtk/gtkstock.h: * gtk/stock-icons/24/gtk-orientation-landscape.png: * gtk/stock-icons/24/gtk-orientation-portrait.png: * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png: Add stock icons for page orientation. * modules/Makefile.am: * modules/printbackends/Makefile.am: * modules/printbackends/cups/Makefile.am: * modules/printbackends/cups/gtkcupsutils.[ch]: * modules/printbackends/cups/gtkprintbackendcups.[ch]: * modules/printbackends/cups/gtkprintercups.[ch]: Cups printing backend for unix. * modules/printbackends/lpr/Makefile.am: * modules/printbackends/lpr/gtkprintbackendlpr.[ch]: lpr printing backend for unix. * modules/printbackends/pdf/Makefile.am: * modules/printbackends/pdf/gtkprintbackendpdf.[ch]: print-to-pdf printing backend for unix. * tests/.cvsignore: * tests/Makefile.am: * tests/print-editor.c: Test application for printing. * gdk/gdk.symbols: * gdk/win32/gdkevents-win32.c: * gdk/win32/gdkwin32.h: Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the mainloop while displaying a win32 common dialog. * gdk/directfb/Makefile.am: Whitespace cleanup.
* dist all changelogsMatthias Clasen2006-03-091-0/+1
|
* New directory with the start of a framework for testing performance inFederico Mena Quintero2005-07-261-1/+1
| | | | | | | | | | | 2005-07-26 Federico Mena Quintero <federico@ximian.com> * perf/: New directory with the start of a framework for testing performance in GTK+. * Makefile.am (SRC_SUBDIRS): Added the perf directory. * configure.in (AC_OUTPUT): Generate perf/Makefile.
* Drop build/* from AC_CONFIG_FILES.Tor Lillqvist2005-07-091-1/+1
| | | | | | | | 2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Drop build/* from AC_CONFIG_FILES. * Makefile.am: Drop build from SUBDIRS.
* Adding missing ChangeLog.pre* to EXTRA_DIST.Owen Taylor2005-01-101-0/+3
| | | | | | | 2005-01-10 Owen Taylor <otaylor@redhat.com> * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre* to EXTRA_DIST.
* *** empty log message ***Matthias Clasen2004-10-281-1/+0
|
* Split the gtk translations into the domains gtk20 and gtk20-properties.Matthias Clasen2004-01-171-1/+1
|
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-20 Hans Breuer <hans@breuer.org> * makefile.msc : new file to build it all * Makefile.am : ... added to EXTRA_DIST * gdk/makefile.msc gtk/stock-icons/makefile.msc gtk/makefile.msc.in tests/makefile.msc : updated * gdk/gdk.def gtk/gtk.def : export a bunch of new functions * gtk/gtkbbox.c : use g_return_val_if_fail() if there is a value to return * gtk/gtkfontsel.c gtk/gtkiconfactory.c : static correctness * gtk/gtkicontheme.c : ported to use GTimeVal instead of struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES * gtk/gtkimmulticontext.c : use gtkprivate.h * gtk/stock-icons/stock_color_picker_25.png gtk/stock-icons/stock_jump_to_rtl_16.png gtk/stock-icons/stock_jump_to_rtl_24.png gtk/stock-icons/stock_redo_rtl_16.png gtk/stock-icons/stock_redo_rtl_24.png gtk/stock-icons/stock_undelete_rtl_16.png gtk/stock-icons/stock_undelete_rtl_24.png gtk/stock-icons/stock_undo_rtl_16.png : gtk/stock-icons/stock_undo_rtl_24.png : readded as binary
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-24/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue May 6 16:50:52 2003 Owen Taylor <otaylor@redhat.com> Patch from James Henstridge to update to automake-1.7 (#109542) * autogen.sh: update to call newer tools. * configure.in: various updates, to use M4 macros to put variables that change each release at the top. Use AC_HELP_STRING to format help strings. Use AC_CONFIG_COMMANDS to generate gdkconfig.h. * Makefile.am: require Automake 1.7. Remove gdk-2.0.pc and gtk+-2.0.pc on uninstall. Pass --enable-gtk-doc to configure during distcheck. * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make makefile fragment. * */Makefile.am: don't use STRIP_BEGIN/STRIP_END. Use BUILT_SOURCES where appropriate. Build generated files in builddir rather than srcdir. Fix uninstall and distclean targets to satisfy distcheck. === * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h built first, since we are now using BUILT_SOURCES. * gdk/Makefile.am: Remove an outdated comment about gdk_headers. * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem with geninclude.pl. * configure.in: Update versions to 2.3.0.
* Remove gtk+.spec.in from EXTRA_DIST, and from dist rules. (#102231)Owen Taylor2003-01-301-4/+2
| | | | | | | Thu Jan 30 16:30:54 2003 Owen Taylor <otaylor@redhat.com> * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from EXTRA_DIST, and from dist rules. (#102231)
* Don't distribute gtk-zip.sh, but do distribute gtk-zip.sh.in.Tor Lillqvist2003-01-041-1/+1
| | | | | | | 2003-01-04 Tor Lillqvist <tml@iki.fi> * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do distribute gtk-zip.sh.in.
* Remove po/README.tools, po/desk.pl and po/update.pl.Christian Rose2002-06-131-3/+0
| | | | | | | 2002-06-13 Christian Rose <menthos@menthos.com> * Makefile.am (EXTRA_DIST): Remove po/README.tools, po/desk.pl and po/update.pl.
* Fix versioning to avoid changing the soname!Owen Taylor2002-05-061-0/+1
| | | | | | | | | | | | | | | | | Mon May 6 12:17:14 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix versioning to avoid changing the soname! [ merge from stable ] * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641) * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when compiling "what went wrong" test case. (#79329) * m4macros/gtk-2.0.m4: Remove reference to editing pkg-config script. (From Jim Gettys)
* Remove some files whose content is either obsolete or has been movedMatthias Clasen2002-04-191-1/+0
| | | | | | | | | | * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt, docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt, gdk/TODO: Remove some files whose content is either obsolete or has been moved elsewhere. * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references to these files.
* Fix version numbers. (Johan Dahlin.)Owen Taylor2002-03-081-2/+0
| | | | | | | | | | | | | | Fri Mar 8 11:12:32 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Fix version numbers. (Johan Dahlin.) * INSTALL.in: Update, just refer to gtk-building.html rather than duplicating information. * README.in: Add release specific notes. * Makefile.am (EXTRA_DIST): Remove TODO and TODO.xml from the distribution.
* add sanitize-la.shjacob berkman2002-03-031-0/+1
| | | | | | 2002-03-03 jacob berkman <jacob@ximian.com> * Makefile.am (EXTRA_DIST): add sanitize-la.sh
* Default to --disable-gtk-doc (avoid Jade breakage) and --disable-staticOwen Taylor2002-03-021-0/+25
| | | | | | | | | | | | | | | | | | | | Sat Mar 2 14:32:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static (static linking causes problems with Xft changes.) * autogen.sh: Add --enable-gtk-doc by default. * Makefile.am: Add a 'mydistcheck' rule that passes --enable-gtk-doc to the configure since that is needed for 'make dist'. * docs/tutorial/Makefile.am (dist-hook): Don't distribute the PDF file. (Rule doesn't work on my system, plus it's big.) * gtk/Makefile.am: 'make dist' fixes.
* replace uses of test -e with more portable test -fjacob berkman2002-03-011-3/+3
| | | | | | | 2002-03-01 jacob berkman <jacob@ximian.com> * Makefile.am (install-data-hook): (dist-hook): replace uses of test -e with more portable test -f