Move glib library into a subdirectory, make all GLib include files include

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.
This commit is contained in:
Owen Taylor
2001-06-26 16:01:21 +00:00
committed by Owen Taylor
parent 2c9c0fabc8
commit 2fd6b001fb
162 changed files with 221 additions and 59167 deletions

View File

@@ -3,6 +3,7 @@ Makefile.in
glib-decl-list.txt
glib-decl.txt
glib-unused.txt
glib-undocumented.txt
html
sgml
*.stamp

View File

@@ -7,7 +7,7 @@ DOC_MODULE=glib
DOC_MAIN_SGML_FILE=glib-docs.sgml
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../..
DOC_SOURCE_DIR=../../../glib
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
@@ -19,8 +19,8 @@ MKDB_OPTIONS=
FIXXREF_OPTIONS=
# Used for dependencies
HFILE_GLOB=$(top_srcdir)/*.h $(top_srcdir)/gmodule/*.h
CFILE_GLOB=$(top_srcdir)/*.c $(top_srcdir)/gmodule/*.c
HFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.h
CFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c
# Headers to ignore
IGNORE_HFILES= \

View File

@@ -3,6 +3,7 @@ Makefile.in
gobject-decl.txt
gobject-unused.txt
gobject-decl-list.txt
gobject-undocumented.txt
html
sgml
*.stamp