implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / src / atomic_ops / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # src/atomic_ops/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 pkgdatadir = $(datadir)/libatomic_ops
20 pkgincludedir = $(includedir)/libatomic_ops
21 pkglibdir = $(libdir)/libatomic_ops
22 pkglibexecdir = $(libexecdir)/libatomic_ops
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = i686-pc-linux-gnu
36 host_triplet = i686-pc-linux-gnu
37 target_triplet = i686-pc-linux-gnu
38 subdir = src/atomic_ops
39 DIST_COMMON = $(private_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46 CONFIG_HEADER = $(top_builddir)/src/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52         html-recursive info-recursive install-data-recursive \
53         install-dvi-recursive install-exec-recursive \
54         install-html-recursive install-info-recursive \
55         install-pdf-recursive install-ps-recursive install-recursive \
56         installcheck-recursive installdirs-recursive pdf-recursive \
57         ps-recursive uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70   for p in $$list; do echo "$$p $$p"; done | \
71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73     if (++n[$$2] == $(am__install_max)) \
74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75     END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(privatedir)"
80 HEADERS = $(private_HEADERS)
81 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82   distclean-recursive maintainer-clean-recursive
83 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
85         distdir
86 ETAGS = etags
87 CTAGS = ctags
88 DIST_SUBDIRS = $(SUBDIRS)
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 am__relativize = \
91   dir0=`pwd`; \
92   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
93   sed_rest='s,^[^/]*/*,,'; \
94   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
95   sed_butlast='s,/*[^/]*$$,,'; \
96   while test -n "$$dir1"; do \
97     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
98     if test "$$first" != "."; then \
99       if test "$$first" = ".."; then \
100         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
101         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102       else \
103         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104         if test "$$first2" = "$$first"; then \
105           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106         else \
107           dir2="../$$dir2"; \
108         fi; \
109         dir0="$$dir0"/"$$first"; \
110       fi; \
111     fi; \
112     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
113   done; \
114   reldir="$$dir2"
115 ACLOCAL = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run aclocal-1.11
116 AMTAR = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run tar
117 AUTOCONF = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoconf
118 AUTOHEADER = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run autoheader
119 AUTOMAKE = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run automake-1.11
120 AWK = mawk
121 CC = gcc
122 CCAS = gcc
123 CCASDEPMODE = depmode=gcc3
124 CCASFLAGS = -g -O2
125 CCDEPMODE = depmode=gcc3
126 CFLAGS = -g -O2 -DNDEBUG
127 CPP = gcc -E
128 CPPFLAGS = 
129 CYGPATH_W = echo
130 DEFS = -DHAVE_CONFIG_H
131 DEPDIR = .deps
132 ECHO_C = 
133 ECHO_N = -n
134 ECHO_T = 
135 EGREP = /bin/grep -E
136 EXEEXT = 
137 GREP = /bin/grep
138 INSTALL = /usr/bin/install -c
139 INSTALL_DATA = ${INSTALL} -m 644
140 INSTALL_PROGRAM = ${INSTALL}
141 INSTALL_SCRIPT = ${INSTALL}
142 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
143 LDFLAGS = 
144 LIBOBJS = 
145 LIBS = 
146 LTLIBOBJS = 
147 MAKEINFO = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/missing --run makeinfo
148 MKDIR_P = /bin/mkdir -p
149 OBJEXT = o
150 PACKAGE = libatomic_ops
151 PACKAGE_BUGREPORT = 
152 PACKAGE_NAME = libatomic_ops
153 PACKAGE_STRING = libatomic_ops 7.2
154 PACKAGE_TARNAME = libatomic_ops
155 PACKAGE_URL = 
156 PACKAGE_VERSION = 7.2
157 PATH_SEPARATOR = :
158 PICFLAG = -fPIC
159 RANLIB = ranlib
160 SET_MAKE = 
161 SHELL = /bin/bash
162 STRIP = 
163 THREADDLLIBS = -lpthread
164 VERSION = 7.2
165 abs_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src/atomic_ops
166 abs_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/src/atomic_ops
167 abs_top_builddir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
168 abs_top_srcdir = /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops
169 ac_ct_CC = gcc
170 am__include = include
171 am__leading_dot = .
172 am__quote = 
173 am__tar = ${AMTAR} chof - "$$tardir"
174 am__untar = ${AMTAR} xf -
175 bindir = ${exec_prefix}/bin
176 build = i686-pc-linux-gnu
177 build_alias = 
178 build_cpu = i686
179 build_os = linux-gnu
180 build_vendor = pc
181 builddir = .
182 datadir = ${datarootdir}
183 datarootdir = ${prefix}/share
184 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
185 dvidir = ${docdir}
186 exec_prefix = ${prefix}
187 host = i686-pc-linux-gnu
188 host_alias = 
189 host_cpu = i686
190 host_os = linux-gnu
191 host_vendor = pc
192 htmldir = ${docdir}
193 includedir = ${prefix}/include
194 infodir = ${datarootdir}/info
195 install_sh = ${SHELL} /home/hs/Mate/boehmgc/gc-7.2/libatomic_ops/install-sh
196 libdir = ${exec_prefix}/lib
197 libexecdir = ${exec_prefix}/libexec
198 localedir = ${datarootdir}/locale
199 localstatedir = ${prefix}/var
200 mandir = ${datarootdir}/man
201 mkdir_p = /bin/mkdir -p
202 oldincludedir = /usr/include
203 pdfdir = ${docdir}
204 prefix = /home/hs/Mate/boehmgc/gc
205 program_transform_name = s,x,x,
206 psdir = ${docdir}
207 sbindir = ${exec_prefix}/sbin
208 sharedstatedir = ${prefix}/com
209 srcdir = .
210 sysconfdir = ${prefix}/etc
211 target = i686-pc-linux-gnu
212 target_alias = 
213 target_cpu = i686
214 target_os = linux-gnu
215 target_vendor = pc
216 top_build_prefix = ../../
217 top_builddir = ../..
218 top_srcdir = ../..
219 SUBDIRS = sysdeps
220 EXTRA_DIST = generalize-small.template
221
222 #Private Headers
223 private_HEADERS = generalize.h generalize-small.h
224 privatedir = ${includedir}/atomic_ops/
225 all: all-recursive
226
227 .SUFFIXES:
228 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
229         @for dep in $?; do \
230           case '$(am__configure_deps)' in \
231             *$$dep*) \
232               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233                 && { if test -f $@; then exit 0; else break; fi; }; \
234               exit 1;; \
235           esac; \
236         done; \
237         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/atomic_ops/Makefile'; \
238         $(am__cd) $(top_srcdir) && \
239           $(AUTOMAKE) --gnu src/atomic_ops/Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242         @case '$?' in \
243           *config.status*) \
244             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245           *) \
246             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248         esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253 $(top_srcdir)/configure:  $(am__configure_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(am__aclocal_m4_deps):
258 install-privateHEADERS: $(private_HEADERS)
259         @$(NORMAL_INSTALL)
260         test -z "$(privatedir)" || $(MKDIR_P) "$(DESTDIR)$(privatedir)"
261         @list='$(private_HEADERS)'; test -n "$(privatedir)" || list=; \
262         for p in $$list; do \
263           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
264           echo "$$d$$p"; \
265         done | $(am__base_list) | \
266         while read files; do \
267           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(privatedir)'"; \
268           $(INSTALL_HEADER) $$files "$(DESTDIR)$(privatedir)" || exit $$?; \
269         done
270
271 uninstall-privateHEADERS:
272         @$(NORMAL_UNINSTALL)
273         @list='$(private_HEADERS)'; test -n "$(privatedir)" || list=; \
274         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
275         test -n "$$files" || exit 0; \
276         echo " ( cd '$(DESTDIR)$(privatedir)' && rm -f" $$files ")"; \
277         cd "$(DESTDIR)$(privatedir)" && rm -f $$files
278
279 # This directory's subdirectories are mostly independent; you can cd
280 # into them and run `make' without going through this Makefile.
281 # To change the values of `make' variables: instead of editing Makefiles,
282 # (1) if the variable is set in `config.status', edit `config.status'
283 #     (which will cause the Makefiles to be regenerated when you run `make');
284 # (2) otherwise, pass the desired values on the `make' command line.
285 $(RECURSIVE_TARGETS):
286         @fail= failcom='exit 1'; \
287         for f in x $$MAKEFLAGS; do \
288           case $$f in \
289             *=* | --[!k]*);; \
290             *k*) failcom='fail=yes';; \
291           esac; \
292         done; \
293         dot_seen=no; \
294         target=`echo $@ | sed s/-recursive//`; \
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           echo "Making $$target in $$subdir"; \
297           if test "$$subdir" = "."; then \
298             dot_seen=yes; \
299             local_target="$$target-am"; \
300           else \
301             local_target="$$target"; \
302           fi; \
303           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304           || eval $$failcom; \
305         done; \
306         if test "$$dot_seen" = "no"; then \
307           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308         fi; test -z "$$fail"
309
310 $(RECURSIVE_CLEAN_TARGETS):
311         @fail= failcom='exit 1'; \
312         for f in x $$MAKEFLAGS; do \
313           case $$f in \
314             *=* | --[!k]*);; \
315             *k*) failcom='fail=yes';; \
316           esac; \
317         done; \
318         dot_seen=no; \
319         case "$@" in \
320           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
321           *) list='$(SUBDIRS)' ;; \
322         esac; \
323         rev=''; for subdir in $$list; do \
324           if test "$$subdir" = "."; then :; else \
325             rev="$$subdir $$rev"; \
326           fi; \
327         done; \
328         rev="$$rev ."; \
329         target=`echo $@ | sed s/-recursive//`; \
330         for subdir in $$rev; do \
331           echo "Making $$target in $$subdir"; \
332           if test "$$subdir" = "."; then \
333             local_target="$$target-am"; \
334           else \
335             local_target="$$target"; \
336           fi; \
337           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338           || eval $$failcom; \
339         done && test -z "$$fail"
340 tags-recursive:
341         list='$(SUBDIRS)'; for subdir in $$list; do \
342           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
343         done
344 ctags-recursive:
345         list='$(SUBDIRS)'; for subdir in $$list; do \
346           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347         done
348
349 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355               END { if (nonempty) { for (i in files) print i; }; }'`; \
356         mkid -fID $$unique
357 tags: TAGS
358
359 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360                 $(TAGS_FILES) $(LISP)
361         set x; \
362         here=`pwd`; \
363         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364           include_option=--etags-include; \
365           empty_fix=.; \
366         else \
367           include_option=--include; \
368           empty_fix=; \
369         fi; \
370         list='$(SUBDIRS)'; for subdir in $$list; do \
371           if test "$$subdir" = .; then :; else \
372             test ! -f $$subdir/TAGS || \
373               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
374           fi; \
375         done; \
376         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377         unique=`for i in $$list; do \
378             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379           done | \
380           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381               END { if (nonempty) { for (i in files) print i; }; }'`; \
382         shift; \
383         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
384           test -n "$$unique" || unique=$$empty_fix; \
385           if test $$# -gt 0; then \
386             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387               "$$@" $$unique; \
388           else \
389             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390               $$unique; \
391           fi; \
392         fi
393 ctags: CTAGS
394 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
395                 $(TAGS_FILES) $(LISP)
396         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401               END { if (nonempty) { for (i in files) print i; }; }'`; \
402         test -z "$(CTAGS_ARGS)$$unique" \
403           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404              $$unique
405
406 GTAGS:
407         here=`$(am__cd) $(top_builddir) && pwd` \
408           && $(am__cd) $(top_srcdir) \
409           && gtags -i $(GTAGS_ARGS) "$$here"
410
411 distclean-tags:
412         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414 distdir: $(DISTFILES)
415         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417         list='$(DISTFILES)'; \
418           dist_files=`for file in $$list; do echo $$file; done | \
419           sed -e "s|^$$srcdirstrip/||;t" \
420               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
421         case $$dist_files in \
422           */*) $(MKDIR_P) `echo "$$dist_files" | \
423                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
424                            sort -u` ;; \
425         esac; \
426         for file in $$dist_files; do \
427           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428           if test -d $$d/$$file; then \
429             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
430             if test -d "$(distdir)/$$file"; then \
431               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432             fi; \
433             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
435               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436             fi; \
437             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438           else \
439             test -f "$(distdir)/$$file" \
440             || cp -p $$d/$$file "$(distdir)/$$file" \
441             || exit 1; \
442           fi; \
443         done
444         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             test -d "$(distdir)/$$subdir" \
447             || $(MKDIR_P) "$(distdir)/$$subdir" \
448             || exit 1; \
449           fi; \
450         done
451         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
452           if test "$$subdir" = .; then :; else \
453             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
454             $(am__relativize); \
455             new_distdir=$$reldir; \
456             dir1=$$subdir; dir2="$(top_distdir)"; \
457             $(am__relativize); \
458             new_top_distdir=$$reldir; \
459             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
460             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
461             ($(am__cd) $$subdir && \
462               $(MAKE) $(AM_MAKEFLAGS) \
463                 top_distdir="$$new_top_distdir" \
464                 distdir="$$new_distdir" \
465                 am__remove_distdir=: \
466                 am__skip_length_check=: \
467                 am__skip_mode_fix=: \
468                 distdir) \
469               || exit 1; \
470           fi; \
471         done
472 check-am: all-am
473 check: check-recursive
474 all-am: Makefile $(HEADERS)
475 installdirs: installdirs-recursive
476 installdirs-am:
477         for dir in "$(DESTDIR)$(privatedir)"; do \
478           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479         done
480 install: install-recursive
481 install-exec: install-exec-recursive
482 install-data: install-data-recursive
483 uninstall: uninstall-recursive
484
485 install-am: all-am
486         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487
488 installcheck: installcheck-recursive
489 install-strip:
490         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492           `test -z '$(STRIP)' || \
493             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494 mostlyclean-generic:
495
496 clean-generic:
497
498 distclean-generic:
499         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
501
502 maintainer-clean-generic:
503         @echo "This command is intended for maintainers to use"
504         @echo "it deletes files that may require special tools to rebuild."
505 clean: clean-recursive
506
507 clean-am: clean-generic mostlyclean-am
508
509 distclean: distclean-recursive
510         -rm -f Makefile
511 distclean-am: clean-am distclean-generic distclean-tags
512
513 dvi: dvi-recursive
514
515 dvi-am:
516
517 html: html-recursive
518
519 html-am:
520
521 info: info-recursive
522
523 info-am:
524
525 install-data-am: install-privateHEADERS
526
527 install-dvi: install-dvi-recursive
528
529 install-dvi-am:
530
531 install-exec-am:
532
533 install-html: install-html-recursive
534
535 install-html-am:
536
537 install-info: install-info-recursive
538
539 install-info-am:
540
541 install-man:
542
543 install-pdf: install-pdf-recursive
544
545 install-pdf-am:
546
547 install-ps: install-ps-recursive
548
549 install-ps-am:
550
551 installcheck-am:
552
553 maintainer-clean: maintainer-clean-recursive
554         -rm -f Makefile
555 maintainer-clean-am: distclean-am maintainer-clean-generic
556
557 mostlyclean: mostlyclean-recursive
558
559 mostlyclean-am: mostlyclean-generic
560
561 pdf: pdf-recursive
562
563 pdf-am:
564
565 ps: ps-recursive
566
567 ps-am:
568
569 uninstall-am: uninstall-privateHEADERS
570
571 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
572         install-am install-strip tags-recursive
573
574 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
575         all all-am check check-am clean clean-generic ctags \
576         ctags-recursive distclean distclean-generic distclean-tags \
577         distdir dvi dvi-am html html-am info info-am install \
578         install-am install-data install-data-am install-dvi \
579         install-dvi-am install-exec install-exec-am install-html \
580         install-html-am install-info install-info-am install-man \
581         install-pdf install-pdf-am install-privateHEADERS install-ps \
582         install-ps-am install-strip installcheck installcheck-am \
583         installdirs installdirs-am maintainer-clean \
584         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
585         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
586         uninstall-privateHEADERS
587
588
589 generalize-small.h: generalize-small.template
590         sed -e s:XSIZE:char:g -e s:XCTYPE:char:g $? > $@
591         sed -e s:XSIZE:short:g -e s:XCTYPE:short:g $? >> $@
592         sed -e s:XSIZE:int:g -e s:XCTYPE:int:g $? >> $@
593
594 # Tell versions [3.59,3.63) of GNU make to not export all variables.
595 # Otherwise a system limit (for SysV at least) may be exceeded.
596 .NOEXPORT: