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