Changes to update Tomato RAF.
[tomato.git] / release / src / router / glib / Makefile
blob3079486d19068886f796fb0193e0fe8b26d8893e
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
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
14 # PARTICULAR PURPOSE.
23 pkgdatadir = $(datadir)/glib
24 pkgincludedir = $(includedir)/glib
25 pkglibdir = $(libdir)/glib
26 pkglibexecdir = $(libexecdir)/glib
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = x86_64-pc-linux-gnu
40 host_triplet = mipsel-unknown-linux-gnu
41 noinst_PROGRAMS = testglib$(EXEEXT) testgdate$(EXEEXT) \
42 testgdateparser$(EXEEXT)
43 subdir = .
44 DIST_COMMON = README $(am__configure_deps) $(glibinclude_HEADERS) \
45 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
46 $(srcdir)/config.h.in $(srcdir)/glib-config.in \
47 $(srcdir)/glib.pc.in $(srcdir)/glib.spec.in \
48 $(srcdir)/gmodule.pc.in $(srcdir)/gthread.pc.in \
49 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
50 acconfig.h config.guess config.sub depcomp install-sh ltconfig \
51 ltmain.sh missing mkinstalldirs
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/acglib.m4 \
54 $(top_srcdir)/configure.in
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno config.status.lineno
59 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES = glib.spec glib-config glib.pc gmodule.pc \
62 gthread.pc
63 CONFIG_CLEAN_VPATH_FILES =
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67 *) f=$$p;; \
68 esac;
69 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70 am__install_max = 40
71 am__nobase_strip_setup = \
72 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73 am__nobase_strip = \
74 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75 am__nobase_list = $(am__nobase_strip_setup); \
76 for p in $$list; do echo "$$p $$p"; done | \
77 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79 if (++n[$$2] == $(am__install_max)) \
80 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81 END { for (dir in files) print dir, files[dir] }'
82 am__base_list = \
83 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
86 "$(DESTDIR)$(configincludedir)" "$(DESTDIR)$(m4datadir)" \
87 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(glibincludedir)"
88 LTLIBRARIES = $(lib_LTLIBRARIES)
89 libglib_la_LIBADD =
90 am_libglib_la_OBJECTS = garray.lo gcache.lo gcompletion.lo gdataset.lo \
91 gdate.lo gerror.lo ghash.lo ghook.lo giochannel.lo giounix.lo \
92 glist.lo gmain.lo gmem.lo gmessages.lo gmutex.lo gnode.lo \
93 gprimes.lo grel.lo gscanner.lo gslist.lo gstrfuncs.lo \
94 gstring.lo gtimer.lo gtree.lo gutils.lo
95 libglib_la_OBJECTS = $(am_libglib_la_OBJECTS)
96 libglib_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
97 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98 $(libglib_la_LDFLAGS) $(LDFLAGS) -o $@
99 PROGRAMS = $(noinst_PROGRAMS)
100 testgdate_SOURCES = testgdate.c
101 testgdate_OBJECTS = testgdate.$(OBJEXT)
102 testgdate_DEPENDENCIES = libglib.la
103 testgdateparser_SOURCES = testgdateparser.c
104 testgdateparser_OBJECTS = testgdateparser.$(OBJEXT)
105 testgdateparser_DEPENDENCIES = libglib.la
106 testglib_SOURCES = testglib.c
107 testglib_OBJECTS = testglib.$(OBJEXT)
108 testglib_DEPENDENCIES = libglib.la
109 SCRIPTS = $(bin_SCRIPTS)
110 DEFAULT_INCLUDES = -I.
111 depcomp = $(SHELL) $(top_srcdir)/depcomp
112 am__depfiles_maybe = depfiles
113 am__mv = mv -f
114 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 CCLD = $(CC)
120 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
122 $(LDFLAGS) -o $@
123 SOURCES = $(libglib_la_SOURCES) testgdate.c testgdateparser.c \
124 testglib.c
125 DIST_SOURCES = $(libglib_la_SOURCES) testgdate.c testgdateparser.c \
126 testglib.c
127 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
128 html-recursive info-recursive install-data-recursive \
129 install-dvi-recursive install-exec-recursive \
130 install-html-recursive install-info-recursive \
131 install-pdf-recursive install-ps-recursive install-recursive \
132 installcheck-recursive installdirs-recursive pdf-recursive \
133 ps-recursive uninstall-recursive
134 DATA = $(configinclude_DATA) $(m4data_DATA) $(pkgconfig_DATA)
135 HEADERS = $(glibinclude_HEADERS)
136 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137 distclean-recursive maintainer-clean-recursive
138 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
139 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
140 distdir dist dist-all distcheck
141 ETAGS = etags
142 CTAGS = ctags
143 DIST_SUBDIRS = $(SUBDIRS)
144 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145 distdir = $(PACKAGE)-$(VERSION)
146 top_distdir = $(distdir)
147 am__remove_distdir = \
148 { test ! -d "$(distdir)" \
149 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
150 && rm -fr "$(distdir)"; }; }
151 am__relativize = \
152 dir0=`pwd`; \
153 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
154 sed_rest='s,^[^/]*/*,,'; \
155 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
156 sed_butlast='s,/*[^/]*$$,,'; \
157 while test -n "$$dir1"; do \
158 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
159 if test "$$first" != "."; then \
160 if test "$$first" = ".."; then \
161 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
162 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
163 else \
164 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
165 if test "$$first2" = "$$first"; then \
166 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
167 else \
168 dir2="../$$dir2"; \
169 fi; \
170 dir0="$$dir0"/"$$first"; \
171 fi; \
172 fi; \
173 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
174 done; \
175 reldir="$$dir2"
176 DIST_ARCHIVES = $(distdir).tar.gz
177 GZIP_ENV = --best
178 distuninstallcheck_listfiles = find . -type f -print
179 distcleancheck_listfiles = find . -type f -print
180 ACLOCAL = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run aclocal-1.11
181 AMTAR = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run tar
182 AR = mipsel-uclibc-ar
183 AUTOCONF = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run autoconf
184 AUTOHEADER = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run autoheader
185 AUTOMAKE = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run automake-1.11
186 AWK = gawk
187 CC = mipsel-uclibc-gcc
188 CCDEPMODE = depmode=gcc3
189 CFLAGS = -g -O2 -Wall -D_REENTRANT
190 CPP = mipsel-uclibc-gcc -E
191 CPPFLAGS =
192 CYGPATH_W = echo
193 DEFS = -DHAVE_CONFIG_H
194 DEPDIR = .deps
195 DLLTOOL = false
196 DSYMUTIL =
197 DUMPBIN =
198 ECHO_C =
199 ECHO_N = -n
200 ECHO_T =
201 EGREP = /bin/grep -E
202 ENABLE_MEM_CHECK =
203 ENABLE_MEM_PROFILE =
204 EXEEXT =
205 FGREP = /bin/grep -F
206 GLIB_BINARY_AGE = 10
207 GLIB_DEBUG_FLAGS =
208 GLIB_INTERFACE_AGE = 10
209 GLIB_MAJOR_VERSION = 1
210 GLIB_MICRO_VERSION = 10
211 GLIB_MINOR_VERSION = 2
212 GLIB_VERSION = 1.2.10
213 GREP = /bin/grep
214 G_MODULE_BROKEN_RTLD_GLOBAL = 0
215 G_MODULE_HAVE_DLERROR = 1
216 G_MODULE_IMPL = G_MODULE_IMPL_DL
217 G_MODULE_LDFLAGS = -rdynamic
218 G_MODULE_LIBS = -ldl
219 G_MODULE_NEED_USCORE = 0
220 G_THREAD_CFLAGS = -D_REENTRANT
221 G_THREAD_LIBS = -lpthread
222 INSTALL = /usr/bin/install -c
223 INSTALL_DATA = ${INSTALL} -m 644
224 INSTALL_PROGRAM = ${INSTALL}
225 INSTALL_SCRIPT = ${INSTALL}
226 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
227 LD = mipsel-uclibc-ld
228 LDFLAGS =
229 LIBOBJS =
230 LIBS =
231 LIBTOOL = $(SHELL) $(top_builddir)/libtool
232 LIPO =
233 LN_S = ln -s
234 LTLIBOBJS =
235 LT_AGE = 0
236 LT_CURRENT = 0
237 LT_RELEASE = 1.2
238 LT_REVISION = 10
239 MAINT = #
240 MAKEINFO = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run makeinfo
241 MANIFEST_TOOL = :
242 MKDIR_P = /bin/mkdir -p
243 NM = mipsel-uclibc-nm
244 NMEDIT =
245 OBJDUMP = mipsel-linux-objdump
246 OBJEXT = o
247 OTOOL =
248 OTOOL64 =
249 PACKAGE = glib
250 PACKAGE_BUGREPORT =
251 PACKAGE_NAME =
252 PACKAGE_STRING =
253 PACKAGE_TARNAME =
254 PACKAGE_URL =
255 PACKAGE_VERSION =
256 PATH_SEPARATOR = :
257 RANLIB = mipsel-uclibc-ranlib
258 SED = /bin/sed
259 SET_MAKE =
260 SHELL = /bin/sh
261 STRIP = mipsel-uclibc-strip -R .note -R .comment
262 VERSION = 1.2.10
263 abs_builddir = /home/vicente/tomatoastman/release/src/router/glib
264 abs_srcdir = /home/vicente/tomatoastman/release/src/router/glib
265 abs_top_builddir = /home/vicente/tomatoastman/release/src/router/glib
266 abs_top_srcdir = /home/vicente/tomatoastman/release/src/router/glib
267 ac_ct_AR =
268 ac_ct_CC =
269 ac_ct_DUMPBIN =
270 am__include = include
271 am__leading_dot = .
272 am__quote =
273 am__tar = ${AMTAR} chof - "$$tardir"
274 am__untar = ${AMTAR} xf -
275 bindir = ${exec_prefix}/bin
276 build = x86_64-pc-linux-gnu
277 build_alias = x86_64-linux-gnu
278 build_cpu = x86_64
279 build_os = linux-gnu
280 build_vendor = pc
281 builddir = .
282 datadir = ${datarootdir}
283 datarootdir = ${prefix}/share
284 docdir = ${datarootdir}/doc/${PACKAGE}
285 dvidir = ${docdir}
286 exec_prefix = ${prefix}
287 host = mipsel-unknown-linux-gnu
288 host_alias = mipsel-linux
289 host_cpu = mipsel
290 host_os = linux-gnu
291 host_vendor = unknown
292 htmldir = ${docdir}
293 includedir = ${prefix}/include
294 infodir = ${datarootdir}/info
295 install_sh = ${SHELL} /home/vicente/tomatoastman/release/src/router/glib/install-sh
296 libdir = ${exec_prefix}/lib
297 libexecdir = ${exec_prefix}/libexec
298 localedir = ${datarootdir}/locale
299 localstatedir = ${prefix}/var
300 mandir = ${datarootdir}/man
301 mkdir_p = /bin/mkdir -p
302 oldincludedir = /usr/include
303 pdfdir = ${docdir}
304 prefix = /usr
305 program_transform_name = s,x,x,
306 psdir = ${docdir}
307 sbindir = ${exec_prefix}/sbin
308 sharedstatedir = ${prefix}/com
309 srcdir = .
310 sysconfdir = ${prefix}/etc
311 target_alias =
312 top_build_prefix =
313 top_builddir = .
314 top_srcdir = .
316 # require automake 1.4
317 AUTOMAKE_OPTIONS = 1.4
318 SUBDIRS = . gmodule gthread docs tests
319 configincludedir = $(pkglibdir)/include
320 bin_SCRIPTS = glib-config
321 BUILT_SOURCES = glib-config stamp-gc-h #note: not glibconfig.h
322 INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib
323 EXTRA_DIST = \
324 glib.m4 \
325 glib.spec.in \
326 acglib.m4 \
327 sanity_check \
328 README.win32 \
329 glib.def \
330 makefile.msc.in \
331 makefile.msc \
332 giowin32.c \
333 glibconfig.h.win32 \
334 glibconfig.h.win32.in \
335 config.h.win32 \
336 config.h.win32.in \
337 glib.pc.in \
338 gmodule.pc.in \
339 gthread.pc.in
341 lib_LTLIBRARIES = libglib.la
342 libglib_la_SOURCES = \
343 garray.c \
344 gcache.c \
345 gcompletion.c \
346 gdataset.c \
347 gdate.c \
348 gerror.c \
349 ghash.c \
350 ghook.c \
351 giochannel.c \
352 giounix.c \
353 glist.c \
354 gmain.c \
355 gmem.c \
356 gmessages.c \
357 gmutex.c \
358 gnode.c \
359 gprimes.c \
360 grel.c \
361 gscanner.c \
362 gslist.c \
363 gstrfuncs.c \
364 gstring.c \
365 gtimer.c \
366 gtree.c \
367 gutils.c
369 glibincludedir = $(includedir)/glib-1.2
370 glibinclude_HEADERS = \
371 glib.h
373 configinclude_DATA = \
374 glibconfig.h
376 CONFIGURE_DEPENDENCIES = acglib.m4
377 libglib_la_LDFLAGS = \
378 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
379 -release $(LT_RELEASE) \
380 -export-dynamic
382 testglib_LDADD = libglib.la
383 testgdate_LDADD = libglib.la
384 testgdateparser_LDADD = libglib.la
385 m4datadir = $(datadir)/aclocal
386 m4data_DATA = glib.m4
387 pkgconfigdir = $(libdir)/pkgconfig
388 pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
389 all: $(BUILT_SOURCES) config.h
390 $(MAKE) $(AM_MAKEFLAGS) all-recursive
392 .SUFFIXES:
393 .SUFFIXES: .c .lo .o .obj
394 am--refresh:
396 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
397 @for dep in $?; do \
398 case '$(am__configure_deps)' in \
399 *$$dep*) \
400 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
401 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
402 && exit 0; \
403 exit 1;; \
404 esac; \
405 done; \
406 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
407 $(am__cd) $(top_srcdir) && \
408 $(AUTOMAKE) --gnu Makefile
409 .PRECIOUS: Makefile
410 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411 @case '$?' in \
412 *config.status*) \
413 echo ' $(SHELL) ./config.status'; \
414 $(SHELL) ./config.status;; \
415 *) \
416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
417 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
418 esac;
420 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421 $(SHELL) ./config.status --recheck
423 $(top_srcdir)/configure: # $(am__configure_deps)
424 $(am__cd) $(srcdir) && $(AUTOCONF)
425 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
426 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
427 $(am__aclocal_m4_deps):
429 config.h: stamp-h1
430 @if test ! -f $@; then \
431 rm -f stamp-h1; \
432 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
433 else :; fi
435 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
436 @rm -f stamp-h1
437 cd $(top_builddir) && $(SHELL) ./config.status config.h
438 $(srcdir)/config.h.in: # $(am__configure_deps) $(top_srcdir)/acconfig.h
439 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
440 rm -f stamp-h1
441 touch $@
443 distclean-hdr:
444 -rm -f config.h stamp-h1
445 glib.spec: $(top_builddir)/config.status $(srcdir)/glib.spec.in
446 cd $(top_builddir) && $(SHELL) ./config.status $@
447 glib-config: $(top_builddir)/config.status $(srcdir)/glib-config.in
448 cd $(top_builddir) && $(SHELL) ./config.status $@
449 glib.pc: $(top_builddir)/config.status $(srcdir)/glib.pc.in
450 cd $(top_builddir) && $(SHELL) ./config.status $@
451 gmodule.pc: $(top_builddir)/config.status $(srcdir)/gmodule.pc.in
452 cd $(top_builddir) && $(SHELL) ./config.status $@
453 gthread.pc: $(top_builddir)/config.status $(srcdir)/gthread.pc.in
454 cd $(top_builddir) && $(SHELL) ./config.status $@
455 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
456 @$(NORMAL_INSTALL)
457 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
458 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
459 list2=; for p in $$list; do \
460 if test -f $$p; then \
461 list2="$$list2 $$p"; \
462 else :; fi; \
463 done; \
464 test -z "$$list2" || { \
465 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
466 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
469 uninstall-libLTLIBRARIES:
470 @$(NORMAL_UNINSTALL)
471 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
472 for p in $$list; do \
473 $(am__strip_dir) \
474 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
475 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
476 done
478 clean-libLTLIBRARIES:
479 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
480 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
481 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
482 test "$$dir" != "$$p" || dir=.; \
483 echo "rm -f \"$${dir}/so_locations\""; \
484 rm -f "$${dir}/so_locations"; \
485 done
486 libglib.la: $(libglib_la_OBJECTS) $(libglib_la_DEPENDENCIES)
487 $(libglib_la_LINK) -rpath $(libdir) $(libglib_la_OBJECTS) $(libglib_la_LIBADD) $(LIBS)
489 clean-noinstPROGRAMS:
490 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
491 echo " rm -f" $$list; \
492 rm -f $$list || exit $$?; \
493 test -n "$(EXEEXT)" || exit 0; \
494 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
495 echo " rm -f" $$list; \
496 rm -f $$list
497 testgdate$(EXEEXT): $(testgdate_OBJECTS) $(testgdate_DEPENDENCIES)
498 @rm -f testgdate$(EXEEXT)
499 $(LINK) $(testgdate_OBJECTS) $(testgdate_LDADD) $(LIBS)
500 testgdateparser$(EXEEXT): $(testgdateparser_OBJECTS) $(testgdateparser_DEPENDENCIES)
501 @rm -f testgdateparser$(EXEEXT)
502 $(LINK) $(testgdateparser_OBJECTS) $(testgdateparser_LDADD) $(LIBS)
503 testglib$(EXEEXT): $(testglib_OBJECTS) $(testglib_DEPENDENCIES)
504 @rm -f testglib$(EXEEXT)
505 $(LINK) $(testglib_OBJECTS) $(testglib_LDADD) $(LIBS)
506 install-binSCRIPTS: $(bin_SCRIPTS)
507 @$(NORMAL_INSTALL)
508 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
509 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
510 for p in $$list; do \
511 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
513 done | \
514 sed -e 'p;s,.*/,,;n' \
515 -e 'h;s|.*|.|' \
516 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
517 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
518 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
519 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
520 if (++n[d] == $(am__install_max)) { \
521 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
522 else { print "f", d "/" $$4, $$1 } } \
523 END { for (d in files) print "f", d, files[d] }' | \
524 while read type dir files; do \
525 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
526 test -z "$$files" || { \
527 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
528 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
530 ; done
532 uninstall-binSCRIPTS:
533 @$(NORMAL_UNINSTALL)
534 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
535 files=`for p in $$list; do echo "$$p"; done | \
536 sed -e 's,.*/,,;$(transform)'`; \
537 test -n "$$list" || exit 0; \
538 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
539 cd "$(DESTDIR)$(bindir)" && rm -f $$files
541 mostlyclean-compile:
542 -rm -f *.$(OBJEXT)
544 distclean-compile:
545 -rm -f *.tab.c
547 include ./$(DEPDIR)/garray.Plo
548 include ./$(DEPDIR)/gcache.Plo
549 include ./$(DEPDIR)/gcompletion.Plo
550 include ./$(DEPDIR)/gdataset.Plo
551 include ./$(DEPDIR)/gdate.Plo
552 include ./$(DEPDIR)/gerror.Plo
553 include ./$(DEPDIR)/ghash.Plo
554 include ./$(DEPDIR)/ghook.Plo
555 include ./$(DEPDIR)/giochannel.Plo
556 include ./$(DEPDIR)/giounix.Plo
557 include ./$(DEPDIR)/glist.Plo
558 include ./$(DEPDIR)/gmain.Plo
559 include ./$(DEPDIR)/gmem.Plo
560 include ./$(DEPDIR)/gmessages.Plo
561 include ./$(DEPDIR)/gmutex.Plo
562 include ./$(DEPDIR)/gnode.Plo
563 include ./$(DEPDIR)/gprimes.Plo
564 include ./$(DEPDIR)/grel.Plo
565 include ./$(DEPDIR)/gscanner.Plo
566 include ./$(DEPDIR)/gslist.Plo
567 include ./$(DEPDIR)/gstrfuncs.Plo
568 include ./$(DEPDIR)/gstring.Plo
569 include ./$(DEPDIR)/gtimer.Plo
570 include ./$(DEPDIR)/gtree.Plo
571 include ./$(DEPDIR)/gutils.Plo
572 include ./$(DEPDIR)/testgdate.Po
573 include ./$(DEPDIR)/testgdateparser.Po
574 include ./$(DEPDIR)/testglib.Po
576 .c.o:
577 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
578 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
579 # source='$<' object='$@' libtool=no \
580 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
581 # $(COMPILE) -c $<
583 .c.obj:
584 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
585 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
586 # source='$<' object='$@' libtool=no \
587 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
588 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
590 .c.lo:
591 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
592 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
593 # source='$<' object='$@' libtool=yes \
594 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
595 # $(LTCOMPILE) -c -o $@ $<
597 mostlyclean-libtool:
598 -rm -f *.lo
600 clean-libtool:
601 -rm -rf .libs _libs
603 distclean-libtool:
604 -rm -f libtool config.lt
605 install-configincludeDATA: $(configinclude_DATA)
606 @$(NORMAL_INSTALL)
607 test -z "$(configincludedir)" || $(MKDIR_P) "$(DESTDIR)$(configincludedir)"
608 @list='$(configinclude_DATA)'; test -n "$(configincludedir)" || list=; \
609 for p in $$list; do \
610 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
611 echo "$$d$$p"; \
612 done | $(am__base_list) | \
613 while read files; do \
614 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configincludedir)'"; \
615 $(INSTALL_DATA) $$files "$(DESTDIR)$(configincludedir)" || exit $$?; \
616 done
618 uninstall-configincludeDATA:
619 @$(NORMAL_UNINSTALL)
620 @list='$(configinclude_DATA)'; test -n "$(configincludedir)" || list=; \
621 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
622 test -n "$$files" || exit 0; \
623 echo " ( cd '$(DESTDIR)$(configincludedir)' && rm -f" $$files ")"; \
624 cd "$(DESTDIR)$(configincludedir)" && rm -f $$files
625 install-m4dataDATA: $(m4data_DATA)
626 @$(NORMAL_INSTALL)
627 test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
628 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
629 for p in $$list; do \
630 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
631 echo "$$d$$p"; \
632 done | $(am__base_list) | \
633 while read files; do \
634 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
635 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
636 done
638 uninstall-m4dataDATA:
639 @$(NORMAL_UNINSTALL)
640 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
641 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
642 test -n "$$files" || exit 0; \
643 echo " ( cd '$(DESTDIR)$(m4datadir)' && rm -f" $$files ")"; \
644 cd "$(DESTDIR)$(m4datadir)" && rm -f $$files
645 install-pkgconfigDATA: $(pkgconfig_DATA)
646 @$(NORMAL_INSTALL)
647 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
648 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
649 for p in $$list; do \
650 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
651 echo "$$d$$p"; \
652 done | $(am__base_list) | \
653 while read files; do \
654 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
655 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
656 done
658 uninstall-pkgconfigDATA:
659 @$(NORMAL_UNINSTALL)
660 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
661 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
662 test -n "$$files" || exit 0; \
663 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
664 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
665 install-glibincludeHEADERS: $(glibinclude_HEADERS)
666 @$(NORMAL_INSTALL)
667 test -z "$(glibincludedir)" || $(MKDIR_P) "$(DESTDIR)$(glibincludedir)"
668 @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
669 for p in $$list; do \
670 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
671 echo "$$d$$p"; \
672 done | $(am__base_list) | \
673 while read files; do \
674 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \
675 $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibincludedir)" || exit $$?; \
676 done
678 uninstall-glibincludeHEADERS:
679 @$(NORMAL_UNINSTALL)
680 @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
681 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
682 test -n "$$files" || exit 0; \
683 echo " ( cd '$(DESTDIR)$(glibincludedir)' && rm -f" $$files ")"; \
684 cd "$(DESTDIR)$(glibincludedir)" && rm -f $$files
686 # This directory's subdirectories are mostly independent; you can cd
687 # into them and run `make' without going through this Makefile.
688 # To change the values of `make' variables: instead of editing Makefiles,
689 # (1) if the variable is set in `config.status', edit `config.status'
690 # (which will cause the Makefiles to be regenerated when you run `make');
691 # (2) otherwise, pass the desired values on the `make' command line.
692 $(RECURSIVE_TARGETS):
693 @fail= failcom='exit 1'; \
694 for f in x $$MAKEFLAGS; do \
695 case $$f in \
696 *=* | --[!k]*);; \
697 *k*) failcom='fail=yes';; \
698 esac; \
699 done; \
700 dot_seen=no; \
701 target=`echo $@ | sed s/-recursive//`; \
702 list='$(SUBDIRS)'; for subdir in $$list; do \
703 echo "Making $$target in $$subdir"; \
704 if test "$$subdir" = "."; then \
705 dot_seen=yes; \
706 local_target="$$target-am"; \
707 else \
708 local_target="$$target"; \
709 fi; \
710 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
711 || eval $$failcom; \
712 done; \
713 if test "$$dot_seen" = "no"; then \
714 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
715 fi; test -z "$$fail"
717 $(RECURSIVE_CLEAN_TARGETS):
718 @fail= failcom='exit 1'; \
719 for f in x $$MAKEFLAGS; do \
720 case $$f in \
721 *=* | --[!k]*);; \
722 *k*) failcom='fail=yes';; \
723 esac; \
724 done; \
725 dot_seen=no; \
726 case "$@" in \
727 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
728 *) list='$(SUBDIRS)' ;; \
729 esac; \
730 rev=''; for subdir in $$list; do \
731 if test "$$subdir" = "."; then :; else \
732 rev="$$subdir $$rev"; \
733 fi; \
734 done; \
735 rev="$$rev ."; \
736 target=`echo $@ | sed s/-recursive//`; \
737 for subdir in $$rev; do \
738 echo "Making $$target in $$subdir"; \
739 if test "$$subdir" = "."; then \
740 local_target="$$target-am"; \
741 else \
742 local_target="$$target"; \
743 fi; \
744 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
745 || eval $$failcom; \
746 done && test -z "$$fail"
747 tags-recursive:
748 list='$(SUBDIRS)'; for subdir in $$list; do \
749 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
750 done
751 ctags-recursive:
752 list='$(SUBDIRS)'; for subdir in $$list; do \
753 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
754 done
756 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
757 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
758 unique=`for i in $$list; do \
759 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
760 done | \
761 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
762 END { if (nonempty) { for (i in files) print i; }; }'`; \
763 mkid -fID $$unique
764 tags: TAGS
766 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
767 $(TAGS_FILES) $(LISP)
768 set x; \
769 here=`pwd`; \
770 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
771 include_option=--etags-include; \
772 empty_fix=.; \
773 else \
774 include_option=--include; \
775 empty_fix=; \
776 fi; \
777 list='$(SUBDIRS)'; for subdir in $$list; do \
778 if test "$$subdir" = .; then :; else \
779 test ! -f $$subdir/TAGS || \
780 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
781 fi; \
782 done; \
783 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
784 unique=`for i in $$list; do \
785 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
786 done | \
787 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
788 END { if (nonempty) { for (i in files) print i; }; }'`; \
789 shift; \
790 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
791 test -n "$$unique" || unique=$$empty_fix; \
792 if test $$# -gt 0; then \
793 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
794 "$$@" $$unique; \
795 else \
796 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
797 $$unique; \
798 fi; \
800 ctags: CTAGS
801 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
802 $(TAGS_FILES) $(LISP)
803 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
804 unique=`for i in $$list; do \
805 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
806 done | \
807 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
808 END { if (nonempty) { for (i in files) print i; }; }'`; \
809 test -z "$(CTAGS_ARGS)$$unique" \
810 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
811 $$unique
813 GTAGS:
814 here=`$(am__cd) $(top_builddir) && pwd` \
815 && $(am__cd) $(top_srcdir) \
816 && gtags -i $(GTAGS_ARGS) "$$here"
818 distclean-tags:
819 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
821 distdir: $(DISTFILES)
822 $(am__remove_distdir)
823 test -d "$(distdir)" || mkdir "$(distdir)"
824 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
825 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
826 list='$(DISTFILES)'; \
827 dist_files=`for file in $$list; do echo $$file; done | \
828 sed -e "s|^$$srcdirstrip/||;t" \
829 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
830 case $$dist_files in \
831 */*) $(MKDIR_P) `echo "$$dist_files" | \
832 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
833 sort -u` ;; \
834 esac; \
835 for file in $$dist_files; do \
836 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
837 if test -d $$d/$$file; then \
838 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
839 if test -d "$(distdir)/$$file"; then \
840 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
841 fi; \
842 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
843 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
844 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
845 fi; \
846 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
847 else \
848 test -f "$(distdir)/$$file" \
849 || cp -p $$d/$$file "$(distdir)/$$file" \
850 || exit 1; \
851 fi; \
852 done
853 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
854 if test "$$subdir" = .; then :; else \
855 test -d "$(distdir)/$$subdir" \
856 || $(MKDIR_P) "$(distdir)/$$subdir" \
857 || exit 1; \
858 fi; \
859 done
860 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
861 if test "$$subdir" = .; then :; else \
862 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
863 $(am__relativize); \
864 new_distdir=$$reldir; \
865 dir1=$$subdir; dir2="$(top_distdir)"; \
866 $(am__relativize); \
867 new_top_distdir=$$reldir; \
868 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
869 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
870 ($(am__cd) $$subdir && \
871 $(MAKE) $(AM_MAKEFLAGS) \
872 top_distdir="$$new_top_distdir" \
873 distdir="$$new_distdir" \
874 am__remove_distdir=: \
875 am__skip_length_check=: \
876 am__skip_mode_fix=: \
877 distdir) \
878 || exit 1; \
879 fi; \
880 done
881 $(MAKE) $(AM_MAKEFLAGS) \
882 top_distdir="$(top_distdir)" distdir="$(distdir)" \
883 dist-hook
884 -test -n "$(am__skip_mode_fix)" \
885 || find "$(distdir)" -type d ! -perm -755 \
886 -exec chmod u+rwx,go+rx {} \; -o \
887 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
888 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
889 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
890 || chmod -R a+r "$(distdir)"
891 dist-gzip: distdir
892 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
893 $(am__remove_distdir)
895 dist-bzip2: distdir
896 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
897 $(am__remove_distdir)
899 dist-lzma: distdir
900 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
901 $(am__remove_distdir)
903 dist-xz: distdir
904 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
905 $(am__remove_distdir)
907 dist-tarZ: distdir
908 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
909 $(am__remove_distdir)
911 dist-shar: distdir
912 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
913 $(am__remove_distdir)
915 dist-zip: distdir
916 -rm -f $(distdir).zip
917 zip -rq $(distdir).zip $(distdir)
918 $(am__remove_distdir)
920 dist dist-all: distdir
921 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
922 $(am__remove_distdir)
924 # This target untars the dist file and tries a VPATH configuration. Then
925 # it guarantees that the distribution is self-contained by making another
926 # tarfile.
927 distcheck: dist
928 case '$(DIST_ARCHIVES)' in \
929 *.tar.gz*) \
930 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
931 *.tar.bz2*) \
932 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
933 *.tar.lzma*) \
934 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
935 *.tar.xz*) \
936 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
937 *.tar.Z*) \
938 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
939 *.shar.gz*) \
940 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
941 *.zip*) \
942 unzip $(distdir).zip ;;\
943 esac
944 chmod -R a-w $(distdir); chmod a+w $(distdir)
945 mkdir $(distdir)/_build
946 mkdir $(distdir)/_inst
947 chmod a-w $(distdir)
948 test -d $(distdir)/_build || exit 0; \
949 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
950 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
951 && am__cwd=`pwd` \
952 && $(am__cd) $(distdir)/_build \
953 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
954 $(DISTCHECK_CONFIGURE_FLAGS) \
955 && $(MAKE) $(AM_MAKEFLAGS) \
956 && $(MAKE) $(AM_MAKEFLAGS) dvi \
957 && $(MAKE) $(AM_MAKEFLAGS) check \
958 && $(MAKE) $(AM_MAKEFLAGS) install \
959 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
960 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
961 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
962 distuninstallcheck \
963 && chmod -R a-w "$$dc_install_base" \
964 && ({ \
965 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
966 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
967 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
968 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
969 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
970 } || { rm -rf "$$dc_destdir"; exit 1; }) \
971 && rm -rf "$$dc_destdir" \
972 && $(MAKE) $(AM_MAKEFLAGS) dist \
973 && rm -rf $(DIST_ARCHIVES) \
974 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
975 && cd "$$am__cwd" \
976 || exit 1
977 $(am__remove_distdir)
978 @(echo "$(distdir) archives ready for distribution: "; \
979 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
980 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
981 distuninstallcheck:
982 @$(am__cd) '$(distuninstallcheck_dir)' \
983 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
984 || { echo "ERROR: files left after uninstall:" ; \
985 if test -n "$(DESTDIR)"; then \
986 echo " (check DESTDIR support)"; \
987 fi ; \
988 $(distuninstallcheck_listfiles) ; \
989 exit 1; } >&2
990 distcleancheck: distclean
991 @if test '$(srcdir)' = . ; then \
992 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
993 exit 1 ; \
995 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
996 || { echo "ERROR: files left in build directory after distclean:" ; \
997 $(distcleancheck_listfiles) ; \
998 exit 1; } >&2
999 check-am: all-am
1000 check: $(BUILT_SOURCES)
1001 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1002 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1003 $(HEADERS) config.h
1004 installdirs: installdirs-recursive
1005 installdirs-am:
1006 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(configincludedir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(glibincludedir)"; do \
1007 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1008 done
1009 install: $(BUILT_SOURCES)
1010 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1011 install-exec: install-exec-recursive
1012 install-data: install-data-recursive
1013 uninstall: uninstall-recursive
1015 install-am: all-am
1016 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1018 installcheck: installcheck-recursive
1019 install-strip:
1020 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1021 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1022 `test -z '$(STRIP)' || \
1023 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1024 mostlyclean-generic:
1026 clean-generic:
1028 distclean-generic:
1029 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1030 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1032 maintainer-clean-generic:
1033 @echo "This command is intended for maintainers to use"
1034 @echo "it deletes files that may require special tools to rebuild."
1035 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1036 clean: clean-recursive
1038 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1039 clean-noinstPROGRAMS mostlyclean-am
1041 distclean: distclean-recursive
1042 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1043 -rm -rf ./$(DEPDIR)
1044 -rm -f Makefile
1045 distclean-am: clean-am distclean-compile distclean-generic \
1046 distclean-hdr distclean-libtool distclean-tags
1048 dvi: dvi-recursive
1050 dvi-am:
1052 html: html-recursive
1054 html-am:
1056 info: info-recursive
1058 info-am:
1060 install-data-am: install-configincludeDATA install-glibincludeHEADERS \
1061 install-m4dataDATA install-pkgconfigDATA
1063 install-dvi: install-dvi-recursive
1065 install-dvi-am:
1067 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
1069 install-html: install-html-recursive
1071 install-html-am:
1073 install-info: install-info-recursive
1075 install-info-am:
1077 install-man:
1079 install-pdf: install-pdf-recursive
1081 install-pdf-am:
1083 install-ps: install-ps-recursive
1085 install-ps-am:
1087 installcheck-am:
1089 maintainer-clean: maintainer-clean-recursive
1090 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1091 -rm -rf $(top_srcdir)/autom4te.cache
1092 -rm -rf ./$(DEPDIR)
1093 -rm -f Makefile
1094 maintainer-clean-am: distclean-am maintainer-clean-generic
1096 mostlyclean: mostlyclean-recursive
1098 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1099 mostlyclean-libtool
1101 pdf: pdf-recursive
1103 pdf-am:
1105 ps: ps-recursive
1107 ps-am:
1109 uninstall-am: uninstall-binSCRIPTS uninstall-configincludeDATA \
1110 uninstall-glibincludeHEADERS uninstall-libLTLIBRARIES \
1111 uninstall-m4dataDATA uninstall-pkgconfigDATA
1113 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1114 ctags-recursive install install-am install-strip \
1115 tags-recursive
1117 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1118 all all-am am--refresh check check-am clean clean-generic \
1119 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
1120 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
1121 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
1122 distclean distclean-compile distclean-generic distclean-hdr \
1123 distclean-libtool distclean-tags distcleancheck distdir \
1124 distuninstallcheck dvi dvi-am html html-am info info-am \
1125 install install-am install-binSCRIPTS \
1126 install-configincludeDATA install-data install-data-am \
1127 install-dvi install-dvi-am install-exec install-exec-am \
1128 install-glibincludeHEADERS install-html install-html-am \
1129 install-info install-info-am install-libLTLIBRARIES \
1130 install-m4dataDATA install-man install-pdf install-pdf-am \
1131 install-pkgconfigDATA install-ps install-ps-am install-strip \
1132 installcheck installcheck-am installdirs installdirs-am \
1133 maintainer-clean maintainer-clean-generic mostlyclean \
1134 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1135 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1136 uninstall-binSCRIPTS uninstall-configincludeDATA \
1137 uninstall-glibincludeHEADERS uninstall-libLTLIBRARIES \
1138 uninstall-m4dataDATA uninstall-pkgconfigDATA
1140 glib-config: glib-config.in
1141 glibconfig.h: stamp-gc-h
1143 stamp-gc-h: config.status
1144 CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status
1145 echo timestamp > stamp-gc-h
1147 glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
1148 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1150 config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in
1151 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1153 makefile.msc: $(top_builddir)/config.status $(top_srcdir)/makefile.msc.in
1154 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1156 .PHONY: files release sanity snapshot
1158 files:
1159 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
1160 echo $$p; \
1161 done
1163 release:
1164 rm -rf .deps */.deps
1165 cd docs && make glib.html
1166 $(MAKE) distcheck
1168 sanity:
1169 ./sanity_check $(VERSION)
1171 snapshot:
1172 $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
1174 dist-hook: glib.spec
1175 if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
1176 CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
1177 CONFIG_HEADERS= \
1178 $(SHELL) config.status \
1179 && cp INSTALL README $(distdir) ; \
1180 fi \
1181 && cp glib.spec $(distdir)
1183 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1184 # Otherwise a system limit (for SysV at least) may be exceeded.
1185 .NOEXPORT: