implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / src / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # src/Makefile.  Generated from Makefile.in by configure.
3
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.
10
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.
15
16
17
18
19
20 pkgdatadir = $(datadir)/libatomic_ops
21 pkgincludedir = $(includedir)/libatomic_ops
22 pkglibdir = $(libdir)/libatomic_ops
23 pkglibexecdir = $(libexecdir)/libatomic_ops
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 = i686-pc-linux-gnu
37 host_triplet = i686-pc-linux-gnu
38 target_triplet = i686-pc-linux-gnu
39 subdir = src
40 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in $(srcdir)/config.h.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = 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)" "$(DESTDIR)$(includedir)"
72 LIBRARIES = $(lib_LIBRARIES)
73 AR = ar
74 ARFLAGS = cru
75 libatomic_ops_a_AR = $(AR) $(ARFLAGS)
76 libatomic_ops_a_LIBADD =
77 am__libatomic_ops_a_SOURCES_DIST = atomic_ops.c atomic_ops_sysdeps.S
78 am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT)
79 #am_libatomic_ops_a_OBJECTS = atomic_ops.$(OBJEXT) \
80 #       atomic_ops_sysdeps.$(OBJEXT)
81 libatomic_ops_a_OBJECTS = $(am_libatomic_ops_a_OBJECTS)
82 libatomic_ops_gpl_a_AR = $(AR) $(ARFLAGS)
83 libatomic_ops_gpl_a_LIBADD =
84 am_libatomic_ops_gpl_a_OBJECTS = atomic_ops_stack.$(OBJEXT) \
85         atomic_ops_malloc.$(OBJEXT)
86 libatomic_ops_gpl_a_OBJECTS = $(am_libatomic_ops_gpl_a_OBJECTS)
87 DEFAULT_INCLUDES = -I.
88 depcomp = $(SHELL) $(top_srcdir)/depcomp
89 am__depfiles_maybe = depfiles
90 am__mv = mv -f
91 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
97 SOURCES = $(libatomic_ops_a_SOURCES) $(libatomic_ops_gpl_a_SOURCES)
98 DIST_SOURCES = $(am__libatomic_ops_a_SOURCES_DIST) \
99         $(libatomic_ops_gpl_a_SOURCES)
100 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101         html-recursive info-recursive install-data-recursive \
102         install-dvi-recursive install-exec-recursive \
103         install-html-recursive install-info-recursive \
104         install-pdf-recursive install-ps-recursive install-recursive \
105         installcheck-recursive installdirs-recursive pdf-recursive \
106         ps-recursive uninstall-recursive
107 HEADERS = $(include_HEADERS)
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109   distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112         distdir
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 am__relativize = \
118   dir0=`pwd`; \
119   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120   sed_rest='s,^[^/]*/*,,'; \
121   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122   sed_butlast='s,/*[^/]*$$,,'; \
123   while test -n "$$dir1"; do \
124     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125     if test "$$first" != "."; then \
126       if test "$$first" = ".."; then \
127         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129       else \
130         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131         if test "$$first2" = "$$first"; then \
132           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133         else \
134           dir2="../$$dir2"; \
135         fi; \
136         dir0="$$dir0"/"$$first"; \
137       fi; \
138     fi; \
139     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140   done; \
141   reldir="$$dir2"
142 ACLOCAL = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run aclocal-1.11
143 AMTAR = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run tar
144 AUTOCONF = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoconf
145 AUTOHEADER = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoheader
146 AUTOMAKE = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run automake-1.11
147 AWK = mawk
148 CC = gcc
149 CCAS = gcc
150 CCASDEPMODE = depmode=gcc3
151 CCASFLAGS = -g -O2
152 CCDEPMODE = depmode=gcc3
153 CFLAGS = -g -O2 -DNDEBUG
154 CPP = gcc -E
155 CPPFLAGS = 
156 CYGPATH_W = echo
157 DEFS = -DHAVE_CONFIG_H
158 DEPDIR = .deps
159 ECHO_C = 
160 ECHO_N = -n
161 ECHO_T = 
162 EGREP = /bin/grep -E
163 EXEEXT = 
164 GREP = /bin/grep
165 INSTALL = /usr/bin/install -c
166 INSTALL_DATA = ${INSTALL} -m 644
167 INSTALL_PROGRAM = ${INSTALL}
168 INSTALL_SCRIPT = ${INSTALL}
169 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
170 LDFLAGS = 
171 LIBOBJS = 
172 LIBS = 
173 LTLIBOBJS = 
174 MAKEINFO = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run makeinfo
175 MKDIR_P = /bin/mkdir -p
176 OBJEXT = o
177 PACKAGE = libatomic_ops
178 PACKAGE_BUGREPORT = 
179 PACKAGE_NAME = libatomic_ops
180 PACKAGE_STRING = libatomic_ops 7.2
181 PACKAGE_TARNAME = libatomic_ops
182 PACKAGE_URL = 
183 PACKAGE_VERSION = 7.2
184 PATH_SEPARATOR = :
185 PICFLAG = -fPIC
186 RANLIB = ranlib
187 SET_MAKE = 
188 SHELL = /bin/bash
189 STRIP = 
190 THREADDLLIBS = -lpthread
191 VERSION = 7.2
192 abs_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src
193 abs_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src
194 abs_top_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
195 abs_top_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
196 ac_ct_CC = gcc
197 am__include = include
198 am__leading_dot = .
199 am__quote = 
200 am__tar = ${AMTAR} chof - "$$tardir"
201 am__untar = ${AMTAR} xf -
202 bindir = ${exec_prefix}/bin
203 build = i686-pc-linux-gnu
204 build_alias = 
205 build_cpu = i686
206 build_os = linux-gnu
207 build_vendor = pc
208 builddir = .
209 datadir = ${datarootdir}
210 datarootdir = ${prefix}/share
211 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
212 dvidir = ${docdir}
213 exec_prefix = ${prefix}
214 host = i686-pc-linux-gnu
215 host_alias = 
216 host_cpu = i686
217 host_os = linux-gnu
218 host_vendor = pc
219 htmldir = ${docdir}
220 includedir = ${prefix}/include
221 infodir = ${datarootdir}/info
222 install_sh = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/install-sh
223 libdir = ${exec_prefix}/lib
224 libexecdir = ${exec_prefix}/libexec
225 localedir = ${datarootdir}/locale
226 localstatedir = ${prefix}/var
227 mandir = ${datarootdir}/man
228 mkdir_p = /bin/mkdir -p
229 oldincludedir = /usr/include
230 pdfdir = ${docdir}
231 prefix = /home/hs/Mate/boehmgc/gc
232 program_transform_name = s,x,x,
233 psdir = ${docdir}
234 sbindir = ${exec_prefix}/sbin
235 sharedstatedir = ${prefix}/com
236 srcdir = .
237 sysconfdir = ${prefix}/etc
238 target = i686-pc-linux-gnu
239 target_alias = 
240 target_cpu = i686
241 target_os = linux-gnu
242 target_vendor = pc
243 top_build_prefix = ../
244 top_builddir = ..
245 top_srcdir = ..
246 SUBDIRS = atomic_ops
247 AM_CFLAGS = -fPIC
248 AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
249 include_HEADERS = atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
250 lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
251 libatomic_ops_a_SOURCES = atomic_ops.c
252 #libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
253 libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
254 EXTRA_DIST = Makefile.msft
255 all: config.h
256         $(MAKE) $(AM_MAKEFLAGS) all-recursive
257
258 .SUFFIXES:
259 .SUFFIXES: .S .c .o .obj
260 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
261         @for dep in $?; do \
262           case '$(am__configure_deps)' in \
263             *$$dep*) \
264               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265                 && { if test -f $@; then exit 0; else break; fi; }; \
266               exit 1;; \
267           esac; \
268         done; \
269         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
270         $(am__cd) $(top_srcdir) && \
271           $(AUTOMAKE) --gnu src/Makefile
272 .PRECIOUS: Makefile
273 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274         @case '$?' in \
275           *config.status*) \
276             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277           *) \
278             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280         esac;
281
282 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285 $(top_srcdir)/configure:  $(am__configure_deps)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(am__aclocal_m4_deps):
290
291 config.h: stamp-h1
292         @if test ! -f $@; then \
293           rm -f stamp-h1; \
294           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
295         else :; fi
296
297 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
298         @rm -f stamp-h1
299         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
300 $(srcdir)/config.h.in:  $(am__configure_deps) 
301         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
302         rm -f stamp-h1
303         touch $@
304
305 distclean-hdr:
306         -rm -f config.h stamp-h1
307 install-libLIBRARIES: $(lib_LIBRARIES)
308         @$(NORMAL_INSTALL)
309         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
310         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
311         list2=; for p in $$list; do \
312           if test -f $$p; then \
313             list2="$$list2 $$p"; \
314           else :; fi; \
315         done; \
316         test -z "$$list2" || { \
317           echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
318           $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
319         @$(POST_INSTALL)
320         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
321         for p in $$list; do \
322           if test -f $$p; then \
323             $(am__strip_dir) \
324             echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
325             ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
326           else :; fi; \
327         done
328
329 uninstall-libLIBRARIES:
330         @$(NORMAL_UNINSTALL)
331         @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
332         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
333         test -n "$$files" || exit 0; \
334         echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
335         cd "$(DESTDIR)$(libdir)" && rm -f $$files
336
337 clean-libLIBRARIES:
338         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
339 libatomic_ops.a: $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_DEPENDENCIES) 
340         -rm -f libatomic_ops.a
341         $(libatomic_ops_a_AR) libatomic_ops.a $(libatomic_ops_a_OBJECTS) $(libatomic_ops_a_LIBADD)
342         $(RANLIB) libatomic_ops.a
343 libatomic_ops_gpl.a: $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_DEPENDENCIES) 
344         -rm -f libatomic_ops_gpl.a
345         $(libatomic_ops_gpl_a_AR) libatomic_ops_gpl.a $(libatomic_ops_gpl_a_OBJECTS) $(libatomic_ops_gpl_a_LIBADD)
346         $(RANLIB) libatomic_ops_gpl.a
347
348 mostlyclean-compile:
349         -rm -f *.$(OBJEXT)
350
351 distclean-compile:
352         -rm -f *.tab.c
353
354 include ./$(DEPDIR)/atomic_ops.Po
355 include ./$(DEPDIR)/atomic_ops_malloc.Po
356 include ./$(DEPDIR)/atomic_ops_stack.Po
357 include ./$(DEPDIR)/atomic_ops_sysdeps.Po
358
359 .S.o:
360         $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
361         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362 #       source='$<' object='$@' libtool=no \
363 #       DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
364 #       $(CPPASCOMPILE) -c -o $@ $<
365
366 .S.obj:
367         $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
368         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369 #       source='$<' object='$@' libtool=no \
370 #       DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
371 #       $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
372
373 .c.o:
374         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376 #       source='$<' object='$@' libtool=no \
377 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
378 #       $(COMPILE) -c $<
379
380 .c.obj:
381         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
382         $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383 #       source='$<' object='$@' libtool=no \
384 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
385 #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
386 install-includeHEADERS: $(include_HEADERS)
387         @$(NORMAL_INSTALL)
388         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
389         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
390         for p in $$list; do \
391           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
392           echo "$$d$$p"; \
393         done | $(am__base_list) | \
394         while read files; do \
395           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
396           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
397         done
398
399 uninstall-includeHEADERS:
400         @$(NORMAL_UNINSTALL)
401         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
402         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
403         test -n "$$files" || exit 0; \
404         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
405         cd "$(DESTDIR)$(includedir)" && rm -f $$files
406
407 # This directory's subdirectories are mostly independent; you can cd
408 # into them and run `make' without going through this Makefile.
409 # To change the values of `make' variables: instead of editing Makefiles,
410 # (1) if the variable is set in `config.status', edit `config.status'
411 #     (which will cause the Makefiles to be regenerated when you run `make');
412 # (2) otherwise, pass the desired values on the `make' command line.
413 $(RECURSIVE_TARGETS):
414         @fail= failcom='exit 1'; \
415         for f in x $$MAKEFLAGS; do \
416           case $$f in \
417             *=* | --[!k]*);; \
418             *k*) failcom='fail=yes';; \
419           esac; \
420         done; \
421         dot_seen=no; \
422         target=`echo $@ | sed s/-recursive//`; \
423         list='$(SUBDIRS)'; for subdir in $$list; do \
424           echo "Making $$target in $$subdir"; \
425           if test "$$subdir" = "."; then \
426             dot_seen=yes; \
427             local_target="$$target-am"; \
428           else \
429             local_target="$$target"; \
430           fi; \
431           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432           || eval $$failcom; \
433         done; \
434         if test "$$dot_seen" = "no"; then \
435           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436         fi; test -z "$$fail"
437
438 $(RECURSIVE_CLEAN_TARGETS):
439         @fail= failcom='exit 1'; \
440         for f in x $$MAKEFLAGS; do \
441           case $$f in \
442             *=* | --[!k]*);; \
443             *k*) failcom='fail=yes';; \
444           esac; \
445         done; \
446         dot_seen=no; \
447         case "$@" in \
448           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
449           *) list='$(SUBDIRS)' ;; \
450         esac; \
451         rev=''; for subdir in $$list; do \
452           if test "$$subdir" = "."; then :; else \
453             rev="$$subdir $$rev"; \
454           fi; \
455         done; \
456         rev="$$rev ."; \
457         target=`echo $@ | sed s/-recursive//`; \
458         for subdir in $$rev; do \
459           echo "Making $$target in $$subdir"; \
460           if test "$$subdir" = "."; then \
461             local_target="$$target-am"; \
462           else \
463             local_target="$$target"; \
464           fi; \
465           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
466           || eval $$failcom; \
467         done && test -z "$$fail"
468 tags-recursive:
469         list='$(SUBDIRS)'; for subdir in $$list; do \
470           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
471         done
472 ctags-recursive:
473         list='$(SUBDIRS)'; for subdir in $$list; do \
474           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
475         done
476
477 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
478         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479         unique=`for i in $$list; do \
480             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481           done | \
482           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483               END { if (nonempty) { for (i in files) print i; }; }'`; \
484         mkid -fID $$unique
485 tags: TAGS
486
487 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
488                 $(TAGS_FILES) $(LISP)
489         set x; \
490         here=`pwd`; \
491         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
492           include_option=--etags-include; \
493           empty_fix=.; \
494         else \
495           include_option=--include; \
496           empty_fix=; \
497         fi; \
498         list='$(SUBDIRS)'; for subdir in $$list; do \
499           if test "$$subdir" = .; then :; else \
500             test ! -f $$subdir/TAGS || \
501               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
502           fi; \
503         done; \
504         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509               END { if (nonempty) { for (i in files) print i; }; }'`; \
510         shift; \
511         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
512           test -n "$$unique" || unique=$$empty_fix; \
513           if test $$# -gt 0; then \
514             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515               "$$@" $$unique; \
516           else \
517             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518               $$unique; \
519           fi; \
520         fi
521 ctags: CTAGS
522 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
523                 $(TAGS_FILES) $(LISP)
524         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
525         unique=`for i in $$list; do \
526             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527           done | \
528           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529               END { if (nonempty) { for (i in files) print i; }; }'`; \
530         test -z "$(CTAGS_ARGS)$$unique" \
531           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532              $$unique
533
534 GTAGS:
535         here=`$(am__cd) $(top_builddir) && pwd` \
536           && $(am__cd) $(top_srcdir) \
537           && gtags -i $(GTAGS_ARGS) "$$here"
538
539 distclean-tags:
540         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
541
542 distdir: $(DISTFILES)
543         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545         list='$(DISTFILES)'; \
546           dist_files=`for file in $$list; do echo $$file; done | \
547           sed -e "s|^$$srcdirstrip/||;t" \
548               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
549         case $$dist_files in \
550           */*) $(MKDIR_P) `echo "$$dist_files" | \
551                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
552                            sort -u` ;; \
553         esac; \
554         for file in $$dist_files; do \
555           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
556           if test -d $$d/$$file; then \
557             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558             if test -d "$(distdir)/$$file"; then \
559               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560             fi; \
561             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
562               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
563               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564             fi; \
565             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
566           else \
567             test -f "$(distdir)/$$file" \
568             || cp -p $$d/$$file "$(distdir)/$$file" \
569             || exit 1; \
570           fi; \
571         done
572         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
573           if test "$$subdir" = .; then :; else \
574             test -d "$(distdir)/$$subdir" \
575             || $(MKDIR_P) "$(distdir)/$$subdir" \
576             || exit 1; \
577           fi; \
578         done
579         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
580           if test "$$subdir" = .; then :; else \
581             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582             $(am__relativize); \
583             new_distdir=$$reldir; \
584             dir1=$$subdir; dir2="$(top_distdir)"; \
585             $(am__relativize); \
586             new_top_distdir=$$reldir; \
587             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589             ($(am__cd) $$subdir && \
590               $(MAKE) $(AM_MAKEFLAGS) \
591                 top_distdir="$$new_top_distdir" \
592                 distdir="$$new_distdir" \
593                 am__remove_distdir=: \
594                 am__skip_length_check=: \
595                 am__skip_mode_fix=: \
596                 distdir) \
597               || exit 1; \
598           fi; \
599         done
600 check-am: all-am
601 check: check-recursive
602 all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
603 installdirs: installdirs-recursive
604 installdirs-am:
605         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
606           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
607         done
608 install: install-recursive
609 install-exec: install-exec-recursive
610 install-data: install-data-recursive
611 uninstall: uninstall-recursive
612
613 install-am: all-am
614         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616 installcheck: installcheck-recursive
617 install-strip:
618         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620           `test -z '$(STRIP)' || \
621             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
622 mostlyclean-generic:
623
624 clean-generic:
625
626 distclean-generic:
627         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
630 maintainer-clean-generic:
631         @echo "This command is intended for maintainers to use"
632         @echo "it deletes files that may require special tools to rebuild."
633 clean: clean-recursive
634
635 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
636
637 distclean: distclean-recursive
638         -rm -rf ./$(DEPDIR)
639         -rm -f Makefile
640 distclean-am: clean-am distclean-compile distclean-generic \
641         distclean-hdr distclean-tags
642
643 dvi: dvi-recursive
644
645 dvi-am:
646
647 html: html-recursive
648
649 html-am:
650
651 info: info-recursive
652
653 info-am:
654
655 install-data-am: install-includeHEADERS
656
657 install-dvi: install-dvi-recursive
658
659 install-dvi-am:
660
661 install-exec-am: install-libLIBRARIES
662
663 install-html: install-html-recursive
664
665 install-html-am:
666
667 install-info: install-info-recursive
668
669 install-info-am:
670
671 install-man:
672
673 install-pdf: install-pdf-recursive
674
675 install-pdf-am:
676
677 install-ps: install-ps-recursive
678
679 install-ps-am:
680
681 installcheck-am:
682
683 maintainer-clean: maintainer-clean-recursive
684         -rm -rf ./$(DEPDIR)
685         -rm -f Makefile
686 maintainer-clean-am: distclean-am maintainer-clean-generic
687
688 mostlyclean: mostlyclean-recursive
689
690 mostlyclean-am: mostlyclean-compile mostlyclean-generic
691
692 pdf: pdf-recursive
693
694 pdf-am:
695
696 ps: ps-recursive
697
698 ps-am:
699
700 uninstall-am: uninstall-includeHEADERS uninstall-libLIBRARIES
701
702 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
703         ctags-recursive install-am install-strip tags-recursive
704
705 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706         all all-am check check-am clean clean-generic \
707         clean-libLIBRARIES ctags ctags-recursive distclean \
708         distclean-compile distclean-generic distclean-hdr \
709         distclean-tags distdir dvi dvi-am html html-am info info-am \
710         install install-am install-data install-data-am install-dvi \
711         install-dvi-am install-exec install-exec-am install-html \
712         install-html-am install-includeHEADERS install-info \
713         install-info-am install-libLIBRARIES install-man install-pdf \
714         install-pdf-am install-ps install-ps-am install-strip \
715         installcheck installcheck-am installdirs installdirs-am \
716         maintainer-clean maintainer-clean-generic mostlyclean \
717         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
718         tags tags-recursive uninstall uninstall-am \
719         uninstall-includeHEADERS uninstall-libLIBRARIES
720
721
722 # Tell versions [3.59,3.63) of GNU make to not export all variables.
723 # Otherwise a system limit (for SysV at least) may be exceeded.
724 .NOEXPORT: