boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 subdir = src
42 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in $(srcdir)/config.h.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = config.h
50 CONFIG_CLEAN_FILES =
51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52 am__vpath_adj = case $$p in \
53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54     *) f=$$p;; \
55   esac;
56 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
57 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
58 libLIBRARIES_INSTALL = $(INSTALL_DATA)
59 LIBRARIES = $(lib_LIBRARIES)
60 AR = ar
61 ARFLAGS = cru
62 libatomic_ops_a_AR = $(AR) $(ARFLAGS)
63 libatomic_ops_a_LIBADD =
64 am__libatomic_ops_a_SOURCES_DIST = atomic_ops.c atomic_ops_sysdeps.S
65 @NEED_ASM_FALSE@am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT)
66 @NEED_ASM_TRUE@am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT) \
67 @NEED_ASM_TRUE@ atomic_ops_sysdeps.$(OBJEXT)
68 libatomic_ops_a_OBJECTS = $(am_libatomic_ops_a_OBJECTS)
69 libatomic_ops_gpl_a_AR = $(AR) $(ARFLAGS)
70 libatomic_ops_gpl_a_LIBADD =
71 am_libatomic_ops_gpl_a_OBJECTS = atomic_ops_stack.$(OBJEXT) \
72         atomic_ops_malloc.$(OBJEXT)
73 libatomic_ops_gpl_a_OBJECTS = $(am_libatomic_ops_gpl_a_OBJECTS)
74 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
82 SOURCES = $(libatomic_ops_a_SOURCES) $(libatomic_ops_gpl_a_SOURCES)
83 DIST_SOURCES = $(am__libatomic_ops_a_SOURCES_DIST) \
84         $(libatomic_ops_gpl_a_SOURCES)
85 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86         html-recursive info-recursive install-data-recursive \
87         install-exec-recursive install-info-recursive \
88         install-recursive installcheck-recursive installdirs-recursive \
89         pdf-recursive ps-recursive uninstall-info-recursive \
90         uninstall-recursive
91 includeHEADERS_INSTALL = $(INSTALL_HEADER)
92 HEADERS = $(include_HEADERS)
93 ETAGS = etags
94 CTAGS = ctags
95 DIST_SUBDIRS = $(SUBDIRS)
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 ACLOCAL = @ACLOCAL@
98 AMDEP_FALSE = @AMDEP_FALSE@
99 AMDEP_TRUE = @AMDEP_TRUE@
100 AMTAR = @AMTAR@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 CC = @CC@
106 CCAS = @CCAS@
107 CCASFLAGS = @CCASFLAGS@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CPP = @CPP@
111 CPPFLAGS = @CPPFLAGS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EGREP = @EGREP@
119 EXEEXT = @EXEEXT@
120 GREP = @GREP@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 LDFLAGS = @LDFLAGS@
126 LIBOBJS = @LIBOBJS@
127 LIBS = @LIBS@
128 LTLIBOBJS = @LTLIBOBJS@
129 MAKEINFO = @MAKEINFO@
130 NEED_ASM_FALSE = @NEED_ASM_FALSE@
131 NEED_ASM_TRUE = @NEED_ASM_TRUE@
132 OBJEXT = @OBJEXT@
133 PACKAGE = @PACKAGE@
134 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135 PACKAGE_NAME = @PACKAGE_NAME@
136 PACKAGE_STRING = @PACKAGE_STRING@
137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
138 PACKAGE_VERSION = @PACKAGE_VERSION@
139 PATH_SEPARATOR = @PATH_SEPARATOR@
140 PICFLAG = @PICFLAG@
141 RANLIB = @RANLIB@
142 SET_MAKE = @SET_MAKE@
143 SHELL = @SHELL@
144 STRIP = @STRIP@
145 VERSION = @VERSION@
146 ac_ct_CC = @ac_ct_CC@
147 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149 am__include = @am__include@
150 am__leading_dot = @am__leading_dot@
151 am__quote = @am__quote@
152 am__tar = @am__tar@
153 am__untar = @am__untar@
154 bindir = @bindir@
155 build = @build@
156 build_alias = @build_alias@
157 build_cpu = @build_cpu@
158 build_os = @build_os@
159 build_vendor = @build_vendor@
160 datadir = @datadir@
161 datarootdir = @datarootdir@
162 docdir = @docdir@
163 dvidir = @dvidir@
164 exec_prefix = @exec_prefix@
165 host = @host@
166 host_alias = @host_alias@
167 host_cpu = @host_cpu@
168 host_os = @host_os@
169 host_vendor = @host_vendor@
170 htmldir = @htmldir@
171 includedir = @includedir@
172 infodir = @infodir@
173 install_sh = @install_sh@
174 libdir = @libdir@
175 libexecdir = @libexecdir@
176 localedir = @localedir@
177 localstatedir = @localstatedir@
178 mandir = @mandir@
179 mkdir_p = @mkdir_p@
180 oldincludedir = @oldincludedir@
181 pdfdir = @pdfdir@
182 prefix = @prefix@
183 program_transform_name = @program_transform_name@
184 psdir = @psdir@
185 sbindir = @sbindir@
186 sharedstatedir = @sharedstatedir@
187 sysconfdir = @sysconfdir@
188 target = @target@
189 target_alias = @target_alias@
190 target_cpu = @target_cpu@
191 target_os = @target_os@
192 target_vendor = @target_vendor@
193 SUBDIRS = atomic_ops
194 AM_CFLAGS = @PICFLAG@
195 include_HEADERS = atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
196 lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
197 @NEED_ASM_FALSE@libatomic_ops_a_SOURCES = atomic_ops.c
198 @NEED_ASM_TRUE@libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
199 libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
200 EXTRA_DIST = Makefile.msft
201 all: config.h
202         $(MAKE) $(AM_MAKEFLAGS) all-recursive
203
204 .SUFFIXES:
205 .SUFFIXES: .S .c .o .obj
206 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
207         @for dep in $?; do \
208           case '$(am__configure_deps)' in \
209             *$$dep*) \
210               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
211                 && exit 0; \
212               exit 1;; \
213           esac; \
214         done; \
215         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
216         cd $(top_srcdir) && \
217           $(AUTOMAKE) --gnu  src/Makefile
218 .PRECIOUS: Makefile
219 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220         @case '$?' in \
221           *config.status*) \
222             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
223           *) \
224             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
225             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
226         esac;
227
228 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
231 $(top_srcdir)/configure:  $(am__configure_deps)
232         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
236 config.h: stamp-h1
237         @if test ! -f $@; then \
238           rm -f stamp-h1; \
239           $(MAKE) stamp-h1; \
240         else :; fi
241
242 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
243         @rm -f stamp-h1
244         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
245 $(srcdir)/config.h.in:  $(am__configure_deps) 
246         cd $(top_srcdir) && $(AUTOHEADER)
247         rm -f stamp-h1
248         touch $@
249
250 distclean-hdr:
251         -rm -f config.h stamp-h1
252 install-libLIBRARIES: $(lib_LIBRARIES)
253         @$(NORMAL_INSTALL)
254         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
255         @list='$(lib_LIBRARIES)'; for p in $$list; do \
256           if test -f $$p; then \
257             f=$(am__strip_dir) \
258             echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
259             $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
260           else :; fi; \
261         done
262         @$(POST_INSTALL)
263         @list='$(lib_LIBRARIES)'; for p in $$list; do \
264           if test -f $$p; then \
265             p=$(am__strip_dir) \
266             echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
267             $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
268           else :; fi; \
269         done
270
271 uninstall-libLIBRARIES:
272         @$(NORMAL_UNINSTALL)
273         @list='$(lib_LIBRARIES)'; for p in $$list; do \
274           p=$(am__strip_dir) \
275           echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
276           rm -f "$(DESTDIR)$(libdir)/$$p"; \
277         done
278
279 clean-libLIBRARIES:
280         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
281 libatomic_ops.a: $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_DEPENDENCIES) 
282         -rm -f libatomic_ops.a
283         $(libatomic_ops_a_AR) libatomic_ops.a $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_LIBADD)
284         $(RANLIB) libatomic_ops.a
285 libatomic_ops_gpl.a: $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_DEPENDENCIES) 
286         -rm -f libatomic_ops_gpl.a
287         $(libatomic_ops_gpl_a_AR) libatomic_ops_gpl.a $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_LIBADD)
288         $(RANLIB) libatomic_ops_gpl.a
289
290 mostlyclean-compile:
291         -rm -f *.$(OBJEXT)
292
293 distclean-compile:
294         -rm -f *.tab.c
295
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops_malloc.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic_ops_stack.Po@am__quote@
299
300 .S.o:
301         $(CCASCOMPILE) -c $<
302
303 .S.obj:
304         $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
305
306 .c.o:
307 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
308 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
312
313 .c.obj:
314 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
315 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
319 uninstall-info-am:
320 install-includeHEADERS: $(include_HEADERS)
321         @$(NORMAL_INSTALL)
322         test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
323         @list='$(include_HEADERS)'; for p in $$list; do \
324           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
325           f=$(am__strip_dir) \
326           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
327           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
328         done
329
330 uninstall-includeHEADERS:
331         @$(NORMAL_UNINSTALL)
332         @list='$(include_HEADERS)'; for p in $$list; do \
333           f=$(am__strip_dir) \
334           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
335           rm -f "$(DESTDIR)$(includedir)/$$f"; \
336         done
337
338 # This directory's subdirectories are mostly independent; you can cd
339 # into them and run `make' without going through this Makefile.
340 # To change the values of `make' variables: instead of editing Makefiles,
341 # (1) if the variable is set in `config.status', edit `config.status'
342 #     (which will cause the Makefiles to be regenerated when you run `make');
343 # (2) otherwise, pass the desired values on the `make' command line.
344 $(RECURSIVE_TARGETS):
345         @failcom='exit 1'; \
346         for f in x $$MAKEFLAGS; do \
347           case $$f in \
348             *=* | --[!k]*);; \
349             *k*) failcom='fail=yes';; \
350           esac; \
351         done; \
352         dot_seen=no; \
353         target=`echo $@ | sed s/-recursive//`; \
354         list='$(SUBDIRS)'; for subdir in $$list; do \
355           echo "Making $$target in $$subdir"; \
356           if test "$$subdir" = "."; then \
357             dot_seen=yes; \
358             local_target="$$target-am"; \
359           else \
360             local_target="$$target"; \
361           fi; \
362           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363           || eval $$failcom; \
364         done; \
365         if test "$$dot_seen" = "no"; then \
366           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367         fi; test -z "$$fail"
368
369 mostlyclean-recursive clean-recursive distclean-recursive \
370 maintainer-clean-recursive:
371         @failcom='exit 1'; \
372         for f in x $$MAKEFLAGS; do \
373           case $$f in \
374             *=* | --[!k]*);; \
375             *k*) failcom='fail=yes';; \
376           esac; \
377         done; \
378         dot_seen=no; \
379         case "$@" in \
380           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
381           *) list='$(SUBDIRS)' ;; \
382         esac; \
383         rev=''; for subdir in $$list; do \
384           if test "$$subdir" = "."; then :; else \
385             rev="$$subdir $$rev"; \
386           fi; \
387         done; \
388         rev="$$rev ."; \
389         target=`echo $@ | sed s/-recursive//`; \
390         for subdir in $$rev; do \
391           echo "Making $$target in $$subdir"; \
392           if test "$$subdir" = "."; then \
393             local_target="$$target-am"; \
394           else \
395             local_target="$$target"; \
396           fi; \
397           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398           || eval $$failcom; \
399         done && test -z "$$fail"
400 tags-recursive:
401         list='$(SUBDIRS)'; for subdir in $$list; do \
402           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
403         done
404 ctags-recursive:
405         list='$(SUBDIRS)'; for subdir in $$list; do \
406           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
407         done
408
409 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
410         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411         unique=`for i in $$list; do \
412             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413           done | \
414           $(AWK) '    { files[$$0] = 1; } \
415                END { for (i in files) print i; }'`; \
416         mkid -fID $$unique
417 tags: TAGS
418
419 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
420                 $(TAGS_FILES) $(LISP)
421         tags=; \
422         here=`pwd`; \
423         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
424           include_option=--etags-include; \
425           empty_fix=.; \
426         else \
427           include_option=--include; \
428           empty_fix=; \
429         fi; \
430         list='$(SUBDIRS)'; for subdir in $$list; do \
431           if test "$$subdir" = .; then :; else \
432             test ! -f $$subdir/TAGS || \
433               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
434           fi; \
435         done; \
436         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437         unique=`for i in $$list; do \
438             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439           done | \
440           $(AWK) '    { files[$$0] = 1; } \
441                END { for (i in files) print i; }'`; \
442         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
443           test -n "$$unique" || unique=$$empty_fix; \
444           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445             $$tags $$unique; \
446         fi
447 ctags: CTAGS
448 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449                 $(TAGS_FILES) $(LISP)
450         tags=; \
451         here=`pwd`; \
452         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
453         unique=`for i in $$list; do \
454             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455           done | \
456           $(AWK) '    { files[$$0] = 1; } \
457                END { for (i in files) print i; }'`; \
458         test -z "$(CTAGS_ARGS)$$tags$$unique" \
459           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460              $$tags $$unique
461
462 GTAGS:
463         here=`$(am__cd) $(top_builddir) && pwd` \
464           && cd $(top_srcdir) \
465           && gtags -i $(GTAGS_ARGS) $$here
466
467 distclean-tags:
468         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470 distdir: $(DISTFILES)
471         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
472         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
473         list='$(DISTFILES)'; for file in $$list; do \
474           case $$file in \
475             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
476             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
477           esac; \
478           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
480           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
481             dir="/$$dir"; \
482             $(mkdir_p) "$(distdir)$$dir"; \
483           else \
484             dir=''; \
485           fi; \
486           if test -d $$d/$$file; then \
487             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
489             fi; \
490             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
491           else \
492             test -f $(distdir)/$$file \
493             || cp -p $$d/$$file $(distdir)/$$file \
494             || exit 1; \
495           fi; \
496         done
497         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498           if test "$$subdir" = .; then :; else \
499             test -d "$(distdir)/$$subdir" \
500             || $(mkdir_p) "$(distdir)/$$subdir" \
501             || exit 1; \
502             distdir=`$(am__cd) $(distdir) && pwd`; \
503             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
504             (cd $$subdir && \
505               $(MAKE) $(AM_MAKEFLAGS) \
506                 top_distdir="$$top_distdir" \
507                 distdir="$$distdir/$$subdir" \
508                 distdir) \
509               || exit 1; \
510           fi; \
511         done
512 check-am: all-am
513 check: check-recursive
514 all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
515 installdirs: installdirs-recursive
516 installdirs-am:
517         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
518           test -z "$$dir" || $(mkdir_p) "$$dir"; \
519         done
520 install: install-recursive
521 install-exec: install-exec-recursive
522 install-data: install-data-recursive
523 uninstall: uninstall-recursive
524
525 install-am: all-am
526         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528 installcheck: installcheck-recursive
529 install-strip:
530         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532           `test -z '$(STRIP)' || \
533             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
534 mostlyclean-generic:
535
536 clean-generic:
537
538 distclean-generic:
539         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
540
541 maintainer-clean-generic:
542         @echo "This command is intended for maintainers to use"
543         @echo "it deletes files that may require special tools to rebuild."
544 clean: clean-recursive
545
546 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
547
548 distclean: distclean-recursive
549         -rm -rf ./$(DEPDIR)
550         -rm -f Makefile
551 distclean-am: clean-am distclean-compile distclean-generic \
552         distclean-hdr distclean-tags
553
554 dvi: dvi-recursive
555
556 dvi-am:
557
558 html: html-recursive
559
560 info: info-recursive
561
562 info-am:
563
564 install-data-am: install-includeHEADERS
565
566 install-exec-am: install-libLIBRARIES
567
568 install-info: install-info-recursive
569
570 install-man:
571
572 installcheck-am:
573
574 maintainer-clean: maintainer-clean-recursive
575         -rm -rf ./$(DEPDIR)
576         -rm -f Makefile
577 maintainer-clean-am: distclean-am maintainer-clean-generic
578
579 mostlyclean: mostlyclean-recursive
580
581 mostlyclean-am: mostlyclean-compile mostlyclean-generic
582
583 pdf: pdf-recursive
584
585 pdf-am:
586
587 ps: ps-recursive
588
589 ps-am:
590
591 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
592         uninstall-libLIBRARIES
593
594 uninstall-info: uninstall-info-recursive
595
596 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
597         clean clean-generic clean-libLIBRARIES clean-recursive ctags \
598         ctags-recursive distclean distclean-compile distclean-generic \
599         distclean-hdr distclean-recursive distclean-tags distdir dvi \
600         dvi-am html html-am info info-am install install-am \
601         install-data install-data-am install-exec install-exec-am \
602         install-includeHEADERS install-info install-info-am \
603         install-libLIBRARIES install-man install-strip installcheck \
604         installcheck-am installdirs installdirs-am maintainer-clean \
605         maintainer-clean-generic maintainer-clean-recursive \
606         mostlyclean mostlyclean-compile mostlyclean-generic \
607         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
608         uninstall uninstall-am uninstall-includeHEADERS \
609         uninstall-info-am uninstall-libLIBRARIES
610
611 # Tell versions [3.59,3.63) of GNU make to not export all variables.
612 # Otherwise a system limit (for SysV at least) may be exceeded.
613 .NOEXPORT: