blob: e2bacbd3876903e4f7beca219591808b531ec802 [file] [log] [blame]
Jeff Thompson6e229042013-10-10 11:09:49 -07001# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = include
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(srcdir)/config.h.in $(nobase_include_HEADERS)
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88 $(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95AM_V_P = $(am__v_P_@AM_V@)
96am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_@AM_V@)
100am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101am__v_GEN_0 = @echo " GEN " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_@AM_V@)
104am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105am__v_at_0 = @
106am__v_at_1 =
107SOURCES =
108DIST_SOURCES =
109am__can_run_installinfo = \
110 case $$AM_UPDATE_INFO_DIR in \
111 n|no|NO) false;; \
112 *) (install-info --version) >/dev/null 2>&1;; \
113 esac
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \
116 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117 *) f=$$p;; \
118 esac;
119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120am__install_max = 40
121am__nobase_strip_setup = \
122 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123am__nobase_strip = \
124 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125am__nobase_list = $(am__nobase_strip_setup); \
126 for p in $$list; do echo "$$p $$p"; done | \
127 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129 if (++n[$$2] == $(am__install_max)) \
130 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131 END { for (dir in files) print dir, files[dir] }'
132am__base_list = \
133 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135am__uninstall_files_from_dir = { \
136 test -z "$$files" \
137 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139 $(am__cd) "$$dir" && rm -f $$files; }; \
140 }
141am__installdirs = "$(DESTDIR)$(includedir)"
142HEADERS = $(nobase_include_HEADERS)
143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
144 $(LISP)config.h.in
145# Read a list of newline-separated strings from the standard input,
146# and print each of them once, without duplicates. Input order is
147# *not* preserved.
148am__uniquify_input = $(AWK) '\
149 BEGIN { nonempty = 0; } \
150 { items[$$0] = 1; nonempty = 1; } \
151 END { if (nonempty) { for (i in items) print i; }; } \
152'
153# Make sure the list of sources is unique. This is necessary because,
154# e.g., the same source file might be shared among _SOURCES variables
155# for different programs/libraries.
156am__define_uniq_tagged_files = \
157 list='$(am__tagged_files)'; \
158 unique=`for i in $$list; do \
159 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160 done | $(am__uniquify_input)`
161ETAGS = etags
162CTAGS = ctags
163DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164ACLOCAL = @ACLOCAL@
165AMTAR = @AMTAR@
166AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167AR = @AR@
168AUTOCONF = @AUTOCONF@
169AUTOHEADER = @AUTOHEADER@
170AUTOMAKE = @AUTOMAKE@
171AWK = @AWK@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPP = @CPP@
176CPPFLAGS = @CPPFLAGS@
177CXX = @CXX@
178CXXCPP = @CXXCPP@
179CXXDEPMODE = @CXXDEPMODE@
180CXXFLAGS = @CXXFLAGS@
181CYGPATH_W = @CYGPATH_W@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184DLLTOOL = @DLLTOOL@
185DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
186DSYMUTIL = @DSYMUTIL@
187DUMPBIN = @DUMPBIN@
188DX_CONFIG = @DX_CONFIG@
189DX_DOCDIR = @DX_DOCDIR@
190DX_DOT = @DX_DOT@
191DX_DOXYGEN = @DX_DOXYGEN@
192DX_DVIPS = @DX_DVIPS@
193DX_EGREP = @DX_EGREP@
194DX_ENV = @DX_ENV@
195DX_FLAG_chi = @DX_FLAG_chi@
196DX_FLAG_chm = @DX_FLAG_chm@
197DX_FLAG_doc = @DX_FLAG_doc@
198DX_FLAG_dot = @DX_FLAG_dot@
199DX_FLAG_html = @DX_FLAG_html@
200DX_FLAG_man = @DX_FLAG_man@
201DX_FLAG_pdf = @DX_FLAG_pdf@
202DX_FLAG_ps = @DX_FLAG_ps@
203DX_FLAG_rtf = @DX_FLAG_rtf@
204DX_FLAG_xml = @DX_FLAG_xml@
205DX_HHC = @DX_HHC@
206DX_LATEX = @DX_LATEX@
207DX_MAKEINDEX = @DX_MAKEINDEX@
208DX_PDFLATEX = @DX_PDFLATEX@
209DX_PERL = @DX_PERL@
210DX_PROJECT = @DX_PROJECT@
211ECHO_C = @ECHO_C@
212ECHO_N = @ECHO_N@
213ECHO_T = @ECHO_T@
214EGREP = @EGREP@
215EXEEXT = @EXEEXT@
216FGREP = @FGREP@
217GREP = @GREP@
218HAVE_CXX11 = @HAVE_CXX11@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LD = @LD@
225LDFLAGS = @LDFLAGS@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBTOOL = @LIBTOOL@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LTLIBOBJS = @LTLIBOBJS@
232MAINT = @MAINT@
233MAKEINFO = @MAKEINFO@
234MANIFEST_TOOL = @MANIFEST_TOOL@
235MKDIR_P = @MKDIR_P@
236NM = @NM@
237NMEDIT = @NMEDIT@
238OBJCXX = @OBJCXX@
239OBJCXXDEPMODE = @OBJCXXDEPMODE@
240OBJCXXFLAGS = @OBJCXXFLAGS@
241OBJDUMP = @OBJDUMP@
242OBJEXT = @OBJEXT@
243OTOOL = @OTOOL@
244OTOOL64 = @OTOOL64@
245PACKAGE = @PACKAGE@
246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247PACKAGE_NAME = @PACKAGE_NAME@
248PACKAGE_STRING = @PACKAGE_STRING@
249PACKAGE_TARNAME = @PACKAGE_TARNAME@
250PACKAGE_URL = @PACKAGE_URL@
251PACKAGE_VERSION = @PACKAGE_VERSION@
252PATH_SEPARATOR = @PATH_SEPARATOR@
253RANLIB = @RANLIB@
254SED = @SED@
255SET_MAKE = @SET_MAKE@
256SHELL = @SHELL@
257SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
258SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@
259SQLITE3_VERSION = @SQLITE3_VERSION@
260STRIP = @STRIP@
261VERSION = @VERSION@
262abs_builddir = @abs_builddir@
263abs_srcdir = @abs_srcdir@
264abs_top_builddir = @abs_top_builddir@
265abs_top_srcdir = @abs_top_srcdir@
266ac_ct_AR = @ac_ct_AR@
267ac_ct_CC = @ac_ct_CC@
268ac_ct_CXX = @ac_ct_CXX@
269ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
270ac_ct_OBJCXX = @ac_ct_OBJCXX@
271am__include = @am__include@
272am__leading_dot = @am__leading_dot@
273am__quote = @am__quote@
274am__tar = @am__tar@
275am__untar = @am__untar@
276bindir = @bindir@
277build = @build@
278build_alias = @build_alias@
279build_cpu = @build_cpu@
280build_os = @build_os@
281build_vendor = @build_vendor@
282builddir = @builddir@
283datadir = @datadir@
284datarootdir = @datarootdir@
285docdir = @docdir@
286dvidir = @dvidir@
287exec_prefix = @exec_prefix@
288host = @host@
289host_alias = @host_alias@
290host_cpu = @host_cpu@
291host_os = @host_os@
292host_vendor = @host_vendor@
293htmldir = @htmldir@
294includedir = @includedir@
295infodir = @infodir@
296install_sh = @install_sh@
297libdir = @libdir@
298libexecdir = @libexecdir@
299localedir = @localedir@
300localstatedir = @localstatedir@
301mandir = @mandir@
302mkdir_p = @mkdir_p@
303oldincludedir = @oldincludedir@
304pdfdir = @pdfdir@
305prefix = @prefix@
306program_transform_name = @program_transform_name@
307psdir = @psdir@
308sbindir = @sbindir@
309sharedstatedir = @sharedstatedir@
310srcdir = @srcdir@
311sysconfdir = @sysconfdir@
312target_alias = @target_alias@
313top_build_prefix = @top_build_prefix@
314top_builddir = @top_builddir@
315top_srcdir = @top_srcdir@
316
317# "make install" will install these in the install include directory, for example
318# /usr/local/include/ndn-cpp/name.hpp.
319# These files are included by the application with, for example
320# #include <ndn-cpp/namp.hpp>
321# Internal include headers are not put in this public install directory.
322nobase_include_HEADERS = ndn-cpp/ndn-cpp-config.h
323all: config.h
324 $(MAKE) $(AM_MAKEFLAGS) all-am
325
326.SUFFIXES:
327$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
328 @for dep in $?; do \
329 case '$(am__configure_deps)' in \
330 *$$dep*) \
331 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332 && { if test -f $@; then exit 0; else break; fi; }; \
333 exit 1;; \
334 esac; \
335 done; \
336 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
337 $(am__cd) $(top_srcdir) && \
338 $(AUTOMAKE) --foreign include/Makefile
339.PRECIOUS: Makefile
340Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341 @case '$?' in \
342 *config.status*) \
343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344 *) \
345 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
346 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
347 esac;
348
349$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
352$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356$(am__aclocal_m4_deps):
357
358config.h: stamp-h1
359 @test -f $@ || rm -f stamp-h1
360 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
361
362stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
363 @rm -f stamp-h1
364 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
365$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
366 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
367 rm -f stamp-h1
368 touch $@
369
370distclean-hdr:
371 -rm -f config.h stamp-h1
372
373mostlyclean-libtool:
374 -rm -f *.lo
375
376clean-libtool:
377 -rm -rf .libs _libs
378install-nobase_includeHEADERS: $(nobase_include_HEADERS)
379 @$(NORMAL_INSTALL)
380 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
381 if test -n "$$list"; then \
382 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
383 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
384 fi; \
385 $(am__nobase_list) | while read dir files; do \
386 xfiles=; for file in $$files; do \
387 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
388 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
389 test -z "$$xfiles" || { \
390 test "x$$dir" = x. || { \
391 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
392 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
393 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
394 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
395 done
396
397uninstall-nobase_includeHEADERS:
398 @$(NORMAL_UNINSTALL)
399 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
400 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
401 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
402
403ID: $(am__tagged_files)
404 $(am__define_uniq_tagged_files); mkid -fID $$unique
405tags: tags-am
406TAGS: tags
407
408tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
409 set x; \
410 here=`pwd`; \
411 $(am__define_uniq_tagged_files); \
412 shift; \
413 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414 test -n "$$unique" || unique=$$empty_fix; \
415 if test $$# -gt 0; then \
416 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417 "$$@" $$unique; \
418 else \
419 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420 $$unique; \
421 fi; \
422 fi
423ctags: ctags-am
424
425CTAGS: ctags
426ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
427 $(am__define_uniq_tagged_files); \
428 test -z "$(CTAGS_ARGS)$$unique" \
429 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430 $$unique
431
432GTAGS:
433 here=`$(am__cd) $(top_builddir) && pwd` \
434 && $(am__cd) $(top_srcdir) \
435 && gtags -i $(GTAGS_ARGS) "$$here"
436cscopelist: cscopelist-am
437
438cscopelist-am: $(am__tagged_files)
439 list='$(am__tagged_files)'; \
440 case "$(srcdir)" in \
441 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
442 *) sdir=$(subdir)/$(srcdir) ;; \
443 esac; \
444 for i in $$list; do \
445 if test -f "$$i"; then \
446 echo "$(subdir)/$$i"; \
447 else \
448 echo "$$sdir/$$i"; \
449 fi; \
450 done >> $(top_builddir)/cscope.files
451
452distclean-tags:
453 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
455distdir: $(DISTFILES)
456 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458 list='$(DISTFILES)'; \
459 dist_files=`for file in $$list; do echo $$file; done | \
460 sed -e "s|^$$srcdirstrip/||;t" \
461 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462 case $$dist_files in \
463 */*) $(MKDIR_P) `echo "$$dist_files" | \
464 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465 sort -u` ;; \
466 esac; \
467 for file in $$dist_files; do \
468 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469 if test -d $$d/$$file; then \
470 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471 if test -d "$(distdir)/$$file"; then \
472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473 fi; \
474 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 fi; \
478 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479 else \
480 test -f "$(distdir)/$$file" \
481 || cp -p $$d/$$file "$(distdir)/$$file" \
482 || exit 1; \
483 fi; \
484 done
485check-am: all-am
486check: check-am
487all-am: Makefile $(HEADERS) config.h
488installdirs:
489 for dir in "$(DESTDIR)$(includedir)"; do \
490 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491 done
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502 if test -z '$(STRIP)'; then \
503 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505 install; \
506 else \
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510 fi
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519maintainer-clean-generic:
520 @echo "This command is intended for maintainers to use"
521 @echo "it deletes files that may require special tools to rebuild."
522clean: clean-am
523
524clean-am: clean-generic clean-libtool mostlyclean-am
525
526distclean: distclean-am
527 -rm -f Makefile
528distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
529
530dvi: dvi-am
531
532dvi-am:
533
534html: html-am
535
536html-am:
537
538info: info-am
539
540info-am:
541
542install-data-am: install-nobase_includeHEADERS
543
544install-dvi: install-dvi-am
545
546install-dvi-am:
547
548install-exec-am:
549
550install-html: install-html-am
551
552install-html-am:
553
554install-info: install-info-am
555
556install-info-am:
557
558install-man:
559
560install-pdf: install-pdf-am
561
562install-pdf-am:
563
564install-ps: install-ps-am
565
566install-ps-am:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-am
571 -rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-am
575
576mostlyclean-am: mostlyclean-generic mostlyclean-libtool
577
578pdf: pdf-am
579
580pdf-am:
581
582ps: ps-am
583
584ps-am:
585
586uninstall-am: uninstall-nobase_includeHEADERS
587
588.MAKE: all install-am install-strip
589
590.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
591 clean-libtool cscopelist-am ctags ctags-am distclean \
592 distclean-generic distclean-hdr distclean-libtool \
593 distclean-tags distdir dvi dvi-am html html-am info info-am \
594 install install-am install-data install-data-am install-dvi \
595 install-dvi-am install-exec install-exec-am install-html \
596 install-html-am install-info install-info-am install-man \
597 install-nobase_includeHEADERS install-pdf install-pdf-am \
598 install-ps install-ps-am install-strip installcheck \
599 installcheck-am installdirs maintainer-clean \
600 maintainer-clean-generic mostlyclean mostlyclean-generic \
601 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
602 uninstall-am uninstall-nobase_includeHEADERS
603
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT: