summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-04-02Add a rule to generate ChangeLogMatthias Clasen
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.
2009-03-31Update README files to refer to gitMatthias Clasen
Update various README files to refer to git instead of svn. Add a README.commits that is pretty much a copy of the same file in GTK+. Also discontinue ChangeLog files.
2008-12-012.19.1Matthias Clasen
svn path=/trunk/; revision=7717
2008-02-07fixed build order to build gobject after gmodule gthread so gobject tests12:58:54 Tim Janik
2008-02-07 12:58:54 Tim Janik <timj@imendio.com> * Makefile.am: fixed build order to build gobject after gmodule gthread so gobject tests can be threaded. svn path=/trunk/; revision=6480
2007-12-212.15.0Matthias Clasen
svn path=/trunk/; revision=6180
2007-12-01Don't descend into build/. (#500875)Behdad Esfahbod
2007-12-01 Behdad Esfahbod <behdad@gnome.org> * Makefile.am: Don't descend into build/. (#500875) svn path=/trunk/; revision=6012
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen
2007-11-24 Matthias Clasen <mclasen@redhat.com> * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other cleanups. svn path=/trunk/; revision=5932
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik
2007-11-21 21:06:47 Tim Janik <timj@imendio.com> * Makefile.decl: initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional appending via += in other makefiles. define recursive test targets: test, test-report, perf-report, full-report, as described here: http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html * Makefile.am: * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am: * build/win32/Makefile.am, build/Makefile.am: * docs/Makefile.am, docs/reference/Makefile.am: * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am: * gmodule/Makefile.am, tests/Makefile.am: * tests/refcount/Makefile.am, tests/gobject/Makefile.am: * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am: * glib/tests/Makefile.am, glib/pcre/Makefile.am: * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am: * gthread/Makefile.am, glib/Makefile.am: include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments. * glib/tests/Makefile.am: removed example testing rules. * glib/tests/testing.c: conditionalized performance and slow tests. * glib/gtestutils.h: * glib/gtestutils.c: work around g_test_config_vars not changing its exported value after value assignments, aparently due to symbol aliases. * glib/gtester.c: fixed off-by-one error which produced junk in logs. * configure.in: check for python >= 2.4 and provide $PYTHON for scripts. svn path=/trunk/; revision=5914
2007-11-09Add AM_PROG_CC_C_O.Matthias Clasen
2007-11-09 Matthias Clasen <mclasen@redhat.com> * configure.in: Add AM_PROG_CC_C_O. * Makefile.am: Remove the install-exec-local hook and use configexecincludedir_DATA instead, in an attempt to avoid automake 1.9 <> 1.10 incompatibilities. * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since automake 1.10 complains. svn path=/trunk/; revision=5848
2007-11-09Use MKDIRS_P instead of mkinstalldirs.Matthias Clasen
2007-11-08 Matthias Clasen <mclasen@redhat.com> * Makefile.am: Use MKDIRS_P instead of mkinstalldirs. svn path=/trunk/; revision=5829
2007-08-042.14.0upstream/GLIB_2_14_0Matthias Clasen
svn path=/trunk/; revision=5674
2007-04-15Makefile.am Add the references to build back.Tor Lillqvist
2007-04-15 Tor Lillqvist <tml@novell.com> * Makefile.am * configure: Add the references to build back. svn path=/trunk/; revision=5451
2007-01-19Some file list updates (#398069, Owen Taylor)Matthias Clasen
2007-01-19 Matthias Clasen <mclasen@redhat.com> Some file list updates (#398069, Owen Taylor) * docs/Changes-2.0.txt * docs/reference/README.cvs-commits * glib.spec.in: Remove obsolete files * tests/Makefile.am: * glib/libcharset/Makefile.am: * gobject/Makefile.am: * Makefile.am: Add some missing files to EXTRA_DIST * tests/timeloop-basic.c: Make it build * HACKING: Small updates svn path=/trunk/; revision=5302
2007-01-02configure.in remove references to build/ until a proper decision has beenMichael Natterer
2007-01-02 Michael Natterer <mitch@imendio.com> * configure.in * Makefile.am: remove references to build/ until a proper decision has been made what to do with it. svn path=/trunk/; revision=5189
2006-03-09dist all changelogsMatthias Clasen
2005-05-06Added gmodule-no-export-2.0-uninstalled.pc.in to allow building of otherBrian Cameron
2005-05-06 Brian Cameron <brian.cameron@sun.com> * configure.in, gmodule-no-export-2.0-uninstalled.pc.in, Makefile.am: Added gmodule-no-export-2.0-uninstalled.pc.in to allow building of other libraries like pango when glib is uninstalled.
2005-01-10Add missing ChangeLog.pre*Owen Taylor
2005-01-10 Owen Taylor <otaylor@redhat.com> * Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
2005-01-07Generate and distribute gmodule-export-2.0.pc, which is currently just aMatthias Clasen
2005-01-07 Matthias Clasen <mclasen@redhat.com> * configure.in: * Makefile.am: Generate and distribute gmodule-export-2.0.pc, which is currently just a copy of gmodule-2.0.pc, but makes it explicit that it adds --export-dynamic. * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in.
2004-11-17Add gmodule-no-export-2.0.pc.inMatthias Clasen
2004-11-16 Matthias Clasen <mclasen@redhat.com> * Makefile.am (EXTRA_DIST): * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't need it. (#125627, Owen Taylor)
2004-07-21Fix #132858, Sven Neumann, patch by James Henstridge:Matthias Clasen
2004-07-21 Matthias Clasen <mclasen@redhat.com> Fix #132858, Sven Neumann, patch by James Henstridge: * glib-gettextize.in: modify so that mkinstalldirs will get installed into auxdir. * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
2004-07-18=== Released 2.5.0 ===upstream/GLIB_2_5_0Soeren Sandmann
Sun Jul 18 19:40:30 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
2004-03-06Update.Tor Lillqvist
2004-03-06 Tor Lillqvist <tml@iki.fi> * README.win32: Update. * configure.in * Makefile.am * */Makefile.am: Drop the hand-written makefile.mingw(.in) files. They haven't been maintained in a long time. As several people have managed to build GLib for Win32 using the autoconfiscation mechanism, there is no real reason to even try to maintain the hand-written mingw makefiles.
2003-03-04require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up someJames Henstridge
2003-03-01 James Henstridge <james@daa.com.au> * autogen.sh: require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some of the error messages. * configure.in: move version declaration to the top of the file (before AC_INIT), using M4 macros. GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use of M4 macro expansion in help messages instead. Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to format help strings. Use quadrigraphs to get square brackets to show correctly. Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro. Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output glibconfig.h, so that "./config.status glibconfig.h" works. Add an extra AC_CONFIG_FILES call listing other files we want generated by config.status protected by an "if false" block. This way automake generates the rules needed to rebuild the files for us. Add quotes in various places. * docs/reference/*/Makefile.am: convert to use the common gtk-doc.make file. This localises the complexity to a single makefile fragment maintained with gtk-doc itself. * */Makefile.am: remove unneeded rules to build win32 files with config.status. Automake now does this for us. Replace instances of @FOO@ with $(FOO) where appropriate -- this allows automake to do a better job checking the makefile. Add some files to DISTCLEANFILES where appropriate * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to ensure that --enable-gtk-doc is passed to configure during a distcheck. Remove the custom distcheck, since the standard one will now do. * gobject/Makefile.am: switch to BUILT_SOURCES, since that now works.
2003-02-11Include ChangeLog.pre-2-2.Tor Lillqvist
2003-02-11 Tor Lillqvist <tml@iki.fi> * Makefile.am (EXTRA_DIST): Include ChangeLog.pre-2-2.
2003-01-30Remove references to glib.spec. (#102231)Owen Taylor
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com> * Makefile.am: Remove references to glib.spec. (#102231) * configure.in: Don't generate glib.spec.
2003-01-04Don't distribute glib-zip.Tor Lillqvist
2003-01-04 Tor Lillqvist <tml@iki.fi> * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
2002-05-06[ merged from stable ]Owen Taylor
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com> [ merged from stable ] * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641) * m4macros/glib-2.0.m4: save CFLAGS/LIBS properly when compiling "what went wrong" test case. (#79330) * m4macros/glib-2.0.m4: Remove reference to editing pkg-config script. (From Jim Gettys) * configure.in: (Look for dyld interfaces before dlopen() since OS X can have both. Patch from Jacob Berkman, #80438)
2002-03-08Updates.Owen Taylor
Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com> * README.in: Updates. * README.in: Add warnings about current encoding problems with .po files and error logging functions. * configure.in: Check for bind_textdomain_codeset(). * glib/gutils.c (_glib_gettext): Call bind_textdomain_codeset, if present. * INSTALL.in: Some updates. * AUTHORS: Updates. * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST. * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt from EXTRA_DIST.
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor
Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc, to avoid Jade setup hassles. * autogen.sh: Add --enable-gtk-doc. * configure.in: Default to --disable-static to go along with Pango, GTK+ where we need to do that for bin-compat reasons. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.) * configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4 tests/makefile.mingw.in: Switch everything over to glib-2.0.
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer
2002-01-05 Hans Breuer <hans@breuer.org> * glibconfig.h.win32.in msvc_recommended_pragmas.h (new file) : moved warning to error pragmas to their own file to not force 'good practice' programming in downstream libs and apps. Instead the new header will be used by -FImsvc_recommended_pragmas.h in gnome/cvs makefile.msc * */makefile.msc.in : use -FImsvc_recommended_pragmas.h * makefile.am : add msvc_recommended_pragmas.h to EXTRA_DIST
2001-11-22Version 11, interface, binary age 0.Owen Taylor
Thu Nov 22 13:14:18 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GLIB_MICRO_VERSION): Version 11, interface, binary age 0. * NEWS: Updated. * tests/Makefile.am (libmoduletestplugin_[ab]_la_LDFLAGS): Add dummy -rpath argument. On some (but not all) platforms, libtool will only build a convenience library without this. (#63486, Dan Winship) * Makefile.am (EXTRA_DIST): Add README.in, INSTALL.in - autoconf-2.5x checks for 'make dist' in the tarball when you make distcheck. * glib/Makefile.am (EXTRA_DIST): Distribute makefile.msc/mingw.in, glib.rc.in. * tests/patterntest.c: Include string.h. * glib/gpattern.c (g_utf8_reverse): doc parsing fix.
2001-11-14provide g_newa(ctype, count) on top of g_alloca() like we provide g_new()Tim Janik
Wed Nov 14 07:34:24 2001 Tim Janik <timj@gtk.org> * glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of g_alloca() like we provide g_new() on top of g_malloc().
2001-10-29New file, used to build distribution packages for Windows.Tor Lillqvist
2001-10-30 Tor Lillqvist <tml@iki.fi> * glib-zip.in: New file, used to build distribution packages for Windows. * configure.in: Expand it. * Makefile.am: Distribute it. * config.h.win32.in: Update to match currently produced config.h
2001-10-28version of gettextize which uses glib's po/Makefile.in.in andjacob berkman
2001-10-28 jacob berkman <jacob@ximian.com> * glib-gettextize.in: version of gettextize which uses glib's po/Makefile.in.in and po2tbl.sed.in, and no longer copies in intl/ or installs ChangeLog entries in po/ChangeLog * configure.in (AC_OUTPUT): generate glib-gettextize * Makefile.am (bin_SCRIPTS): install glib-gettextize 2001-10-28 jacob berkman <jacob@ximian.com> * Makefile.in.in: install Makefile.in.in and po2tbl.sed.in for use with glib-gettextize by other packages
2001-09-26Fix distclean to remove some extra files. #60993, Ben GertzfieldOwen Taylor
Wed Sep 26 15:33:37 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am po/Makefile.in.in: Fix distclean to remove some extra files. #60993, Ben Gertzfield
2001-09-04Version 1.3.7upstream/GLIB_1_3_7Owen Taylor
Mon Sep 3 23:29:51 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in * Makefile.am: Remove references to glib.rc[.in] * NEWS: Various additions.
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist
2001-08-30 Tor Lillqvist <tml@iki.fi> After being away for about five months, I'm back working on this... For now, still using same build setup for Win32. Probably will change to not including version numbers in the import library names, though. (But the DLL names would still include them, possibly even also the micro version number.) That would be more Unix-like. Also, will have to check out newest mingw tool versions to see if the build-dll script now can be retired. * makefile.mingw * makefile.msc: New files, no need to generate from .in as they don't contain references to automake variables. * makefile.mingw.in * makefile.msc.in: Removed. * glib.rc.in: Remove * glib/glib.rc.in: Moved here. * Makefile.am * glib/Makefile.am: Corresponding changes. * glib/glib.def: Fix typo, add new entries. * glib/gspawn-win32-helper.c: More debugging. Doesn't work currently (or then it never has on Win2k, which I now use?) * glib/gstrfuncs.c * glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32. * */makefile.mingw.in: Reflect new location of glib library.
2001-08-20added po to SUBDIRSSven Neumann
2001-08-20 Sven Neumann <sven@gimp.org> * Makefile.am: added po to SUBDIRS
2001-08-15let the generated .pc files depend on config.status, so they get correctlyTim Janik
Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org> * Makefile.am: let the generated .pc files depend on config.status, so they get correctly remade.
2001-07-23removed glib.def from EXTRA_DIST ... ... and added it here.Sven Neumann
2001-07-23 Sven Neumann <sven@gimp.org> * Makefile.am: removed glib.def from EXTRA_DIST ... * glib/Makefile.am: ... and added it here.
2001-06-27Removed glib-config-2.0, as we have pkg-config now.Sebastian Wilhelmi
2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Makefile.am, configure.in: Removed glib-config-2.0, as we have pkg-config now. * glib/Makefile.am: Added -I$(top_srcdir) for builddir != srcdir. * Makefile.am: Removed gen-unicode-tables.pl from EXTRA_DIST.
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am: Move glib library into a subdirectory, make all GLib include files include as <glib/glist.h> * tests/testglib.c tests/testgdate.c tests/testgdateparser.c tests/timeloop.c tests/timeloop-basic.c: Move all tests into the tests/ subdirectory.
2001-06-07subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington
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.
2001-05-17Add gpattern.o to objects.Sebastian Wilhelmi
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * makefile.mingw.in: Add gpattern.o to objects. * glib.def: Export g_thread_exit as well. * Makefile.am: Fix BUILT_EXTRA_DIST exporting.
2001-05-15m4macros/MakefileHavoc Pennington
2001-05-15 Havoc Pennington <hp@redhat.com> * configure.in (AC_OUTPUT): m4macros/Makefile * m4macros/Makefile.am, m4macros/glib-2.0.m4, m4macros/glib-gettext.m4: m4 files moved here on server, Makefile.am added This is so you can aclocal -I m4macros while avoiding acinclude.m4 * Makefile.am: add m4macros subdir, remove references to glib-2.0.m4
2001-04-17Remove warnings about conflicts with the stable version.upstream/GLIB_1_3_3Owen Taylor
Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove warnings about conflicts with the stable version. * glib-2.0.m4: Fix some of the error text to be halfway up to date. * README.in INSTALL.in: Add these to generate README, INSTAL (as in the stable branch). Update. * HACKING: Update.
2001-04-03updates.Tim Janik
Tue Apr 3 20:22:59 2001 Tim Janik <timj@gtk.org> * NEWS: updates. * NEWS.pre-1-3: take over old news. Tue Apr 3 20:23:24 2001 Tim Janik <timj@gtk.org> * NEWS: updates.
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik
Tue Apr 3 13:46:22 2001 Tim Janik <timj@gtk.org> * glist.[hc]: added g_list_nth_prev() which walks ->prev instead of ->next. * gpattern.[hc]: added shell-style pattern matching code from beast, derived from the gtk_pattern_*() code, but with a couple of bug fixes and a number of optimizations. Tue Apr 3 14:06:00 2001 Tim Janik <timj@gtk.org> * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per owner_type. the pspecs are not referenced, so the caller is supposed to have some idea about owner_type not randomly nuking his pspec's. if this is going to provide problems in the future, we can either auto-ref the pspecs, or add a _foreach variant, though the latter would have to invoke the callback while pspec's mutex is acquired, so i just went for the _list variant for now. * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
2001-03-26-DG_DISABLE_DEPRECATEDOwen Taylor
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * gmain.h timeloop.c: Surround the cruftiest stuff with #ifndef G_DISABLE_DEPRECATED. * gcompat.h gdate.h: Move compat defines back to gdate.h, surround with #ifndef G_DISABLE_DEPRECATED. Remove gcompat.h.