mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-26 11:57:51 +02:00
debian
docs
glib
gmodule
.cvsignore
AUTHORS
COPYING
ChangeLog
Makefile.am
gmodule-beos.c
gmodule-dl.c
gmodule-dld.c
gmodule-os2.c
gmodule-win32.c
gmodule.c
gmodule.def
gmodule.h
gmodule.rc.in
gmoduleconf.h.in
gmoduleconf.h.win32
libgplugin_a.c
libgplugin_b.c
makefile.mingw.in
makefile.msc.in
testgmodule.c
gobject
gthread
m4macros
tests
.cvsignore
AUTHORS
COPYING
ChangeLog
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL
MAINTAINERS
Makefile.am
NEWS
README
README.win32
TODO.xml
acconfig.h
acglib.m4
acinclude.m4
autogen.sh
build-dll
config.guess
config.h.win32.in
config.sub
configure.in
galloca.h
garray.c
garray.h
gasyncqueue.c
gasyncqueue.h
gbacktrace.c
gbacktrace.h
gcache.c
gcache.h
gcompletion.c
gcompletion.h
gconvert.c
gconvert.h
gdataset.c
gdataset.h
gdate.c
gdate.h
gerror.c
gerror.h
gfileutils.c
gfileutils.h
ghash.c
ghash.h
ghook.c
ghook.h
giochannel.c
giochannel.h
giounix.c
giowin32.c
glib-2.0.m4
glib-2.0.pc.in
glib-config-2.0.in
glib-object.h
glib.def
glib.h
glib.rc.in
glib.spec.in
glibconfig.h.win32.in
glist.c
glist.h
gmacros.h
gmain.c
gmain.h
gmarkup.c
gmarkup.h
gmem.c
gmem.h
gmessages.c
gmessages.h
gmodule-2.0.pc.in
gnode.c
gnode.h
gobject-2.0.pc.in
gprimes.c
gprimes.h
gqsort.c
gqsort.h
gquark.h
gqueue.c
gqueue.h
grand.c
grand.h
grel.c
grel.h
gscanner.c
gscanner.h
gshell.c
gshell.h
gslist.c
gslist.h
gspawn-win32.c
gspawn.c
gspawn.h
gstrfuncs.c
gstrfuncs.h
gstring.c
gstring.h
gthread-2.0.pc.in
gthread.c
gthread.h
gthreadpool.c
gthreadpool.h
gtimer.c
gtimer.h
gtree.c
gtree.h
gtypes.h
gunichartables.h
gunicode.h
gunidecomp.c
gunidecomp.h
guniprop.c
gutf8.c
gutils.c
gutils.h
gwin32.c
gwin32.h
ltconfig
ltmain.sh
makefile.mingw.in
makefile.msc.in
sanity_check
testgdate.c
testgdateparser.c
testglib.c
gmodule: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). gobject: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). (*): Remove traces of @STRIP_{BEGIN,END}@. gthread: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). docs/reference: 'make distcheck' fixes. * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt. (html): Run 'gtkdoc-fixxref' in $(srcdir). (dist-check-gtkdoc): Add missing quote. (dist-hook): Copy in dependency order, so that none of the makerules are fired in a tarball build. * gobject/Makefile.am: Likewise. toplevel: Remove need for acconfig.h, and misc. cleanups. * acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to AC_DEFINE_UNQUOTED. (GLIB_BYTE_CONTENTS): Likewise. * configure.in: Add 'autoheader' comments to all AC_DEFINE(...) and AC_DEFINE_UNQUOTED(...) lines. Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK. (AM_PROG_LIBTOOL): Move after AC_PROG_CC. * acconfig.h: Empty out. * Makefile.am (BUILT_EXTRA_DIST): New variable. List 'dist'able files that are created in the builddir. (dist-hook): Handle those files. (libglib_1_3_la_SOURCES): Remove @ALLOCA@. @ALLOCA@ should only be used in an _LDADD or _LIBADD, since it expands (if necessary) to 'alloca.o'. * tests/Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).