mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -3,6 +3,7 @@ Makefile.in
|
||||
glib-decl-list.txt
|
||||
glib-decl.txt
|
||||
glib-unused.txt
|
||||
glib-undocumented.txt
|
||||
html
|
||||
sgml
|
||||
*.stamp
|
||||
|
@@ -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= \
|
||||
|
@@ -3,6 +3,7 @@ Makefile.in
|
||||
gobject-decl.txt
|
||||
gobject-unused.txt
|
||||
gobject-decl-list.txt
|
||||
gobject-undocumented.txt
|
||||
html
|
||||
sgml
|
||||
*.stamp
|
||||
|
Reference in New Issue
Block a user