summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug 636190: Updates to the MSVC Project Files StuffChun-wei Fan2011-01-231-1/+1
| | | | | -Added "build" to SUBDIRS in to ensure the files will be distributed -Added README.txt for Visual c++ 2008 compilation
* Bug 636190: Visual C++ 2008 Project FilesChun-wei Fan2011-01-181-1/+2
| | | | | | | | | | | | | | | | | These are the Visual C++ 2008 Project Files for building ATK, along with a hand-written config.h.win32(.in) that is used for the purpose. This attempts to create the project files in a way that is similar to what is being now done in GLib and GTK+ *The configure.ac and Makefile.am files are updated so that a config.h.win32 can be expanded with the updated version info with each tarball release. *The atk/Makefile.am file is updated to re-enable the distribution of the expanded atk/atk.rc file and also to enable the creation of build/win32/vs9/atk.vcproj from build/win32/vs9/atk.vcprojin with the correct source file entries in the project file with each tarball release. This commit has been confirmed with Li Yuan and Tor Lillqvist (thank you!)
* Update autotools configurationJavier Jardón2011-01-051-1/+1
| | | | Update deprecated autoconf macros and use new libtool syntax
* Make sure distcheck passed with introspectionJohan Dahlin2009-12-161-2/+3
| | | | | | | | * Require 0.6.7 of gobject-introspection * Update the m4 copy * Port over to use Makefile.introspection * Make sure gobject-introspection is installed when running distcheck
* Add introspection supportJohan Dahlin2009-12-091-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=592146
* Dist MAINTAINERS.Kjartan Maraas2007-02-201-0/+1
| | | | | | | | 2007-02-20 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Dist MAINTAINERS. svn path=/trunk/; revision=1151
* remove trailing backslash from last line of DISTCLEANFILES.Manish Singh2004-01-231-2/+2
| | | | | | | 2004-01-23 Manish Singh <yosh@gimp.org> * Makefile.am: remove trailing backslash from last line of DISTCLEANFILES.
* Correct library name. Fixes bug #132283, fromPadraig O'Briain2004-01-231-0/+6
| | | | | | | | | 2004-01-23 Padraig O'Briain <padraig.obriain@sun.com> * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283, from laszlo.peter@ireland.sun.com. * Makefile.am: Add DISTCLEANFILES.
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-23/+1
| | | | | | | | | | | | | | | | | | | | 2003-03-20 James Henstridge <james@daa.com.au> * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize. * configure.in: cleanup to make use of newer autoconf/automake features. * Makefile.am: get rid of custom distcheck rule, which is no longer necessary. * atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built sources. * docs/Makefile.am: use common gtk-doc.make. * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
* Dist atk-zip.sh.in, not atk-zip.sh.Tor Lillqvist2003-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | 2003-02-25 Tor Lillqvist <tml@iki.fi> * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh. * atk/atk.def: Add a couple of missing entries, thanks to Cedric Gustin. * atk/atk.rc.in: New file, for version info in the DLL on Windows. Similar as in GLib, GTK, etc. * configure.in: Generate atk/atk.rc. * atk/Makefile.am: Use atk.rc on Windows. (EXTRA_DIST): Distribute atk.rc(.in). * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR, but deduce it from DLL location, like GLib, GTK etc do.
* Add po directoryPadraig O'Briain2002-10-301-1/+1
| | | | | | | | | | | | | | | | * Makefile.am: Add po directory * configure.in: Add support for I18N * acconfig.h atk/atkintl.h: New files used to support I18N * atk/atkobject.c: Update atk_role_get_localized_name() to allow for localized name to be returned. * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore po/ChangeLog: New files
* ATK 1.0.0 rc1ATK_1_0_0_RC1Owen Taylor2002-03-061-0/+24
| | | | | | | | | | | | | | | | | Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com> * ATK 1.0.0 rc1 * tests/Makefile.am: Don't install libteststateset.la, libtestrelation.la. (#73655, James Henstridge) * autogen.sh: Add --enable-gtk-doc * configure.in: --disable-gtk-doc by default. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.)
* New file, used to build developer package for Win32.Tor Lillqvist2001-10-281-1/+2
| | | | | | | | | | | | | 2001-10-28 Tor Lillqvist <tml@iki.fi> * atk-zip.sh.in: New file, used to build developer package for Win32. * Makefile.am * configure.in: Add it. * atk/Makefile.am: Add rules to install and uninstall mingw import library.
* Added atk.spec and atk.spec.in files. Moved GLIB_REQUIRED_VERSION to topJens Finke2001-08-141-1/+3
| | | | | | | | | | 2001-08-15 Jens Finke <jens@gnome.org> * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files. * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and added a AC_SUBST for it. This is needed for the spec.in file. Added atk.spec to output list. * atk.spec.in: New file.
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables * gmodule-2.0.pc.in: add gmodule_supported variable * glib-2.0.pc.in: add glib_genmarshal, gobject_query, glib_mkenums variables * configure.in: put G_MODULE_SUPPORTED value into .pc files * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST 2001-06-07 Havoc Pennington <hp@redhat.com> * pango/Makefile.am: add libpango.la to _DEPENDENCIES for the other libs * configure.in: use AM_PATH_GLIB_2_0 * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: dist the .pc.in files 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Havoc Pennington <hp@redhat.com> * tests/Makefile.am: add missing -I flag * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc. * configure.in: use pkg-config to see if GModule is supported; fix to properly turn on included loaders when GModule isn't supported; don't use AC_CHECK_LIB when libs are not installed yet * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * Makefile.am (SUBDIRS): add m4macros subdir * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in dependencies also.
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-311-1/+1
| | | | | proper marshall files get included in the dist. Updated the Makefiles and configure.in so that the docs get included in the dist.
* Update configure.in to create Makefile in tests directory.Padraig O'Briain2001-05-091-1/+1
| | | | CReate tests directory and add test module teststateset.c
* Initial revisionBill Haneman2001-04-261-0/+9