summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use AM_DISTCHECK_CONFIGURE_FLAGSMatthias Clasen2016-03-301-1/+1
| | | | This is preferred over DISTCHECK_CONFIGURE_FLAGS in modern automake.
* Make a pot generating command availableMatthias Clasen2015-03-031-1/+2
| | | | | Translators don't want to run autogen before generating pot, so give them a script.
* Stop building extract-stringsMatthias Clasen2015-02-261-1/+1
| | | | It is no longer needed.
* Fix ChangeLog generationMatthias Clasen2014-11-301-4/+3
| | | | | missing is no longer in the toplevel directory. Also, clean up some file lists.
* Generate README and INSTALL from configureMatthias Clasen2014-11-301-12/+6
|
* Gdk: add an experimental backend for mirRobert Ancell2014-10-221-2/+4
| | | | | | This is disabled by default. Enable with --enable-mir-backend. This backend is a combined work of Robert Ancell and Ryan Lortie.
* Drop another old, unused scriptMatthias Clasen2014-09-211-1/+0
|
* Drop a few rules that aren't used anymoreMatthias Clasen2014-09-041-23/+1
| | | | These rules haven't been exercised in ages, time to drop them.
* Fix cross references in docs in tarballsMatthias Clasen2014-09-041-0/+1
| | | | This approach is copied from Pango.
* Update DISTCHECK_CONFIGURE_ARGSMatthias Clasen2014-08-101-5/+5
| | | | | The --disable-rebuilds option does not exist anymore, so remove it. At the same time, add --enable-installed-tests.
* Update Makefile.am for one more gitignore ruleJasper St. Pierre2014-06-191-0/+1
|
* Forgotten fileMatthias Clasen2014-05-271-1/+1
| | | | Oops.
* Update git.mk, respects AC_CONFIG_AUX_DIR nowBehdad Esfahbod2013-07-111-13/+4
|
* Add more .pc files to .gitignoreJasper St. Pierre2013-07-111-0/+8
|
* build: Update for perf/ directory removalBenjamin Otte2013-07-081-1/+1
| | | | Ooops.
* build: Fix make distRico Tzschichholz2013-06-271-13/+0
|
* build: Move gdk/tests/ to testsuite/gdk/Benjamin Otte2013-05-151-1/+1
| | | | | This is a reorganization of the testsuite to be in the testsuite/ directory, so it can be installed from there.
* Drop -uninstalled.pc filesMatthias Clasen2011-12-301-6/+0
| | | | This has already been done in GLib, so follow suit here.
* Towards a working distcheck3.1.10Matthias Clasen2011-07-231-0/+1
|
* gail-util: Move into toplevel directoryBenjamin Otte2011-07-051-1/+1
|
* Merge branch 'gdk-backend-wayland'Kristian Høgsberg2011-04-121-2/+2
|\ | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac gdk/Makefile.am gtk/gtksettings.c gtk/gtkwindow.c
| * Add Wayland backendKristian Høgsberg2011-02-051-2/+2
| |
* | [broadway] Make broadway build with new gdk-backend setupAlexander Larsson2011-01-191-2/+2
|/ | | | Convert all global functions to vtable calls, etc.
* build: Use mkdir_p instead mkinstalldirsJavier Jardón2011-01-101-1/+0
| | | | | As we don't use mkinstalldirs, $(mkinstalldirs) is simply an alias for $(mkdir_p)
* Use AM_V_GEN in a few more placesMatthias Clasen2011-01-031-2/+1
| | | | | | Based on a patch by Javier Jardón in https://bugzilla.gnome.org/show_bug.cgi?id=621720
* configure.ac: Support multiple GDK backends in one buildKristian Høgsberg2011-01-031-2/+2
|
* continue to install gdk-$TARGET-3.0.pcMatthias Clasen2010-12-221-0/+1
|
* Fix distcheck2.91.7Matthias Clasen2010-12-211-0/+3
|
* Go back to installing libgdk.soMatthias Clasen2010-12-211-1/+5
|
* Add per-target pc files backMatthias Clasen2010-12-211-0/+12
| | | | Dropping those will be an unnecessary pain.
* Reorganize pc files for a single libraryMatthias Clasen2010-12-211-41/+7
| | | | | | | | After this commit, pc files no longer include the gdk backend in their name, and we no longer install a pc file for gdk. There is now a single gtk+-3.0.pc file. It turns out a separate gtk+-x11-3.0.pc file is not necessary, since gdkx.h doesn't have a separate include directory that would have to be added to Cflags.
* Drop crazy listing of all example filesMatthias Clasen2010-10-151-70/+2
| | | | | | This will likely mean that the old examples will not appear in the tarball until they have been integrated in the new 'getting started' docs.
* Fix make distcheckMatthias Clasen2010-10-151-6/+2
|
* Distribute autogen.shColin Walters2010-10-011-0/+1
| | | | | | This makes it easier for OS vendors to always invoke autogen.sh for building, regardless of building from legacy tarballs or git snapshots.
* Complete the removal of examples/pixmap to fix make distRichard Hughes2010-10-011-2/+0
|
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-2/+2
|
* 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.12.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.1GTK_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