3fff929ac54315c1a5d9a349abd166082101f2f7
[platform/upstream/gpgme.git] / lang / js / src / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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 # Makefile.am for gpgme.js.
18 # Copyright (C) 2018 Intevation GmbH
19 #
20 # This file is part of GPGME.
21 #
22 # gpgme.js is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2 of the License, or
25 # (at your option) any later version.
26 #
27 # gpgme.js 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
30 # GNU Lesser General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License
33 # along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
35 # 02111-1307, USA
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38   if test -z '$(MAKELEVEL)'; then \
39     false; \
40   elif test -n '$(MAKE_HOST)'; then \
41     true; \
42   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43     true; \
44   else \
45     false; \
46   fi; \
47 }
48 am__make_running_with_option = \
49   case $${target_option-} in \
50       ?) ;; \
51       *) echo "am__make_running_with_option: internal error: invalid" \
52               "target option '$${target_option-}' specified" >&2; \
53          exit 1;; \
54   esac; \
55   has_opt=no; \
56   sane_makeflags=$$MAKEFLAGS; \
57   if $(am__is_gnu_make); then \
58     sane_makeflags=$$MFLAGS; \
59   else \
60     case $$MAKEFLAGS in \
61       *\\[\ \   ]*) \
62         bs=\\; \
63         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
65     esac; \
66   fi; \
67   skip_next=no; \
68   strip_trailopt () \
69   { \
70     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71   }; \
72   for flg in $$sane_makeflags; do \
73     test $$skip_next = yes && { skip_next=no; continue; }; \
74     case $$flg in \
75       *=*|--*) continue;; \
76         -*I) strip_trailopt 'I'; skip_next=yes;; \
77       -*I?*) strip_trailopt 'I';; \
78         -*O) strip_trailopt 'O'; skip_next=yes;; \
79       -*O?*) strip_trailopt 'O';; \
80         -*l) strip_trailopt 'l'; skip_next=yes;; \
81       -*l?*) strip_trailopt 'l';; \
82       -[dEDm]) skip_next=yes;; \
83       -[JT]) skip_next=yes;; \
84     esac; \
85     case $$flg in \
86       *$$target_option*) has_opt=yes; break;; \
87     esac; \
88   done; \
89   test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 subdir = lang/js/src
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
113         $(top_srcdir)/m4/ax_pkg_swig.m4 \
114         $(top_srcdir)/m4/ax_python_devel.m4 \
115         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
116         $(top_srcdir)/m4/gnupg-ttyname.m4 \
117         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
118         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
119         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
120         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
121         $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
122         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124         $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
127 CONFIG_HEADER = $(top_builddir)/conf/config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 SOURCES =
143 DIST_SOURCES =
144 am__can_run_installinfo = \
145   case $$AM_UPDATE_INFO_DIR in \
146     n|no|NO) false;; \
147     *) (install-info --version) >/dev/null 2>&1;; \
148   esac
149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150 am__DIST_COMMON = $(srcdir)/Makefile.in \
151         $(top_srcdir)/build-aux/mkinstalldirs
152 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153 ACLOCAL = @ACLOCAL@
154 AMTAR = @AMTAR@
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156 AR = @AR@
157 AS = @AS@
158 AUTOCONF = @AUTOCONF@
159 AUTOHEADER = @AUTOHEADER@
160 AUTOMAKE = @AUTOMAKE@
161 AWK = @AWK@
162 BUILD_FILEVERSION = @BUILD_FILEVERSION@
163 BUILD_REVISION = @BUILD_REVISION@
164 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
165 BUILD_VERSION = @BUILD_VERSION@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CC_FOR_BUILD = @CC_FOR_BUILD@
169 CFLAGS = @CFLAGS@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CXX = @CXX@
173 CXXCPP = @CXXCPP@
174 CXXDEPMODE = @CXXDEPMODE@
175 CXXFLAGS = @CXXFLAGS@
176 CYGPATH_W = @CYGPATH_W@
177 DEFS = @DEFS@
178 DEPDIR = @DEPDIR@
179 DLLTOOL = @DLLTOOL@
180 DOXYGEN = @DOXYGEN@
181 DSYMUTIL = @DSYMUTIL@
182 DUMPBIN = @DUMPBIN@
183 ECHO_C = @ECHO_C@
184 ECHO_N = @ECHO_N@
185 ECHO_T = @ECHO_T@
186 EGREP = @EGREP@
187 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
188 EXEEXT = @EXEEXT@
189 FGREP = @FGREP@
190 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
191 GLIBC21 = @GLIBC21@
192 GLIB_CFLAGS = @GLIB_CFLAGS@
193 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
194 GLIB_LIBS = @GLIB_LIBS@
195 GLIB_MKENUMS = @GLIB_MKENUMS@
196 GOBJECT_QUERY = @GOBJECT_QUERY@
197 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
198 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
199 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
200 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
201 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
202 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
203 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
204 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
205 GPGME_QT_LIBS = @GPGME_QT_LIBS@
206 GPGRT_CONFIG = @GPGRT_CONFIG@
207 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
208 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
209 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
210 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
211 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
212 GRAPHVIZ = @GRAPHVIZ@
213 GREP = @GREP@
214 HAVE_CXX11 = @HAVE_CXX11@
215 HAVE_DOT = @HAVE_DOT@
216 INSTALL = @INSTALL@
217 INSTALL_DATA = @INSTALL_DATA@
218 INSTALL_PROGRAM = @INSTALL_PROGRAM@
219 INSTALL_SCRIPT = @INSTALL_SCRIPT@
220 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221 LD = @LD@
222 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
223 LDFLAGS = @LDFLAGS@
224 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
225 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
226 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
227 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
228 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
229 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
230 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
231 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
232 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
233 LIBOBJS = @LIBOBJS@
234 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
235 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
236 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
237 LIBS = @LIBS@
238 LIBTOOL = @LIBTOOL@
239 LIPO = @LIPO@
240 LN_S = @LN_S@
241 LTLIBOBJS = @LTLIBOBJS@
242 MAINT = @MAINT@
243 MAKEINFO = @MAKEINFO@
244 MANIFEST_TOOL = @MANIFEST_TOOL@
245 MKDIR_P = @MKDIR_P@
246 MOC = @MOC@
247 MOC2 = @MOC2@
248 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
249 NM = @NM@
250 NMEDIT = @NMEDIT@
251 OBJDUMP = @OBJDUMP@
252 OBJEXT = @OBJEXT@
253 OTOOL = @OTOOL@
254 OTOOL64 = @OTOOL64@
255 PACKAGE = @PACKAGE@
256 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257 PACKAGE_NAME = @PACKAGE_NAME@
258 PACKAGE_STRING = @PACKAGE_STRING@
259 PACKAGE_TARNAME = @PACKAGE_TARNAME@
260 PACKAGE_URL = @PACKAGE_URL@
261 PACKAGE_VERSION = @PACKAGE_VERSION@
262 PATH_SEPARATOR = @PATH_SEPARATOR@
263 PKG_CONFIG = @PKG_CONFIG@
264 PYTHON = @PYTHON@
265 PYTHONS = @PYTHONS@
266 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
267 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
268 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
269 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
270 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
271 PYTHON_PLATFORM = @PYTHON_PLATFORM@
272 PYTHON_PREFIX = @PYTHON_PREFIX@
273 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
274 PYTHON_VERSION = @PYTHON_VERSION@
275 QTCHOOSER = @QTCHOOSER@
276 RANLIB = @RANLIB@
277 RC = @RC@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 SWIG = @SWIG@
283 SWIG_LIB = @SWIG_LIB@
284 SYSROOT = @SYSROOT@
285 VERSION = @VERSION@
286 VERSION_MAJOR = @VERSION_MAJOR@
287 VERSION_MICRO = @VERSION_MICRO@
288 VERSION_MINOR = @VERSION_MINOR@
289 VERSION_NUMBER = @VERSION_NUMBER@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 ac_ct_AR = @ac_ct_AR@
295 ac_ct_CC = @ac_ct_CC@
296 ac_ct_CXX = @ac_ct_CXX@
297 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298 am__include = @am__include@
299 am__leading_dot = @am__leading_dot@
300 am__quote = @am__quote@
301 am__tar = @am__tar@
302 am__untar = @am__untar@
303 bindir = @bindir@
304 build = @build@
305 build_alias = @build_alias@
306 build_cpu = @build_cpu@
307 build_os = @build_os@
308 build_vendor = @build_vendor@
309 builddir = @builddir@
310 datadir = @datadir@
311 datarootdir = @datarootdir@
312 docdir = @docdir@
313 dvidir = @dvidir@
314 emacs_local_vars_begin = @emacs_local_vars_begin@
315 emacs_local_vars_end = @emacs_local_vars_end@
316 emacs_local_vars_read_only = @emacs_local_vars_read_only@
317 exec_prefix = @exec_prefix@
318 host = @host@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
321 host_os = @host_os@
322 host_vendor = @host_vendor@
323 htmldir = @htmldir@
324 includedir = @includedir@
325 infodir = @infodir@
326 install_sh = @install_sh@
327 libdir = @libdir@
328 libexecdir = @libexecdir@
329 localedir = @localedir@
330 localstatedir = @localstatedir@
331 mandir = @mandir@
332 mkdir_p = @mkdir_p@
333 oldincludedir = @oldincludedir@
334 pdfdir = @pdfdir@
335 pkgpyexecdir = @pkgpyexecdir@
336 pkgpythondir = @pkgpythondir@
337 prefix = @prefix@
338 program_transform_name = @program_transform_name@
339 psdir = @psdir@
340 pyexecdir = @pyexecdir@
341 pythondir = @pythondir@
342 runstatedir = @runstatedir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target_alias = @target_alias@
348 top_build_prefix = @top_build_prefix@
349 top_builddir = @top_builddir@
350 top_srcdir = @top_srcdir@
351 EXTRA_DIST = Connection.js \
352              Errors.js \
353              gpgmejs.js \
354              Helpers.js \
355              index.js \
356              Key.js \
357              Keyring.js \
358              Message.js \
359              permittedOperations.js \
360              Signature.js
361
362 all: all-am
363
364 .SUFFIXES:
365 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
366         @for dep in $?; do \
367           case '$(am__configure_deps)' in \
368             *$$dep*) \
369               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
370                 && { if test -f $@; then exit 0; else break; fi; }; \
371               exit 1;; \
372           esac; \
373         done; \
374         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lang/js/src/Makefile'; \
375         $(am__cd) $(top_srcdir) && \
376           $(AUTOMAKE) --gnu lang/js/src/Makefile
377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378         @case '$?' in \
379           *config.status*) \
380             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
381           *) \
382             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
383             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
384         esac;
385
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
389 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
392         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(am__aclocal_m4_deps):
394
395 mostlyclean-libtool:
396         -rm -f *.lo
397
398 clean-libtool:
399         -rm -rf .libs _libs
400 tags TAGS:
401
402 ctags CTAGS:
403
404 cscope cscopelist:
405
406
407 distdir: $(BUILT_SOURCES)
408         $(MAKE) $(AM_MAKEFLAGS) distdir-am
409
410 distdir-am: $(DISTFILES)
411         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413         list='$(DISTFILES)'; \
414           dist_files=`for file in $$list; do echo $$file; done | \
415           sed -e "s|^$$srcdirstrip/||;t" \
416               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
417         case $$dist_files in \
418           */*) $(MKDIR_P) `echo "$$dist_files" | \
419                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420                            sort -u` ;; \
421         esac; \
422         for file in $$dist_files; do \
423           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424           if test -d $$d/$$file; then \
425             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
426             if test -d "$(distdir)/$$file"; then \
427               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428             fi; \
429             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
431               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432             fi; \
433             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434           else \
435             test -f "$(distdir)/$$file" \
436             || cp -p $$d/$$file "$(distdir)/$$file" \
437             || exit 1; \
438           fi; \
439         done
440 check-am: all-am
441 check: check-am
442 all-am: Makefile
443 installdirs:
444 install: install-am
445 install-exec: install-exec-am
446 install-data: install-data-am
447 uninstall: uninstall-am
448
449 install-am: all-am
450         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452 installcheck: installcheck-am
453 install-strip:
454         if test -z '$(STRIP)'; then \
455           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457               install; \
458         else \
459           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462         fi
463 mostlyclean-generic:
464
465 clean-generic:
466
467 distclean-generic:
468         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471 maintainer-clean-generic:
472         @echo "This command is intended for maintainers to use"
473         @echo "it deletes files that may require special tools to rebuild."
474 clean: clean-am
475
476 clean-am: clean-generic clean-libtool mostlyclean-am
477
478 distclean: distclean-am
479         -rm -f Makefile
480 distclean-am: clean-am distclean-generic
481
482 dvi: dvi-am
483
484 dvi-am:
485
486 html: html-am
487
488 html-am:
489
490 info: info-am
491
492 info-am:
493
494 install-data-am:
495
496 install-dvi: install-dvi-am
497
498 install-dvi-am:
499
500 install-exec-am:
501
502 install-html: install-html-am
503
504 install-html-am:
505
506 install-info: install-info-am
507
508 install-info-am:
509
510 install-man:
511
512 install-pdf: install-pdf-am
513
514 install-pdf-am:
515
516 install-ps: install-ps-am
517
518 install-ps-am:
519
520 installcheck-am:
521
522 maintainer-clean: maintainer-clean-am
523         -rm -f Makefile
524 maintainer-clean-am: distclean-am maintainer-clean-generic
525
526 mostlyclean: mostlyclean-am
527
528 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
529
530 pdf: pdf-am
531
532 pdf-am:
533
534 ps: ps-am
535
536 ps-am:
537
538 uninstall-am:
539
540 .MAKE: install-am install-strip
541
542 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
543         cscopelist-am ctags-am distclean distclean-generic \
544         distclean-libtool distdir dvi dvi-am html html-am info info-am \
545         install install-am install-data install-data-am install-dvi \
546         install-dvi-am install-exec install-exec-am install-html \
547         install-html-am install-info install-info-am install-man \
548         install-pdf install-pdf-am install-ps install-ps-am \
549         install-strip installcheck installcheck-am installdirs \
550         maintainer-clean maintainer-clean-generic mostlyclean \
551         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
552         tags-am uninstall uninstall-am
553
554 .PRECIOUS: Makefile
555
556
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: