mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 21:03:10 +02:00
Merge branch '1436-docs-muckery' into 'master'
Fix various documentation issues and man page issues with autotools See merge request GNOME/glib!209
This commit is contained in:
commit
dbf9959d15
@ -232,8 +232,6 @@ endif
|
|||||||
CLEANFILES ?=
|
CLEANFILES ?=
|
||||||
CLEANFILES += $(man_MANS)
|
CLEANFILES += $(man_MANS)
|
||||||
|
|
||||||
EXTRA_DIST += $(man_MANS)
|
|
||||||
|
|
||||||
dist-hook-local: all-local
|
dist-hook-local: all-local
|
||||||
|
|
||||||
gio-docs-clean: clean
|
gio-docs-clean: clean
|
||||||
|
@ -140,8 +140,6 @@ endif
|
|||||||
CLEANFILES ?=
|
CLEANFILES ?=
|
||||||
CLEANFILES += $(man_MANS)
|
CLEANFILES += $(man_MANS)
|
||||||
|
|
||||||
EXTRA_DIST += $(man_MANS)
|
|
||||||
|
|
||||||
dist-hook-local: all-local
|
dist-hook-local: all-local
|
||||||
|
|
||||||
glib-docs-clean: clean
|
glib-docs-clean: clean
|
||||||
|
@ -260,6 +260,10 @@
|
|||||||
<title>Index of new symbols in 2.56</title>
|
<title>Index of new symbols in 2.56</title>
|
||||||
<xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
|
||||||
</index>
|
</index>
|
||||||
|
<index id="api-index-2-58" role="2.58">
|
||||||
|
<title>Index of new symbols in 2.58</title>
|
||||||
|
<xi:include href="xml/api-index-2.58.xml"><xi:fallback /></xi:include>
|
||||||
|
</index>
|
||||||
|
|
||||||
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||||
|
|
||||||
|
@ -3482,15 +3482,15 @@ g_rc_box_get_size
|
|||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>arcbox</FILE>
|
<FILE>arcbox</FILE>
|
||||||
g_arc_box_alloc
|
g_atomic_rc_box_alloc
|
||||||
g_arc_box_alloc0
|
g_atomic_rc_box_alloc0
|
||||||
g_arc_box_new
|
g_atomic_rc_box_new
|
||||||
g_arc_box_new0
|
g_atomic_rc_box_new0
|
||||||
g_arc_box_dup
|
g_atomic_rc_box_dup
|
||||||
g_arc_box_acquire
|
g_atomic_rc_box_acquire
|
||||||
g_arc_box_release
|
g_atomic_rc_box_release
|
||||||
g_arc_box_release_full
|
g_atomic_rc_box_release_full
|
||||||
g_arc_box_get_size
|
g_atomic_rc_box_get_size
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -95,8 +95,6 @@ endif
|
|||||||
CLEANFILES ?=
|
CLEANFILES ?=
|
||||||
CLEANFILES += $(man_MANS)
|
CLEANFILES += $(man_MANS)
|
||||||
|
|
||||||
EXTRA_DIST += $(man_MANS)
|
|
||||||
|
|
||||||
dist-hook-local: all-local
|
dist-hook-local: all-local
|
||||||
|
|
||||||
gobject-docs-clean: clean
|
gobject-docs-clean: clean
|
||||||
|
@ -188,6 +188,14 @@
|
|||||||
<title>Index of new symbols in 2.46</title>
|
<title>Index of new symbols in 2.46</title>
|
||||||
<xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
|
||||||
</index>
|
</index>
|
||||||
|
<index id="api-index-2-54" role="2.54">
|
||||||
|
<title>Index of new symbols in 2.54</title>
|
||||||
|
<xi:include href="xml/api-index-2.54.xml"><xi:fallback /></xi:include>
|
||||||
|
</index>
|
||||||
|
<index id="api-index-2-56" role="2.56">
|
||||||
|
<title>Index of new symbols in 2.56</title>
|
||||||
|
<xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
|
||||||
|
</index>
|
||||||
|
|
||||||
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||||
|
|
||||||
|
@ -288,6 +288,9 @@ unix_sources = \
|
|||||||
gportalsupport.h \
|
gportalsupport.h \
|
||||||
$(portal_sources) \
|
$(portal_sources) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
nodist_unix_sources = \
|
||||||
|
$(nodist_portal_sources) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
giounixincludedir=$(includedir)/gio-unix-2.0/gio
|
giounixincludedir=$(includedir)/gio-unix-2.0/gio
|
||||||
giounixinclude_HEADERS = \
|
giounixinclude_HEADERS = \
|
||||||
@ -316,6 +319,8 @@ endif
|
|||||||
gdbus_daemon_sources = \
|
gdbus_daemon_sources = \
|
||||||
gdbusdaemon.c \
|
gdbusdaemon.c \
|
||||||
gdbusdaemon.h \
|
gdbusdaemon.h \
|
||||||
|
$(NULL)
|
||||||
|
nodist_gdbus_daemon_sources = \
|
||||||
gdbus-daemon-generated.c \
|
gdbus-daemon-generated.c \
|
||||||
gdbus-daemon-generated.h \
|
gdbus-daemon-generated.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
@ -336,6 +341,9 @@ win32_actual_sources = \
|
|||||||
gwin32networkmonitor.h \
|
gwin32networkmonitor.h \
|
||||||
gwin32notificationbackend.c \
|
gwin32notificationbackend.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
nodist_win32_actual_sources = \
|
||||||
|
$(nodist_gdbus_daemon_sources) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
win32_more_sources_for_vcproj = \
|
win32_more_sources_for_vcproj = \
|
||||||
gwin32appinfo.c \
|
gwin32appinfo.c \
|
||||||
@ -353,6 +361,7 @@ appinfo_sources += gwin32appinfo.c gwin32appinfo.h
|
|||||||
contenttype_sources += gcontenttype-win32.c
|
contenttype_sources += gcontenttype-win32.c
|
||||||
platform_libadd += -lshlwapi -lws2_32 -ldnsapi -liphlpapi
|
platform_libadd += -lshlwapi -lws2_32 -ldnsapi -liphlpapi
|
||||||
win32_sources = $(win32_actual_sources)
|
win32_sources = $(win32_actual_sources)
|
||||||
|
nodist_win32_sources = $(nodist_win32_actual_sources)
|
||||||
|
|
||||||
giowin32includedir=$(includedir)/gio-win32-2.0/gio
|
giowin32includedir=$(includedir)/gio-win32-2.0/gio
|
||||||
giowin32include_HEADERS = \
|
giowin32include_HEADERS = \
|
||||||
@ -392,7 +401,9 @@ portal_sources = \
|
|||||||
gnetworkmonitorportal.h \
|
gnetworkmonitorportal.h \
|
||||||
gproxyresolverportal.c \
|
gproxyresolverportal.c \
|
||||||
gproxyresolverportal.h \
|
gproxyresolverportal.h \
|
||||||
$(xdp_dbus_built_sources) \
|
$(NULL)
|
||||||
|
nodist_portal_sources = \
|
||||||
|
$(xdp_dbus_built_sources) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
@ -546,14 +557,16 @@ gio_base_sources = \
|
|||||||
gzlibcompressor.c \
|
gzlibcompressor.c \
|
||||||
gzlibdecompressor.c \
|
gzlibdecompressor.c \
|
||||||
gmountprivate.h \
|
gmountprivate.h \
|
||||||
gioenumtypes.h \
|
|
||||||
gioenumtypes.c \
|
|
||||||
glistmodel.c \
|
glistmodel.c \
|
||||||
gliststore.c \
|
gliststore.c \
|
||||||
$(application_sources) \
|
$(application_sources) \
|
||||||
$(gdbus_sources) \
|
$(gdbus_sources) \
|
||||||
$(local_sources) \
|
$(local_sources) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
nodist_gio_base_sources = \
|
||||||
|
gioenumtypes.h \
|
||||||
|
gioenumtypes.c \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
libgio_2_0_la_SOURCES = \
|
libgio_2_0_la_SOURCES = \
|
||||||
$(gio_base_sources) \
|
$(gio_base_sources) \
|
||||||
@ -563,6 +576,11 @@ libgio_2_0_la_SOURCES = \
|
|||||||
$(win32_sources) \
|
$(win32_sources) \
|
||||||
$(settings_sources) \
|
$(settings_sources) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
nodist_libgio_2_0_la_SOURCES = \
|
||||||
|
$(nodist_gio_base_sources) \
|
||||||
|
$(nodist_unix_sources) \
|
||||||
|
$(nodist_win32_sources) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST += strinfo.c
|
EXTRA_DIST += strinfo.c
|
||||||
|
|
||||||
@ -762,8 +780,11 @@ gio_headers = \
|
|||||||
|
|
||||||
gioincludedir=$(includedir)/glib-2.0/gio/
|
gioincludedir=$(includedir)/glib-2.0/gio/
|
||||||
gioinclude_HEADERS = \
|
gioinclude_HEADERS = \
|
||||||
$(gio_headers) \
|
$(gio_headers) \
|
||||||
gioenumtypes.h
|
$(NULL)
|
||||||
|
nodist_gioinclude_HEADERS = \
|
||||||
|
gioenumtypes.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
nodist_gioinclude_HEADERS = \
|
nodist_gioinclude_HEADERS = \
|
||||||
gnetworking.h \
|
gnetworking.h \
|
||||||
@ -785,7 +806,6 @@ EXTRA_DIST += \
|
|||||||
gioenumtypes.c.template \
|
gioenumtypes.c.template \
|
||||||
gio.rc.in \
|
gio.rc.in \
|
||||||
gschema.dtd \
|
gschema.dtd \
|
||||||
gconstructor_as_data.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
BUILT_EXTRA_DIST += \
|
BUILT_EXTRA_DIST += \
|
||||||
@ -846,11 +866,13 @@ gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c.py
|
|||||||
|
|
||||||
glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
|
glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
|
||||||
glib_compile_schemas_SOURCES = \
|
glib_compile_schemas_SOURCES = \
|
||||||
gconstructor_as_data.h \
|
|
||||||
gvdb/gvdb-format.h \
|
gvdb/gvdb-format.h \
|
||||||
gvdb/gvdb-builder.h \
|
gvdb/gvdb-builder.h \
|
||||||
gvdb/gvdb-builder.c \
|
gvdb/gvdb-builder.c \
|
||||||
glib-compile-schemas.c
|
glib-compile-schemas.c
|
||||||
|
nodist_glib_compile_schemas_SOURCES = \
|
||||||
|
gconstructor_as_data.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
gsettings_LDADD = libgio-2.0.la \
|
gsettings_LDADD = libgio-2.0.la \
|
||||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||||
|
@ -557,7 +557,8 @@ nodist_resources_SOURCES = test_resources.c test_resources2.c test_resources2.h
|
|||||||
resources_DEPENDENCIES = test.gresource
|
resources_DEPENDENCIES = test.gresource
|
||||||
|
|
||||||
test_ltlibraries += libresourceplugin.la
|
test_ltlibraries += libresourceplugin.la
|
||||||
libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
|
libresourceplugin_la_SOURCES = resourceplugin.c
|
||||||
|
nodist_libresourceplugin_la_SOURCES = plugin_resources.c
|
||||||
libresourceplugin_la_LDFLAGS = -avoid-version -module -export-dynamic $(no_undefined)
|
libresourceplugin_la_LDFLAGS = -avoid-version -module -export-dynamic $(no_undefined)
|
||||||
libresourceplugin_la_LIBADD = $(LDADD)
|
libresourceplugin_la_LIBADD = $(LDADD)
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
include $(top_srcdir)/glib.mk
|
include $(top_srcdir)/glib.mk
|
||||||
|
|
||||||
|
bin_PROGRAMS =
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate glibconfig.h
|
# Generate glibconfig.h
|
||||||
#
|
#
|
||||||
@ -366,8 +368,6 @@ libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
|
|||||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||||
-export-dynamic $(no_undefined)
|
-export-dynamic $(no_undefined)
|
||||||
|
|
||||||
INSTALL_PROGS=
|
|
||||||
|
|
||||||
if ENABLE_DTRACE
|
if ENABLE_DTRACE
|
||||||
glib_probes.h: glib_probes.d
|
glib_probes.h: glib_probes.d
|
||||||
$(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
|
$(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
|
||||||
@ -410,15 +410,26 @@ gspawn-win64-helper-console.c:
|
|||||||
echo '#define HELPER_CONSOLE' >$@
|
echo '#define HELPER_CONSOLE' >$@
|
||||||
echo '#include "gspawn-win32-helper.c"' >>$@
|
echo '#include "gspawn-win32-helper.c"' >>$@
|
||||||
|
|
||||||
|
nodist_win_helper_sources = \
|
||||||
|
gspawn-win32-helper-console.c \
|
||||||
|
gspawn-win64-helper.c \
|
||||||
|
gspawn-win64-helper-console.c \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
BUILT_SOURCES += $(nodist_win_helper_sources)
|
||||||
|
CLEANFILES += $(nodist_win_helper_sources)
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
if OS_WIN32_X64
|
if OS_WIN32_X64
|
||||||
INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
|
bin_PROGRAMS += gspawn-win64-helper gspawn-win64-helper-console
|
||||||
|
nodist_gspawn_win64_helper_SOURCES = gspawn-win64-helper.c
|
||||||
|
nodist_gspawn_win64_helper_console_SOURCES = gspawn-win64-helper-console.c
|
||||||
gspawn_win64_helper_LDADD = libglib-2.0.la
|
gspawn_win64_helper_LDADD = libglib-2.0.la
|
||||||
gspawn_win64_helper_LDFLAGS = -mwindows
|
gspawn_win64_helper_LDFLAGS = -mwindows
|
||||||
gspawn_win64_helper_console_LDADD = libglib-2.0.la
|
gspawn_win64_helper_console_LDADD = libglib-2.0.la
|
||||||
else
|
else
|
||||||
INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
|
bin_PROGRAMS += gspawn-win32-helper gspawn-win32-helper-console
|
||||||
|
nodist_gspawn_win32_helper_console_SOURCES = gspawn-win32-helper-console.c
|
||||||
gspawn_win32_helper_LDADD = libglib-2.0.la
|
gspawn_win32_helper_LDADD = libglib-2.0.la
|
||||||
gspawn_win32_helper_LDFLAGS = -mwindows
|
gspawn_win32_helper_LDFLAGS = -mwindows
|
||||||
gspawn_win32_helper_console_LDADD = libglib-2.0.la
|
gspawn_win32_helper_console_LDADD = libglib-2.0.la
|
||||||
@ -428,11 +439,9 @@ endif
|
|||||||
glib-win32-res.o: glib.rc
|
glib-win32-res.o: glib.rc
|
||||||
$(WINDRES) glib.rc $@
|
$(WINDRES) glib.rc $@
|
||||||
|
|
||||||
bin_PROGRAMS = ${INSTALL_PROGS}
|
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
|
|
||||||
INSTALL_PROGS += gtester
|
bin_PROGRAMS += gtester
|
||||||
gtester_SOURCES = gtester.c
|
gtester_SOURCES = gtester.c
|
||||||
gtester_LDADD = libglib-2.0.la
|
gtester_LDADD = libglib-2.0.la
|
||||||
|
|
||||||
|
@ -1774,7 +1774,7 @@ find_file_in_data_dirs (const gchar *file,
|
|||||||
* This function looks for a desktop bookmark file named @file in the
|
* This function looks for a desktop bookmark file named @file in the
|
||||||
* paths returned from g_get_user_data_dir() and g_get_system_data_dirs(),
|
* paths returned from g_get_user_data_dir() and g_get_system_data_dirs(),
|
||||||
* loads the file into @bookmark and returns the file's full path in
|
* loads the file into @bookmark and returns the file's full path in
|
||||||
* @full_path. If the file could not be loaded then an %error is
|
* @full_path. If the file could not be loaded then @error is
|
||||||
* set to either a #GFileError or #GBookmarkFileError.
|
* set to either a #GFileError or #GBookmarkFileError.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if a key file could be loaded, %FALSE otherwise
|
* Returns: %TRUE if a key file could be loaded, %FALSE otherwise
|
||||||
|
@ -164,7 +164,7 @@ gchar *g_filename_to_uri (const gchar *filename,
|
|||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar *g_filename_display_name (const gchar *filename) G_GNUC_MALLOC;
|
gchar *g_filename_display_name (const gchar *filename) G_GNUC_MALLOC;
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gboolean g_get_filename_charsets (const gchar ***charsets);
|
gboolean g_get_filename_charsets (const gchar ***filename_charsets);
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar *g_filename_display_basename (const gchar *filename) G_GNUC_MALLOC;
|
gchar *g_filename_display_basename (const gchar *filename) G_GNUC_MALLOC;
|
||||||
|
@ -2293,7 +2293,7 @@ g_option_group_free (GOptionGroup *group)
|
|||||||
*
|
*
|
||||||
* Increments the reference count of @group by one.
|
* Increments the reference count of @group by one.
|
||||||
*
|
*
|
||||||
* Returns: a #GoptionGroup
|
* Returns: a #GOptionGroup
|
||||||
*
|
*
|
||||||
* Since: 2.44
|
* Since: 2.44
|
||||||
*/
|
*/
|
||||||
|
@ -314,12 +314,12 @@ get_default_item_id (void)
|
|||||||
* If the source language of @str is known, it can used to improve the
|
* If the source language of @str is known, it can used to improve the
|
||||||
* accuracy of the translation by passing it as @from_locale. It should
|
* accuracy of the translation by passing it as @from_locale. It should
|
||||||
* be a valid POSIX locale string (of the form
|
* be a valid POSIX locale string (of the form
|
||||||
* "language[_territory][.codeset][@modifier]").
|
* `language[_territory][.codeset][@modifier]`).
|
||||||
*
|
*
|
||||||
* If @from_locale is %NULL then the current locale is used.
|
* If @from_locale is %NULL then the current locale is used.
|
||||||
*
|
*
|
||||||
* If you want to do translation for no specific locale, and you want it
|
* If you want to do translation for no specific locale, and you want it
|
||||||
* to be done independently of the currently locale, specify "C" for
|
* to be done independently of the currently locale, specify `"C"` for
|
||||||
* @from_locale.
|
* @from_locale.
|
||||||
*
|
*
|
||||||
* Returns: a string in plain ASCII
|
* Returns: a string in plain ASCII
|
||||||
|
@ -1364,10 +1364,10 @@ g_variant_new_object_path (const gchar *object_path)
|
|||||||
* should ensure that a string is a valid D-Bus object path before
|
* should ensure that a string is a valid D-Bus object path before
|
||||||
* passing it to g_variant_new_object_path().
|
* passing it to g_variant_new_object_path().
|
||||||
*
|
*
|
||||||
* A valid object path starts with '/' followed by zero or more
|
* A valid object path starts with `/` followed by zero or more
|
||||||
* sequences of characters separated by '/' characters. Each sequence
|
* sequences of characters separated by `/` characters. Each sequence
|
||||||
* must contain only the characters "[A-Z][a-z][0-9]_". No sequence
|
* must contain only the characters `[A-Z][a-z][0-9]_`. No sequence
|
||||||
* (including the one following the final '/' character) may be empty.
|
* (including the one following the final `/` character) may be empty.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @string is a D-Bus object path
|
* Returns: %TRUE if @string is a D-Bus object path
|
||||||
*
|
*
|
||||||
|
@ -498,7 +498,7 @@ g_object_do_class_init (GObjectClass *class)
|
|||||||
* text_view)
|
* text_view)
|
||||||
* ]|
|
* ]|
|
||||||
* It is important to note that you must use
|
* It is important to note that you must use
|
||||||
* [canonical][canonical-parameter-name] parameter names as
|
* [canonical parameter names][canonical-parameter-names] as
|
||||||
* detail strings for the notify signal.
|
* detail strings for the notify signal.
|
||||||
*/
|
*/
|
||||||
gobject_signals[NOTIFY] =
|
gobject_signals[NOTIFY] =
|
||||||
|
@ -40,7 +40,8 @@ AM_TESTS_ENVIRONMENT = \
|
|||||||
MALLOC_CHECK_=2 \
|
MALLOC_CHECK_=2 \
|
||||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||||
|
|
||||||
accumulator_SOURCES = accumulator.c testmarshal.c testmarshal.h
|
accumulator_SOURCES = accumulator.c
|
||||||
|
nodist_accumulator_SOURCES = testmarshal.c testmarshal.h
|
||||||
signals_SOURCES = signals.c
|
signals_SOURCES = signals.c
|
||||||
defaultiface_SOURCES = defaultiface.c testmodule.c testmodule.h
|
defaultiface_SOURCES = defaultiface.c testmodule.c testmodule.h
|
||||||
dynamictype_SOURCES = dynamictype.c testmodule.c testmodule.h
|
dynamictype_SOURCES = dynamictype.c testmodule.c testmodule.h
|
||||||
@ -68,18 +69,6 @@ testmarshal.c: testmarshal.h testmarshal.list $(glib_genmarshal)
|
|||||||
&& rm -f xgen-gmc xgen-gmc~
|
&& rm -f xgen-gmc xgen-gmc~
|
||||||
|
|
||||||
BUILT_SOURCES += testmarshal.h testmarshal.c
|
BUILT_SOURCES += testmarshal.h testmarshal.c
|
||||||
CLEANFILES += stamp-testmarshal.h
|
CLEANFILES += stamp-testmarshal.h testmarshal.h testmarshal.c
|
||||||
EXTRA_DIST += testcommon.h testmarshal.list
|
EXTRA_DIST += testcommon.h testmarshal.list
|
||||||
BUILT_EXTRA_DIST += testmarshal.h testmarshal.c
|
endif # !CROSS_COMPILING
|
||||||
endif # !CROSS_COMPILING
|
|
||||||
|
|
||||||
dist-hook: $(BUILT_EXTRA_DIST)
|
|
||||||
files='$(BUILT_EXTRA_DIST)'; \
|
|
||||||
for f in $$files; do \
|
|
||||||
if test -f $$f; then d=.; else d=$(srcdir); fi; \
|
|
||||||
cp $$d/$$f $(distdir) || exit 1; done
|
|
||||||
|
|
||||||
distclean-local:
|
|
||||||
if test $(srcdir) = .; then :; else \
|
|
||||||
rm -f $(BUILT_EXTRA_DIST); \
|
|
||||||
fi
|
|
Loading…
x
Reference in New Issue
Block a user