Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / glib / gthread / Makefile.in
blob78301db1bbd9a3f7bedfe2f307e1f40c83277383
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 noinst_PROGRAMS = testgthread$(EXEEXT)
39 subdir = gthread
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/acglib.m4 \
43 $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51 am__vpath_adj = case $$p in \
52 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53 *) f=$$p;; \
54 esac;
55 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56 am__install_max = 40
57 am__nobase_strip_setup = \
58 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59 am__nobase_strip = \
60 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61 am__nobase_list = $(am__nobase_strip_setup); \
62 for p in $$list; do echo "$$p $$p"; done | \
63 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65 if (++n[$$2] == $(am__install_max)) \
66 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67 END { for (dir in files) print dir, files[dir] }'
68 am__base_list = \
69 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71 am__installdirs = "$(DESTDIR)$(libdir)"
72 LTLIBRARIES = $(lib_LTLIBRARIES)
73 libgthread_la_DEPENDENCIES =
74 am_libgthread_la_OBJECTS = gthread.lo
75 libgthread_la_OBJECTS = $(am_libgthread_la_OBJECTS)
76 libgthread_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
77 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78 $(libgthread_la_LDFLAGS) $(LDFLAGS) -o $@
79 PROGRAMS = $(noinst_PROGRAMS)
80 testgthread_SOURCES = testgthread.c
81 testgthread_OBJECTS = testgthread.$(OBJEXT)
82 testgthread_DEPENDENCIES = ../libglib.la libgthread.la
83 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 am__mv = mv -f
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95 $(LDFLAGS) -o $@
96 SOURCES = $(libgthread_la_SOURCES) testgthread.c
97 DIST_SOURCES = $(libgthread_la_SOURCES) testgthread.c
98 ETAGS = etags
99 CTAGS = ctags
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CYGPATH_W = @CYGPATH_W@
114 DEFS = @DEFS@
115 DEPDIR = @DEPDIR@
116 DLLTOOL = @DLLTOOL@
117 DSYMUTIL = @DSYMUTIL@
118 DUMPBIN = @DUMPBIN@
119 ECHO_C = @ECHO_C@
120 ECHO_N = @ECHO_N@
121 ECHO_T = @ECHO_T@
122 EGREP = @EGREP@
123 ENABLE_MEM_CHECK = @ENABLE_MEM_CHECK@
124 ENABLE_MEM_PROFILE = @ENABLE_MEM_PROFILE@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
128 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
129 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
130 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
131 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
132 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
133 GLIB_VERSION = @GLIB_VERSION@
134 GREP = @GREP@
135 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
136 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
137 G_MODULE_IMPL = @G_MODULE_IMPL@
138 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
139 G_MODULE_LIBS = @G_MODULE_LIBS@
140 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
141 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
142 G_THREAD_LIBS = @G_THREAD_LIBS@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 LT_AGE = @LT_AGE@
157 LT_CURRENT = @LT_CURRENT@
158 LT_RELEASE = @LT_RELEASE@
159 LT_REVISION = @LT_REVISION@
160 MAINT = @MAINT@
161 MAKEINFO = @MAKEINFO@
162 MANIFEST_TOOL = @MANIFEST_TOOL@
163 MKDIR_P = @MKDIR_P@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 OBJDUMP = @OBJDUMP@
167 OBJEXT = @OBJEXT@
168 OTOOL = @OTOOL@
169 OTOOL64 = @OTOOL64@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 RANLIB = @RANLIB@
179 SED = @SED@
180 SET_MAKE = @SET_MAKE@
181 SHELL = @SHELL@
182 STRIP = @STRIP@
183 VERSION = @VERSION@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_AR = @ac_ct_AR@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191 am__include = @am__include@
192 am__leading_dot = @am__leading_dot@
193 am__quote = @am__quote@
194 am__tar = @am__tar@
195 am__untar = @am__untar@
196 bindir = @bindir@
197 build = @build@
198 build_alias = @build_alias@
199 build_cpu = @build_cpu@
200 build_os = @build_os@
201 build_vendor = @build_vendor@
202 builddir = @builddir@
203 datadir = @datadir@
204 datarootdir = @datarootdir@
205 docdir = @docdir@
206 dvidir = @dvidir@
207 exec_prefix = @exec_prefix@
208 host = @host@
209 host_alias = @host_alias@
210 host_cpu = @host_cpu@
211 host_os = @host_os@
212 host_vendor = @host_vendor@
213 htmldir = @htmldir@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 prefix = @prefix@
226 program_transform_name = @program_transform_name@
227 psdir = @psdir@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 srcdir = @srcdir@
231 sysconfdir = @sysconfdir@
232 target_alias = @target_alias@
233 top_build_prefix = @top_build_prefix@
234 top_builddir = @top_builddir@
235 top_srcdir = @top_srcdir@
236 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread -DG_LOG_DOMAIN=\"GThread\"
237 EXTRA_DIST = \
238 gthread-posix.c \
239 gthread-solaris.c \
240 gthread-nspr.c \
241 gthread-none.c \
242 gthread.def
244 libglib = $(top_builddir)/libglib.la # -lglib
245 lib_LTLIBRARIES = libgthread.la
246 libgthread_la_SOURCES = gthread.c
247 libgthread_la_LDFLAGS = \
248 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
249 -release $(LT_RELEASE) \
250 -export-dynamic
252 libgthread_la_LIBADD = @G_THREAD_LIBS@
253 testgthread_LDADD = ../libglib.la libgthread.la
254 all: all-am
256 .SUFFIXES:
257 .SUFFIXES: .c .lo .o .obj
258 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
259 @for dep in $?; do \
260 case '$(am__configure_deps)' in \
261 *$$dep*) \
262 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263 && { if test -f $@; then exit 0; else break; fi; }; \
264 exit 1;; \
265 esac; \
266 done; \
267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gthread/Makefile'; \
268 $(am__cd) $(top_srcdir) && \
269 $(AUTOMAKE) --gnu gthread/Makefile
270 .PRECIOUS: Makefile
271 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272 @case '$?' in \
273 *config.status*) \
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275 *) \
276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278 esac;
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(am__aclocal_m4_deps):
288 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
289 @$(NORMAL_INSTALL)
290 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
291 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
292 list2=; for p in $$list; do \
293 if test -f $$p; then \
294 list2="$$list2 $$p"; \
295 else :; fi; \
296 done; \
297 test -z "$$list2" || { \
298 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
299 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
302 uninstall-libLTLIBRARIES:
303 @$(NORMAL_UNINSTALL)
304 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
305 for p in $$list; do \
306 $(am__strip_dir) \
307 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
308 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
309 done
311 clean-libLTLIBRARIES:
312 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
313 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
314 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
315 test "$$dir" != "$$p" || dir=.; \
316 echo "rm -f \"$${dir}/so_locations\""; \
317 rm -f "$${dir}/so_locations"; \
318 done
319 libgthread.la: $(libgthread_la_OBJECTS) $(libgthread_la_DEPENDENCIES)
320 $(libgthread_la_LINK) -rpath $(libdir) $(libgthread_la_OBJECTS) $(libgthread_la_LIBADD) $(LIBS)
322 clean-noinstPROGRAMS:
323 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
324 echo " rm -f" $$list; \
325 rm -f $$list || exit $$?; \
326 test -n "$(EXEEXT)" || exit 0; \
327 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
328 echo " rm -f" $$list; \
329 rm -f $$list
330 testgthread$(EXEEXT): $(testgthread_OBJECTS) $(testgthread_DEPENDENCIES)
331 @rm -f testgthread$(EXEEXT)
332 $(LINK) $(testgthread_OBJECTS) $(testgthread_LDADD) $(LIBS)
334 mostlyclean-compile:
335 -rm -f *.$(OBJEXT)
337 distclean-compile:
338 -rm -f *.tab.c
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread.Plo@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgthread.Po@am__quote@
343 .c.o:
344 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
350 .c.obj:
351 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
352 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
357 .c.lo:
358 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
364 mostlyclean-libtool:
365 -rm -f *.lo
367 clean-libtool:
368 -rm -rf .libs _libs
370 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | \
375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376 END { if (nonempty) { for (i in files) print i; }; }'`; \
377 mkid -fID $$unique
378 tags: TAGS
380 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
381 $(TAGS_FILES) $(LISP)
382 set x; \
383 here=`pwd`; \
384 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
385 unique=`for i in $$list; do \
386 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387 done | \
388 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389 END { if (nonempty) { for (i in files) print i; }; }'`; \
390 shift; \
391 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392 test -n "$$unique" || unique=$$empty_fix; \
393 if test $$# -gt 0; then \
394 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395 "$$@" $$unique; \
396 else \
397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 $$unique; \
399 fi; \
401 ctags: CTAGS
402 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
403 $(TAGS_FILES) $(LISP)
404 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405 unique=`for i in $$list; do \
406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407 done | \
408 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409 END { if (nonempty) { for (i in files) print i; }; }'`; \
410 test -z "$(CTAGS_ARGS)$$unique" \
411 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412 $$unique
414 GTAGS:
415 here=`$(am__cd) $(top_builddir) && pwd` \
416 && $(am__cd) $(top_srcdir) \
417 && gtags -i $(GTAGS_ARGS) "$$here"
419 distclean-tags:
420 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
422 distdir: $(DISTFILES)
423 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425 list='$(DISTFILES)'; \
426 dist_files=`for file in $$list; do echo $$file; done | \
427 sed -e "s|^$$srcdirstrip/||;t" \
428 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
429 case $$dist_files in \
430 */*) $(MKDIR_P) `echo "$$dist_files" | \
431 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
432 sort -u` ;; \
433 esac; \
434 for file in $$dist_files; do \
435 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436 if test -d $$d/$$file; then \
437 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438 if test -d "$(distdir)/$$file"; then \
439 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440 fi; \
441 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444 fi; \
445 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
446 else \
447 test -f "$(distdir)/$$file" \
448 || cp -p $$d/$$file "$(distdir)/$$file" \
449 || exit 1; \
450 fi; \
451 done
452 check-am: all-am
453 check: check-am
454 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
455 installdirs:
456 for dir in "$(DESTDIR)$(libdir)"; do \
457 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
458 done
459 install: install-am
460 install-exec: install-exec-am
461 install-data: install-data-am
462 uninstall: uninstall-am
464 install-am: all-am
465 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467 installcheck: installcheck-am
468 install-strip:
469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471 `test -z '$(STRIP)' || \
472 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
473 mostlyclean-generic:
475 clean-generic:
477 distclean-generic:
478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481 maintainer-clean-generic:
482 @echo "This command is intended for maintainers to use"
483 @echo "it deletes files that may require special tools to rebuild."
484 clean: clean-am
486 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
487 clean-noinstPROGRAMS mostlyclean-am
489 distclean: distclean-am
490 -rm -rf ./$(DEPDIR)
491 -rm -f Makefile
492 distclean-am: clean-am distclean-compile distclean-generic \
493 distclean-tags
495 dvi: dvi-am
497 dvi-am:
499 html: html-am
501 html-am:
503 info: info-am
505 info-am:
507 install-data-am:
509 install-dvi: install-dvi-am
511 install-dvi-am:
513 install-exec-am: install-libLTLIBRARIES
515 install-html: install-html-am
517 install-html-am:
519 install-info: install-info-am
521 install-info-am:
523 install-man:
525 install-pdf: install-pdf-am
527 install-pdf-am:
529 install-ps: install-ps-am
531 install-ps-am:
533 installcheck-am:
535 maintainer-clean: maintainer-clean-am
536 -rm -rf ./$(DEPDIR)
537 -rm -f Makefile
538 maintainer-clean-am: distclean-am maintainer-clean-generic
540 mostlyclean: mostlyclean-am
542 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
543 mostlyclean-libtool
545 pdf: pdf-am
547 pdf-am:
549 ps: ps-am
551 ps-am:
553 uninstall-am: uninstall-libLTLIBRARIES
555 .MAKE: install-am install-strip
557 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
558 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
559 distclean distclean-compile distclean-generic \
560 distclean-libtool distclean-tags distdir dvi dvi-am html \
561 html-am info info-am install install-am install-data \
562 install-data-am install-dvi install-dvi-am install-exec \
563 install-exec-am install-html install-html-am install-info \
564 install-info-am install-libLTLIBRARIES install-man install-pdf \
565 install-pdf-am install-ps install-ps-am install-strip \
566 installcheck installcheck-am installdirs maintainer-clean \
567 maintainer-clean-generic mostlyclean mostlyclean-compile \
568 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
569 tags uninstall uninstall-am uninstall-libLTLIBRARIES
572 # Tell versions [3.59,3.63) of GNU make to not export all variables.
573 # Otherwise a system limit (for SysV at least) may be exceeded.
574 .NOEXPORT: