1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
21 pkgdatadir
= $(datadir)/@PACKAGE@
22 pkgincludedir
= $(includedir)/@PACKAGE@
23 pkglibdir
= $(libdir)/@PACKAGE@
24 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA
= $(install_sh
) -c
-m
644
27 install_sh_PROGRAM
= $(install_sh
) -c
28 install_sh_SCRIPT
= $(install_sh
) -c
29 INSTALL_HEADER
= $(INSTALL_DATA
)
30 transform
= $(program_transform_name
)
37 build_triplet
= @build@
39 noinst_PROGRAMS
= testgmodule
$(EXEEXT
)
41 DIST_COMMON
= $(glibinclude_HEADERS
) $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in
$(srcdir)/gmoduleconf.h.in AUTHORS \
44 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
45 am__aclocal_m4_deps
= $(top_srcdir
)/acglib.m4 \
46 $(top_srcdir
)/configure.in
47 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
49 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
50 CONFIG_HEADER
= $(top_builddir
)/config.h
51 CONFIG_CLEAN_FILES
= gmoduleconf.h
52 CONFIG_CLEAN_VPATH_FILES
=
53 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj
= case
$$p in \
55 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
60 am__nobase_strip_setup
= \
61 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
64 am__nobase_list
= $(am__nobase_strip_setup
); \
65 for p in
$$list; do echo
"$$p $$p"; done | \
66 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68 if (++n[$$2] == $(am__install_max)) \
69 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70 END { for (dir in files) print dir, files[dir] }'
72 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs
= "$(DESTDIR)$(libdir)" "$(DESTDIR)$(glibincludedir)"
75 LTLIBRARIES
= $(lib_LTLIBRARIES
)
76 libgmodule_la_DEPENDENCIES
=
77 am_libgmodule_la_OBJECTS
= gmodule.lo
78 libgmodule_la_OBJECTS
= $(am_libgmodule_la_OBJECTS
)
79 libgmodule_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
80 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
81 $(libgmodule_la_LDFLAGS
) $(LDFLAGS
) -o
$@
82 libgplugin_a_la_DEPENDENCIES
=
83 am_libgplugin_a_la_OBJECTS
= libgplugin_a.lo
84 libgplugin_a_la_OBJECTS
= $(am_libgplugin_a_la_OBJECTS
)
85 libgplugin_a_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
86 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
87 $(libgplugin_a_la_LDFLAGS
) $(LDFLAGS
) -o
$@
88 libgplugin_b_la_DEPENDENCIES
=
89 am_libgplugin_b_la_OBJECTS
= libgplugin_b.lo
90 libgplugin_b_la_OBJECTS
= $(am_libgplugin_b_la_OBJECTS
)
91 libgplugin_b_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
92 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
93 $(libgplugin_b_la_LDFLAGS
) $(LDFLAGS
) -o
$@
94 PROGRAMS
= $(noinst_PROGRAMS
)
95 testgmodule_SOURCES
= testgmodule.c
96 testgmodule_OBJECTS
= testgmodule.
$(OBJEXT
)
97 testgmodule_DEPENDENCIES
= libgmodule.la
$(libglib
)
98 testgmodule_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
99 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
100 $(testgmodule_LDFLAGS
) $(LDFLAGS
) -o
$@
101 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
102 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
103 am__depfiles_maybe
= depfiles
105 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
106 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
107 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
108 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
109 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
111 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
112 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
114 SOURCES
= $(libgmodule_la_SOURCES
) $(libgplugin_a_la_SOURCES
) \
115 $(libgplugin_b_la_SOURCES
) testgmodule.c
116 DIST_SOURCES
= $(libgmodule_la_SOURCES
) $(libgplugin_a_la_SOURCES
) \
117 $(libgplugin_b_la_SOURCES
) testgmodule.c
118 HEADERS
= $(glibinclude_HEADERS
)
121 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
125 AUTOCONF
= @AUTOCONF@
126 AUTOHEADER
= @AUTOHEADER@
127 AUTOMAKE
= @AUTOMAKE@
130 CCDEPMODE
= @CCDEPMODE@
133 CPPFLAGS
= @CPPFLAGS@
134 CYGPATH_W
= @CYGPATH_W@
138 DSYMUTIL
= @DSYMUTIL@
144 ENABLE_MEM_CHECK
= @ENABLE_MEM_CHECK@
145 ENABLE_MEM_PROFILE
= @ENABLE_MEM_PROFILE@
148 GLIB_BINARY_AGE
= @GLIB_BINARY_AGE@
149 GLIB_DEBUG_FLAGS
= @GLIB_DEBUG_FLAGS@
150 GLIB_INTERFACE_AGE
= @GLIB_INTERFACE_AGE@
151 GLIB_MAJOR_VERSION
= @GLIB_MAJOR_VERSION@
152 GLIB_MICRO_VERSION
= @GLIB_MICRO_VERSION@
153 GLIB_MINOR_VERSION
= @GLIB_MINOR_VERSION@
154 GLIB_VERSION
= @GLIB_VERSION@
156 G_MODULE_BROKEN_RTLD_GLOBAL
= @G_MODULE_BROKEN_RTLD_GLOBAL@
157 G_MODULE_HAVE_DLERROR
= @G_MODULE_HAVE_DLERROR@
158 G_MODULE_IMPL
= @G_MODULE_IMPL@
159 G_MODULE_LDFLAGS
= @G_MODULE_LDFLAGS@
160 G_MODULE_LIBS
= @G_MODULE_LIBS@
161 G_MODULE_NEED_USCORE
= @G_MODULE_NEED_USCORE@
162 G_THREAD_CFLAGS
= @G_THREAD_CFLAGS@
163 G_THREAD_LIBS
= @G_THREAD_LIBS@
165 INSTALL_DATA
= @INSTALL_DATA@
166 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
167 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
168 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
176 LTLIBOBJS
= @LTLIBOBJS@
178 LT_CURRENT
= @LT_CURRENT@
179 LT_RELEASE
= @LT_RELEASE@
180 LT_REVISION
= @LT_REVISION@
182 MAKEINFO
= @MAKEINFO@
183 MANIFEST_TOOL
= @MANIFEST_TOOL@
192 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
193 PACKAGE_NAME
= @PACKAGE_NAME@
194 PACKAGE_STRING
= @PACKAGE_STRING@
195 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
196 PACKAGE_URL
= @PACKAGE_URL@
197 PACKAGE_VERSION
= @PACKAGE_VERSION@
198 PATH_SEPARATOR
= @PATH_SEPARATOR@
201 SET_MAKE
= @SET_MAKE@
205 abs_builddir
= @abs_builddir@
206 abs_srcdir
= @abs_srcdir@
207 abs_top_builddir
= @abs_top_builddir@
208 abs_top_srcdir
= @abs_top_srcdir@
209 ac_ct_AR
= @ac_ct_AR@
210 ac_ct_CC
= @ac_ct_CC@
211 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
212 am__include
= @am__include@
213 am__leading_dot
= @am__leading_dot@
214 am__quote
= @am__quote@
216 am__untar
= @am__untar@
219 build_alias
= @build_alias@
220 build_cpu
= @build_cpu@
221 build_os
= @build_os@
222 build_vendor
= @build_vendor@
223 builddir
= @builddir@
225 datarootdir
= @datarootdir@
228 exec_prefix = @
exec_prefix@
230 host_alias
= @host_alias@
231 host_cpu
= @host_cpu@
233 host_vendor
= @host_vendor@
235 includedir = @
includedir@
237 install_sh
= @install_sh@
239 libexecdir
= @libexecdir@
240 localedir
= @localedir@
241 localstatedir
= @localstatedir@
244 oldincludedir = @
oldincludedir@
247 program_transform_name
= @program_transform_name@
250 sharedstatedir
= @sharedstatedir@
252 sysconfdir
= @sysconfdir@
253 target_alias
= @target_alias@
254 top_build_prefix
= @top_build_prefix@
255 top_builddir
= @top_builddir@
256 top_srcdir
= @top_srcdir@
257 INCLUDES
= -I
$(top_srcdir
) -I
$(top_srcdir
)/gmodule \
258 -DG_LOG_DOMAIN
=\"GModule
\" @GLIB_DEBUG_FLAGS@
268 BUILT_SOURCES
= gmoduleconf.h
269 glibincludedir
= $(includedir)/glib-1.2
270 glibinclude_HEADERS
= \
273 libglib
= $(top_builddir
)/libglib.la
# -lglib
274 lib_LTLIBRARIES
= libgmodule.la libgplugin_a.la libgplugin_b.la
275 libgmodule_la_SOURCES
= gmodule.c
276 libgmodule_la_LDFLAGS
= \
278 -version-info
$(LT_CURRENT
):$(LT_REVISION
):$(LT_AGE
) \
279 -release
$(LT_RELEASE
) \
282 libgmodule_la_LIBADD
= @G_MODULE_LIBS@
# $(libglib)
283 # we should really depend on $(libglib) for libgmodule.la, but libtool has a
284 # problem with this ;(
285 libgplugin_a_la_SOURCES
= libgplugin_a.c
286 libgplugin_a_la_LDFLAGS
= @G_MODULE_LDFLAGS@
-avoid-version
-module
287 libgplugin_a_la_LIBADD
= @G_MODULE_LIBS@
# $(libglib)
288 libgplugin_b_la_SOURCES
= libgplugin_b.c
289 libgplugin_b_la_LDFLAGS
= @G_MODULE_LDFLAGS@
-avoid-version
-module
290 libgplugin_b_la_LIBADD
= @G_MODULE_LIBS@
# $(libglib)
291 testgmodule_LDFLAGS
= @G_MODULE_LDFLAGS@
292 testgmodule_LDADD
= libgmodule.la
$(libglib
) @G_MODULE_LIBS@
293 all: $(BUILT_SOURCES
)
294 $(MAKE
) $(AM_MAKEFLAGS
) all-am
297 .SUFFIXES
: .c .lo .o .obj
298 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
300 case
'$(am__configure_deps)' in \
302 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
303 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
307 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu gmodule/Makefile'; \
308 $(am__cd
) $(top_srcdir
) && \
309 $(AUTOMAKE
) --gnu gmodule
/Makefile
311 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
314 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
316 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
320 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
321 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
323 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
324 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
325 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
326 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
327 $(am__aclocal_m4_deps
):
328 gmoduleconf.h
: $(top_builddir
)/config.status
$(srcdir)/gmoduleconf.h.in
329 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
331 uninstall-libLTLIBRARIES
:
333 @list
='$(lib_LTLIBRARIES)'; test -n
"$(libdir)" || list
=; \
334 for p in
$$list; do \
336 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
337 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(libdir)/$$f"; \
340 clean-libLTLIBRARIES
:
341 -test -z
"$(lib_LTLIBRARIES)" ||
rm -f
$(lib_LTLIBRARIES
)
342 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
343 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
344 test "$$dir" != "$$p" ||
dir=.
; \
345 echo
"rm -f \"$${dir}/so_locations\""; \
346 rm -f
"$${dir}/so_locations"; \
348 libgmodule.la
: $(libgmodule_la_OBJECTS
) $(libgmodule_la_DEPENDENCIES
)
349 $(libgmodule_la_LINK
) -rpath
$(libdir) $(libgmodule_la_OBJECTS
) $(libgmodule_la_LIBADD
) $(LIBS
)
350 libgplugin_a.la
: $(libgplugin_a_la_OBJECTS
) $(libgplugin_a_la_DEPENDENCIES
)
351 $(libgplugin_a_la_LINK
) -rpath
$(libdir) $(libgplugin_a_la_OBJECTS
) $(libgplugin_a_la_LIBADD
) $(LIBS
)
352 libgplugin_b.la
: $(libgplugin_b_la_OBJECTS
) $(libgplugin_b_la_DEPENDENCIES
)
353 $(libgplugin_b_la_LINK
) -rpath
$(libdir) $(libgplugin_b_la_OBJECTS
) $(libgplugin_b_la_LIBADD
) $(LIBS
)
355 clean-noinstPROGRAMS
:
356 @list
='$(noinst_PROGRAMS)'; test -n
"$$list" || exit
0; \
357 echo
" rm -f" $$list; \
358 rm -f
$$list || exit
$$?
; \
359 test -n
"$(EXEEXT)" || exit
0; \
360 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
361 echo
" rm -f" $$list; \
363 testgmodule
$(EXEEXT
): $(testgmodule_OBJECTS
) $(testgmodule_DEPENDENCIES
)
364 @
rm -f testgmodule
$(EXEEXT
)
365 $(testgmodule_LINK
) $(testgmodule_OBJECTS
) $(testgmodule_LDADD
) $(LIBS
)
373 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/gmodule.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libgplugin_a.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libgplugin_b.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/testgmodule.Po@am__quote@
379 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
380 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
383 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
386 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
387 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
390 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
393 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
394 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
397 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
404 install-glibincludeHEADERS
: $(glibinclude_HEADERS
)
406 test -z
"$(glibincludedir)" ||
$(MKDIR_P
) "$(DESTDIR)$(glibincludedir)"
407 @list
='$(glibinclude_HEADERS)'; test -n
"$(glibincludedir)" || list
=; \
408 for p in
$$list; do \
409 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
411 done |
$(am__base_list
) | \
412 while read files
; do \
413 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \
414 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(glibincludedir)" || exit
$$?
; \
417 uninstall-glibincludeHEADERS
:
419 @list
='$(glibinclude_HEADERS)'; test -n
"$(glibincludedir)" || list
=; \
420 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
421 test -n
"$$files" || exit
0; \
422 echo
" ( cd '$(DESTDIR)$(glibincludedir)' && rm -f" $$files ")"; \
423 cd
"$(DESTDIR)$(glibincludedir)" && rm -f
$$files
425 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
426 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427 unique
=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431 END { if (nonempty) { for (i in files) print i; }; }'`; \
435 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
436 $(TAGS_FILES
) $(LISP
)
439 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440 unique
=`for i in $$list; do \
441 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444 END { if (nonempty) { for (i in files) print i; }; }'`; \
446 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
447 test -n
"$$unique" || unique
=$$empty_fix; \
448 if
test $$# -gt 0; then \
449 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
452 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
457 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
458 $(TAGS_FILES
) $(LISP
)
459 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460 unique
=`for i in $$list; do \
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464 END { if (nonempty) { for (i in files) print i; }; }'`; \
465 test -z
"$(CTAGS_ARGS)$$unique" \
466 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
470 here
=`$(am__cd) $(top_builddir) && pwd` \
471 && $(am__cd
) $(top_srcdir
) \
472 && gtags
-i
$(GTAGS_ARGS
) "$$here"
475 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
477 distdir
: $(DISTFILES
)
478 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 list
='$(DISTFILES)'; \
481 dist_files
=`for file in $$list; do echo $$file; done | \
482 sed -e "s|^$$srcdirstrip/||;t" \
483 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484 case
$$dist_files in \
485 */*) $(MKDIR_P
) `echo "$$dist_files" | \
486 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489 for file in
$$dist_files; do \
490 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
491 if
test -d
$$d/$$file; then \
492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493 if
test -d
"$(distdir)/$$file"; then \
494 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
496 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
497 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
498 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
500 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
502 test -f
"$(distdir)/$$file" \
503 || cp
-p
$$d/$$file "$(distdir)/$$file" \
508 check: $(BUILT_SOURCES
)
509 $(MAKE
) $(AM_MAKEFLAGS
) check-am
510 all-am
: Makefile
$(LTLIBRARIES
) $(PROGRAMS
) $(HEADERS
)
512 for
dir in
"$(DESTDIR)$(libdir)" "$(DESTDIR)$(glibincludedir)"; do \
513 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
515 install: $(BUILT_SOURCES
)
516 $(MAKE
) $(AM_MAKEFLAGS
) install-am
517 install-exec
: install-exec-am
518 install-data
: install-data-am
519 uninstall: uninstall-am
522 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
524 installcheck: installcheck-am
526 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
527 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
528 `test -z '$(STRIP)' || \
529 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
535 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
536 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
538 maintainer-clean-generic
:
539 @echo
"This command is intended for maintainers to use"
540 @echo
"it deletes files that may require special tools to rebuild."
541 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
544 clean-am
: clean-generic clean-libLTLIBRARIES clean-libtool \
545 clean-noinstPROGRAMS mostlyclean-am
547 distclean: distclean-am
550 distclean-am
: clean-am distclean-compile distclean-generic \
565 install-data-am
: install-glibincludeHEADERS
567 install-dvi
: install-dvi-am
571 install-exec-am
: install-libLTLIBRARIES
573 install-html
: install-html-am
577 install-info
: install-info-am
583 install-pdf
: install-pdf-am
587 install-ps
: install-ps-am
593 maintainer-clean
: maintainer-clean-am
596 maintainer-clean-am
: distclean-am maintainer-clean-generic
598 mostlyclean: mostlyclean-am
600 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
611 uninstall-am
: uninstall-glibincludeHEADERS uninstall-libLTLIBRARIES
613 .MAKE
: all check install install-am install-strip
615 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
616 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
617 distclean distclean-compile distclean-generic \
618 distclean-libtool distclean-tags distdir
dvi dvi-am html \
619 html-am
info info-am
install install-am install-data \
620 install-data-am install-dvi install-dvi-am install-exec \
621 install-exec-am install-glibincludeHEADERS install-html \
622 install-html-am install-info install-info-am \
623 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
624 install-ps install-ps-am install-strip
installcheck \
625 installcheck-am
installdirs maintainer-clean \
626 maintainer-clean-generic
mostlyclean mostlyclean-compile \
627 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
628 tags uninstall uninstall-am uninstall-glibincludeHEADERS \
629 uninstall-libLTLIBRARIES
631 gmoduleconf.h
: gmoduleconf.h.in
633 .PHONY
: files release
636 @files
=`ls $(DISTFILES) 2> /dev/null `; for p in
$$files; do \
640 install-libLTLIBRARIES
: libgmodule.la
642 $(mkinstalldirs
) $(DESTDIR
)$(libdir)
643 @list
='libgmodule.la'; for p in
$$list; do \
644 if
test -f
$$p; then \
645 echo
"$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
646 $(LIBTOOL
) --mode
=install $(INSTALL_DATA
) $$p $(DESTDIR
)$(libdir)/$$p; \
651 $(MAKE
) dist distdir
=$(PACKAGE
)`date +"%y%m%d"`
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.