blob: d4f6cad1854496fc34a0112133d1ce693144d86d [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
Jeff Thompson25b4e612013-10-10 16:03:24 -070017# "make install" will install these in the install include directory, for example
Jeff Thompson31b5c2f2013-10-12 15:13:16 -070018# /usr/local/ndn-cpp/name.hpp.
Jeff Thompson25b4e612013-10-10 16:03:24 -070019# These files are included by the application with, for example
20# #include <ndn-cpp/namp.hpp>
21# Internal include headers are not put in this public install directory.
22
Jeff Thompson6e229042013-10-10 11:09:49 -070023VPATH = @srcdir@
24am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
25am__make_running_with_option = \
26 case $${target_option-} in \
27 ?) ;; \
28 *) echo "am__make_running_with_option: internal error: invalid" \
29 "target option '$${target_option-}' specified" >&2; \
30 exit 1;; \
31 esac; \
32 has_opt=no; \
33 sane_makeflags=$$MAKEFLAGS; \
34 if $(am__is_gnu_make); then \
35 sane_makeflags=$$MFLAGS; \
36 else \
37 case $$MAKEFLAGS in \
38 *\\[\ \ ]*) \
39 bs=\\; \
40 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
41 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 esac; \
43 fi; \
44 skip_next=no; \
45 strip_trailopt () \
46 { \
47 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
48 }; \
49 for flg in $$sane_makeflags; do \
50 test $$skip_next = yes && { skip_next=no; continue; }; \
51 case $$flg in \
52 *=*|--*) continue;; \
53 -*I) strip_trailopt 'I'; skip_next=yes;; \
54 -*I?*) strip_trailopt 'I';; \
55 -*O) strip_trailopt 'O'; skip_next=yes;; \
56 -*O?*) strip_trailopt 'O';; \
57 -*l) strip_trailopt 'l'; skip_next=yes;; \
58 -*l?*) strip_trailopt 'l';; \
59 -[dEDm]) skip_next=yes;; \
60 -[JT]) skip_next=yes;; \
61 esac; \
62 case $$flg in \
63 *$$target_option*) has_opt=yes; break;; \
64 esac; \
65 done; \
66 test $$has_opt = yes
67am__make_dryrun = (target_option=n; $(am__make_running_with_option))
68am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
69pkgdatadir = $(datadir)/@PACKAGE@
70pkgincludedir = $(includedir)/@PACKAGE@
71pkglibdir = $(libdir)/@PACKAGE@
72pkglibexecdir = $(libexecdir)/@PACKAGE@
73am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
74install_sh_DATA = $(install_sh) -c -m 644
75install_sh_PROGRAM = $(install_sh) -c
76install_sh_SCRIPT = $(install_sh) -c
77INSTALL_HEADER = $(INSTALL_DATA)
78transform = $(program_transform_name)
79NORMAL_INSTALL = :
80PRE_INSTALL = :
81POST_INSTALL = :
82NORMAL_UNINSTALL = :
83PRE_UNINSTALL = :
84POST_UNINSTALL = :
85build_triplet = @build@
86host_triplet = @host@
87subdir = include
88DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89 $(srcdir)/config.h.in $(nobase_include_HEADERS)
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Jeff Thompsondc2c4302013-11-22 12:04:16 -080091am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
92 $(top_srcdir)/m4/ax_lib_sqlite3.m4 \
93 $(top_srcdir)/m4/ax_prefix_config_h.m4 \
94 $(top_srcdir)/m4/ax_prog_doxygen.m4 \
95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Jeff Thompson6e229042013-10-10 11:09:49 -070098am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118am__can_run_installinfo = \
119 case $$AM_UPDATE_INFO_DIR in \
120 n|no|NO) false;; \
121 *) (install-info --version) >/dev/null 2>&1;; \
122 esac
123am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124am__vpath_adj = case $$p in \
125 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126 *) f=$$p;; \
127 esac;
128am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129am__install_max = 40
130am__nobase_strip_setup = \
131 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132am__nobase_strip = \
133 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134am__nobase_list = $(am__nobase_strip_setup); \
135 for p in $$list; do echo "$$p $$p"; done | \
136 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138 if (++n[$$2] == $(am__install_max)) \
139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140 END { for (dir in files) print dir, files[dir] }'
141am__base_list = \
142 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144am__uninstall_files_from_dir = { \
145 test -z "$$files" \
146 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148 $(am__cd) "$$dir" && rm -f $$files; }; \
149 }
150am__installdirs = "$(DESTDIR)$(includedir)"
151HEADERS = $(nobase_include_HEADERS)
152am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
153 $(LISP)config.h.in
154# Read a list of newline-separated strings from the standard input,
155# and print each of them once, without duplicates. Input order is
156# *not* preserved.
157am__uniquify_input = $(AWK) '\
158 BEGIN { nonempty = 0; } \
159 { items[$$0] = 1; nonempty = 1; } \
160 END { if (nonempty) { for (i in items) print i; }; } \
161'
162# Make sure the list of sources is unique. This is necessary because,
163# e.g., the same source file might be shared among _SOURCES variables
164# for different programs/libraries.
165am__define_uniq_tagged_files = \
166 list='$(am__tagged_files)'; \
167 unique=`for i in $$list; do \
168 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169 done | $(am__uniquify_input)`
170ETAGS = etags
171CTAGS = ctags
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CXX = @CXX@
187CXXCPP = @CXXCPP@
188CXXDEPMODE = @CXXDEPMODE@
189CXXFLAGS = @CXXFLAGS@
190CYGPATH_W = @CYGPATH_W@
191DEFS = @DEFS@
192DEPDIR = @DEPDIR@
193DLLTOOL = @DLLTOOL@
194DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
195DSYMUTIL = @DSYMUTIL@
196DUMPBIN = @DUMPBIN@
197DX_CONFIG = @DX_CONFIG@
198DX_DOCDIR = @DX_DOCDIR@
199DX_DOT = @DX_DOT@
200DX_DOXYGEN = @DX_DOXYGEN@
201DX_DVIPS = @DX_DVIPS@
202DX_EGREP = @DX_EGREP@
203DX_ENV = @DX_ENV@
204DX_FLAG_chi = @DX_FLAG_chi@
205DX_FLAG_chm = @DX_FLAG_chm@
206DX_FLAG_doc = @DX_FLAG_doc@
207DX_FLAG_dot = @DX_FLAG_dot@
208DX_FLAG_html = @DX_FLAG_html@
209DX_FLAG_man = @DX_FLAG_man@
210DX_FLAG_pdf = @DX_FLAG_pdf@
211DX_FLAG_ps = @DX_FLAG_ps@
212DX_FLAG_rtf = @DX_FLAG_rtf@
213DX_FLAG_xml = @DX_FLAG_xml@
214DX_HHC = @DX_HHC@
215DX_LATEX = @DX_LATEX@
216DX_MAKEINDEX = @DX_MAKEINDEX@
217DX_PDFLATEX = @DX_PDFLATEX@
218DX_PERL = @DX_PERL@
219DX_PROJECT = @DX_PROJECT@
220ECHO_C = @ECHO_C@
221ECHO_N = @ECHO_N@
222ECHO_T = @ECHO_T@
223EGREP = @EGREP@
224EXEEXT = @EXEEXT@
225FGREP = @FGREP@
226GREP = @GREP@
227HAVE_CXX11 = @HAVE_CXX11@
228INSTALL = @INSTALL@
229INSTALL_DATA = @INSTALL_DATA@
230INSTALL_PROGRAM = @INSTALL_PROGRAM@
231INSTALL_SCRIPT = @INSTALL_SCRIPT@
232INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233LD = @LD@
234LDFLAGS = @LDFLAGS@
235LIBOBJS = @LIBOBJS@
236LIBS = @LIBS@
237LIBTOOL = @LIBTOOL@
238LIPO = @LIPO@
239LN_S = @LN_S@
240LTLIBOBJS = @LTLIBOBJS@
241MAINT = @MAINT@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MKDIR_P = @MKDIR_P@
245NM = @NM@
246NMEDIT = @NMEDIT@
247OBJCXX = @OBJCXX@
248OBJCXXDEPMODE = @OBJCXXDEPMODE@
249OBJCXXFLAGS = @OBJCXXFLAGS@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262RANLIB = @RANLIB@
263SED = @SED@
264SET_MAKE = @SET_MAKE@
265SHELL = @SHELL@
266SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
267SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@
268SQLITE3_VERSION = @SQLITE3_VERSION@
269STRIP = @STRIP@
270VERSION = @VERSION@
271abs_builddir = @abs_builddir@
272abs_srcdir = @abs_srcdir@
273abs_top_builddir = @abs_top_builddir@
274abs_top_srcdir = @abs_top_srcdir@
275ac_ct_AR = @ac_ct_AR@
276ac_ct_CC = @ac_ct_CC@
277ac_ct_CXX = @ac_ct_CXX@
278ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279ac_ct_OBJCXX = @ac_ct_OBJCXX@
280am__include = @am__include@
281am__leading_dot = @am__leading_dot@
282am__quote = @am__quote@
283am__tar = @am__tar@
284am__untar = @am__untar@
285bindir = @bindir@
286build = @build@
287build_alias = @build_alias@
288build_cpu = @build_cpu@
289build_os = @build_os@
290build_vendor = @build_vendor@
291builddir = @builddir@
292datadir = @datadir@
293datarootdir = @datarootdir@
294docdir = @docdir@
295dvidir = @dvidir@
296exec_prefix = @exec_prefix@
297host = @host@
298host_alias = @host_alias@
299host_cpu = @host_cpu@
300host_os = @host_os@
301host_vendor = @host_vendor@
302htmldir = @htmldir@
303includedir = @includedir@
304infodir = @infodir@
305install_sh = @install_sh@
306libdir = @libdir@
307libexecdir = @libexecdir@
308localedir = @localedir@
309localstatedir = @localstatedir@
310mandir = @mandir@
311mkdir_p = @mkdir_p@
312oldincludedir = @oldincludedir@
313pdfdir = @pdfdir@
314prefix = @prefix@
315program_transform_name = @program_transform_name@
316psdir = @psdir@
317sbindir = @sbindir@
318sharedstatedir = @sharedstatedir@
319srcdir = @srcdir@
320sysconfdir = @sysconfdir@
321target_alias = @target_alias@
322top_build_prefix = @top_build_prefix@
323top_builddir = @top_builddir@
324top_srcdir = @top_srcdir@
325
Jeff Thompson25b4e612013-10-10 16:03:24 -0700326# Public C headers.
327ndn_cpp_c_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -0800328 $(wildcard ndn-cpp/*.h) \
329 $(wildcard ndn-cpp/c/*.*) \
330 $(wildcard ndn-cpp/c/encoding/*.*)
Jeff Thompson25b4e612013-10-10 16:03:24 -0700331
332
333# Public C++ headers.
Jeff Thompson5ae3c902013-11-22 17:36:36 -0800334# Use ndn-cpp/*.hpp instead of *.* to not overwrite *.h from above.
Jeff Thompson25b4e612013-10-10 16:03:24 -0700335ndn_cpp_cpp_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -0800336 $(wildcard ndn-cpp/*.hpp) \
337 $(wildcard ndn-cpp/encoding/*.*) \
338 $(wildcard ndn-cpp/security/*.*) \
339 $(wildcard ndn-cpp/security/certificate/*.*) \
340 $(wildcard ndn-cpp/security/encryption/*.*) \
341 $(wildcard ndn-cpp/security/identity/*.*) \
342 $(wildcard ndn-cpp/security/policy/*.*) \
Jeff Thompsonba16b8f2013-12-16 13:11:47 -0800343 $(wildcard ndn-cpp/security/signature/*.*) \
Jeff Thompson5ae3c902013-11-22 17:36:36 -0800344 $(wildcard ndn-cpp/transport/*.*) \
345 $(wildcard ndn-cpp/util/*.*)
Jeff Thompson25b4e612013-10-10 16:03:24 -0700346
347ndnboost_headers = \
Jeff Thompson5ae3c902013-11-22 17:36:36 -0800348 $(wildcard ndnboost/*.*) \
349 $(wildcard ndnboost/utility/*.*) \
350 $(wildcard ndnboost/utility/detail/*.*) \
351 $(wildcard ndnboost/units/*.*) \
352 $(wildcard ndnboost/units/detail/*.*) \
353 $(wildcard ndnboost/unordered/*.*) \
354 $(wildcard ndnboost/unordered/detail/*.*) \
355 $(wildcard ndnboost/range/*.*) \
356 $(wildcard ndnboost/range/algorithm/*.*) \
357 $(wildcard ndnboost/range/detail/*.*) \
358 $(wildcard ndnboost/range/detail/vc6/*.*) \
359 $(wildcard ndnboost/smart_ptr/*.*) \
360 $(wildcard ndnboost/smart_ptr/detail/*.*) \
361 $(wildcard ndnboost/intrusive/*.*) \
362 $(wildcard ndnboost/intrusive/detail/*.*) \
363 $(wildcard ndnboost/typeof/*.*) \
364 $(wildcard ndnboost/typeof/dmc/*.*) \
365 $(wildcard ndnboost/typeof/msvc/*.*) \
366 $(wildcard ndnboost/config/*.*) \
367 $(wildcard ndnboost/config/no_tr1/*.*) \
368 $(wildcard ndnboost/config/abi/*.*) \
369 $(wildcard ndnboost/config/platform/*.*) \
370 $(wildcard ndnboost/config/compiler/*.*) \
371 $(wildcard ndnboost/config/stdlib/*.*) \
372 $(wildcard ndnboost/test/*.*) \
373 $(wildcard ndnboost/test/utils/*.*) \
374 $(wildcard ndnboost/test/utils/basic_cstring/*.*) \
375 $(wildcard ndnboost/test/utils/iterator/*.*) \
376 $(wildcard ndnboost/test/utils/runtime/*.*) \
377 $(wildcard ndnboost/test/utils/runtime/cla/*.*) \
378 $(wildcard ndnboost/test/utils/runtime/cla/detail/*.*) \
379 $(wildcard ndnboost/test/utils/runtime/cla/iface/*.*) \
380 $(wildcard ndnboost/test/utils/runtime/env/*.*) \
381 $(wildcard ndnboost/test/output/*.*) \
382 $(wildcard ndnboost/test/impl/*.*) \
383 $(wildcard ndnboost/test/detail/*.*) \
384 $(wildcard ndnboost/math/*.*) \
385 $(wildcard ndnboost/math/special_functions/*.*) \
386 $(wildcard ndnboost/math/special_functions/detail/*.*) \
387 $(wildcard ndnboost/math/tools/*.*) \
388 $(wildcard ndnboost/math/policies/*.*) \
389 $(wildcard ndnboost/bind/*.*) \
390 $(wildcard ndnboost/iterator/*.*) \
391 $(wildcard ndnboost/iterator/detail/*.*) \
392 $(wildcard ndnboost/mpl/*.*) \
393 $(wildcard ndnboost/mpl/vector/*.*) \
394 $(wildcard ndnboost/mpl/vector/aux_/*.*) \
395 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/*.*) \
396 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/typeof_based/*.*) \
397 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/plain/*.*) \
398 $(wildcard ndnboost/mpl/vector/aux_/preprocessed/no_ctps/*.*) \
399 $(wildcard ndnboost/mpl/aux_/*.*) \
400 $(wildcard ndnboost/mpl/aux_/config/*.*) \
401 $(wildcard ndnboost/mpl/aux_/preprocessed/*.*) \
402 $(wildcard ndnboost/mpl/aux_/preprocessed/msvc60/*.*) \
403 $(wildcard ndnboost/mpl/aux_/preprocessed/dmc/*.*) \
404 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc551/*.*) \
405 $(wildcard ndnboost/mpl/aux_/preprocessed/msvc70/*.*) \
406 $(wildcard ndnboost/mpl/aux_/preprocessed/gcc/*.*) \
407 $(wildcard ndnboost/mpl/aux_/preprocessed/plain/*.*) \
408 $(wildcard ndnboost/mpl/aux_/preprocessed/mwcw/*.*) \
409 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc_pre590/*.*) \
410 $(wildcard ndnboost/mpl/aux_/preprocessed/no_ttp/*.*) \
411 $(wildcard ndnboost/mpl/aux_/preprocessed/bcc/*.*) \
412 $(wildcard ndnboost/mpl/aux_/preprocessed/no_ctps/*.*) \
413 $(wildcard ndnboost/mpl/aux_/preprocessor/*.*) \
414 $(wildcard ndnboost/mpl/limits/*.*) \
415 $(wildcard ndnboost/mpl/list/*.*) \
416 $(wildcard ndnboost/mpl/list/aux_/*.*) \
417 $(wildcard ndnboost/mpl/list/aux_/preprocessed/*.*) \
418 $(wildcard ndnboost/mpl/list/aux_/preprocessed/plain/*.*) \
419 $(wildcard ndnboost/regex/*.*) \
420 $(wildcard ndnboost/regex/config/*.*) \
421 $(wildcard ndnboost/regex/v4/*.*) \
422 $(wildcard ndnboost/regex/pending/*.*) \
423 $(wildcard ndnboost/filesystem/*.*) \
424 $(wildcard ndnboost/filesystem/detail/*.*) \
425 $(wildcard ndnboost/iostreams/*.*) \
426 $(wildcard ndnboost/iostreams/filter/*.*) \
427 $(wildcard ndnboost/iostreams/device/*.*) \
428 $(wildcard ndnboost/iostreams/detail/*.*) \
429 $(wildcard ndnboost/iostreams/detail/adapter/*.*) \
430 $(wildcard ndnboost/iostreams/detail/config/*.*) \
431 $(wildcard ndnboost/iostreams/detail/streambuf/*.*) \
432 $(wildcard ndnboost/iostreams/detail/vc6/*.*) \
433 $(wildcard ndnboost/iostreams/detail/broken_overload_resolution/*.*) \
434 $(wildcard ndnboost/integer/*.*) \
435 $(wildcard ndnboost/optional/*.*) \
436 $(wildcard ndnboost/numeric/*.*) \
437 $(wildcard ndnboost/numeric/conversion/*.*) \
438 $(wildcard ndnboost/numeric/conversion/detail/*.*) \
439 $(wildcard ndnboost/numeric/conversion/detail/preprocessed/*.*) \
440 $(wildcard ndnboost/function/*.*) \
441 $(wildcard ndnboost/function/detail/*.*) \
442 $(wildcard ndnboost/random/*.*) \
443 $(wildcard ndnboost/random/detail/*.*) \
444 $(wildcard ndnboost/system/*.*) \
445 $(wildcard ndnboost/container/*.*) \
446 $(wildcard ndnboost/functional/*.*) \
447 $(wildcard ndnboost/functional/hash/*.*) \
448 $(wildcard ndnboost/functional/hash/detail/*.*) \
449 $(wildcard ndnboost/pending/*.*) \
450 $(wildcard ndnboost/io/*.*) \
451 $(wildcard ndnboost/io/detail/*.*) \
452 $(wildcard ndnboost/exception/*.*) \
453 $(wildcard ndnboost/exception/detail/*.*) \
454 $(wildcard ndnboost/preprocessor/*.*) \
455 $(wildcard ndnboost/preprocessor/repetition/*.*) \
456 $(wildcard ndnboost/preprocessor/repetition/detail/*.*) \
457 $(wildcard ndnboost/preprocessor/repetition/detail/dmc/*.*) \
458 $(wildcard ndnboost/preprocessor/repetition/detail/edg/*.*) \
459 $(wildcard ndnboost/preprocessor/repetition/detail/msvc/*.*) \
460 $(wildcard ndnboost/preprocessor/facilities/*.*) \
461 $(wildcard ndnboost/preprocessor/logical/*.*) \
462 $(wildcard ndnboost/preprocessor/control/*.*) \
463 $(wildcard ndnboost/preprocessor/control/detail/*.*) \
464 $(wildcard ndnboost/preprocessor/control/detail/dmc/*.*) \
465 $(wildcard ndnboost/preprocessor/control/detail/edg/*.*) \
466 $(wildcard ndnboost/preprocessor/control/detail/msvc/*.*) \
467 $(wildcard ndnboost/preprocessor/arithmetic/*.*) \
468 $(wildcard ndnboost/preprocessor/arithmetic/detail/*.*) \
469 $(wildcard ndnboost/preprocessor/array/*.*) \
470 $(wildcard ndnboost/preprocessor/config/*.*) \
471 $(wildcard ndnboost/preprocessor/slot/*.*) \
472 $(wildcard ndnboost/preprocessor/slot/detail/*.*) \
473 $(wildcard ndnboost/preprocessor/seq/*.*) \
474 $(wildcard ndnboost/preprocessor/seq/detail/*.*) \
475 $(wildcard ndnboost/preprocessor/comparison/*.*) \
476 $(wildcard ndnboost/preprocessor/punctuation/*.*) \
477 $(wildcard ndnboost/preprocessor/iteration/*.*) \
478 $(wildcard ndnboost/preprocessor/iteration/detail/*.*) \
479 $(wildcard ndnboost/preprocessor/iteration/detail/iter/*.*) \
480 $(wildcard ndnboost/preprocessor/iteration/detail/bounds/*.*) \
481 $(wildcard ndnboost/preprocessor/debug/*.*) \
482 $(wildcard ndnboost/preprocessor/variadic/*.*) \
483 $(wildcard ndnboost/preprocessor/tuple/*.*) \
484 $(wildcard ndnboost/preprocessor/detail/*.*) \
485 $(wildcard ndnboost/preprocessor/detail/dmc/*.*) \
486 $(wildcard ndnboost/preprocessor/list/*.*) \
487 $(wildcard ndnboost/preprocessor/list/detail/*.*) \
488 $(wildcard ndnboost/preprocessor/list/detail/dmc/*.*) \
489 $(wildcard ndnboost/preprocessor/list/detail/edg/*.*) \
490 $(wildcard ndnboost/move/*.*) \
491 $(wildcard ndnboost/move/detail/*.*) \
492 $(wildcard ndnboost/algorithm/*.*) \
493 $(wildcard ndnboost/algorithm/string/*.*) \
494 $(wildcard ndnboost/algorithm/string/detail/*.*) \
495 $(wildcard ndnboost/type_traits/*.*) \
496 $(wildcard ndnboost/type_traits/msvc/*.*) \
497 $(wildcard ndnboost/type_traits/detail/*.*) \
498 $(wildcard ndnboost/tuple/*.*) \
499 $(wildcard ndnboost/tuple/detail/*.*) \
500 $(wildcard ndnboost/detail/*.*) \
501 $(wildcard ndnboost/function_types/*.*) \
502 $(wildcard ndnboost/function_types/config/*.*) \
503 $(wildcard ndnboost/function_types/detail/*.*) \
504 $(wildcard ndnboost/function_types/detail/pp_retag_default_cc/*.*) \
505 $(wildcard ndnboost/function_types/detail/components_impl/*.*) \
506 $(wildcard ndnboost/function_types/detail/pp_variate_loop/*.*) \
507 $(wildcard ndnboost/function_types/detail/classifier_impl/*.*) \
508 $(wildcard ndnboost/function_types/detail/pp_cc_loop/*.*) \
509 $(wildcard ndnboost/function_types/detail/encoding/*.*) \
510 $(wildcard ndnboost/function_types/detail/synthesize_impl/*.*) \
511 $(wildcard ndnboost/function_types/detail/pp_tags/*.*) \
512 $(wildcard ndnboost/concept/*.*) \
513 $(wildcard ndnboost/concept/detail/*.*) \
514 $(wildcard ndnboost/lambda/*.*) \
515 $(wildcard ndnboost/lambda/detail/*.*)
Jeff Thompson38551982013-10-10 11:58:05 -0700516
Jeff Thompson25b4e612013-10-10 16:03:24 -0700517nobase_include_HEADERS = $(ndn_cpp_c_headers) $(ndn_cpp_cpp_headers) $(ndnboost_headers)
Jeff Thompson6e229042013-10-10 11:09:49 -0700518all: config.h
519 $(MAKE) $(AM_MAKEFLAGS) all-am
520
521.SUFFIXES:
522$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
523 @for dep in $?; do \
524 case '$(am__configure_deps)' in \
525 *$$dep*) \
526 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
527 && { if test -f $@; then exit 0; else break; fi; }; \
528 exit 1;; \
529 esac; \
530 done; \
531 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
532 $(am__cd) $(top_srcdir) && \
533 $(AUTOMAKE) --foreign include/Makefile
534.PRECIOUS: Makefile
535Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
536 @case '$?' in \
537 *config.status*) \
538 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
539 *) \
540 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
541 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
542 esac;
543
544$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
545 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546
547$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
548 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
549$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551$(am__aclocal_m4_deps):
552
553config.h: stamp-h1
554 @test -f $@ || rm -f stamp-h1
555 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
556
557stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
558 @rm -f stamp-h1
559 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
560$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
561 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
562 rm -f stamp-h1
563 touch $@
564
565distclean-hdr:
566 -rm -f config.h stamp-h1
567
568mostlyclean-libtool:
569 -rm -f *.lo
570
571clean-libtool:
572 -rm -rf .libs _libs
573install-nobase_includeHEADERS: $(nobase_include_HEADERS)
574 @$(NORMAL_INSTALL)
575 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
576 if test -n "$$list"; then \
577 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
578 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
579 fi; \
580 $(am__nobase_list) | while read dir files; do \
581 xfiles=; for file in $$files; do \
582 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
583 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
584 test -z "$$xfiles" || { \
585 test "x$$dir" = x. || { \
586 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
587 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
588 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
589 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
590 done
591
592uninstall-nobase_includeHEADERS:
593 @$(NORMAL_UNINSTALL)
594 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
595 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
596 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
597
598ID: $(am__tagged_files)
599 $(am__define_uniq_tagged_files); mkid -fID $$unique
600tags: tags-am
601TAGS: tags
602
603tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
604 set x; \
605 here=`pwd`; \
606 $(am__define_uniq_tagged_files); \
607 shift; \
608 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
609 test -n "$$unique" || unique=$$empty_fix; \
610 if test $$# -gt 0; then \
611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612 "$$@" $$unique; \
613 else \
614 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615 $$unique; \
616 fi; \
617 fi
618ctags: ctags-am
619
620CTAGS: ctags
621ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622 $(am__define_uniq_tagged_files); \
623 test -z "$(CTAGS_ARGS)$$unique" \
624 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
625 $$unique
626
627GTAGS:
628 here=`$(am__cd) $(top_builddir) && pwd` \
629 && $(am__cd) $(top_srcdir) \
630 && gtags -i $(GTAGS_ARGS) "$$here"
631cscopelist: cscopelist-am
632
633cscopelist-am: $(am__tagged_files)
634 list='$(am__tagged_files)'; \
635 case "$(srcdir)" in \
636 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
637 *) sdir=$(subdir)/$(srcdir) ;; \
638 esac; \
639 for i in $$list; do \
640 if test -f "$$i"; then \
641 echo "$(subdir)/$$i"; \
642 else \
643 echo "$$sdir/$$i"; \
644 fi; \
645 done >> $(top_builddir)/cscope.files
646
647distclean-tags:
648 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
649
650distdir: $(DISTFILES)
651 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
652 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
653 list='$(DISTFILES)'; \
654 dist_files=`for file in $$list; do echo $$file; done | \
655 sed -e "s|^$$srcdirstrip/||;t" \
656 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
657 case $$dist_files in \
658 */*) $(MKDIR_P) `echo "$$dist_files" | \
659 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
660 sort -u` ;; \
661 esac; \
662 for file in $$dist_files; do \
663 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
664 if test -d $$d/$$file; then \
665 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
666 if test -d "$(distdir)/$$file"; then \
667 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
668 fi; \
669 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
670 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
671 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
672 fi; \
673 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
674 else \
675 test -f "$(distdir)/$$file" \
676 || cp -p $$d/$$file "$(distdir)/$$file" \
677 || exit 1; \
678 fi; \
679 done
680check-am: all-am
681check: check-am
682all-am: Makefile $(HEADERS) config.h
683installdirs:
684 for dir in "$(DESTDIR)$(includedir)"; do \
685 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
686 done
687install: install-am
688install-exec: install-exec-am
689install-data: install-data-am
690uninstall: uninstall-am
691
692install-am: all-am
693 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
694
695installcheck: installcheck-am
696install-strip:
697 if test -z '$(STRIP)'; then \
698 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
699 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
700 install; \
701 else \
702 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
705 fi
706mostlyclean-generic:
707
708clean-generic:
709
710distclean-generic:
711 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
713
714maintainer-clean-generic:
715 @echo "This command is intended for maintainers to use"
716 @echo "it deletes files that may require special tools to rebuild."
717clean: clean-am
718
719clean-am: clean-generic clean-libtool mostlyclean-am
720
721distclean: distclean-am
722 -rm -f Makefile
723distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
724
725dvi: dvi-am
726
727dvi-am:
728
729html: html-am
730
731html-am:
732
733info: info-am
734
735info-am:
736
737install-data-am: install-nobase_includeHEADERS
738
739install-dvi: install-dvi-am
740
741install-dvi-am:
742
743install-exec-am:
744
745install-html: install-html-am
746
747install-html-am:
748
749install-info: install-info-am
750
751install-info-am:
752
753install-man:
754
755install-pdf: install-pdf-am
756
757install-pdf-am:
758
759install-ps: install-ps-am
760
761install-ps-am:
762
763installcheck-am:
764
765maintainer-clean: maintainer-clean-am
766 -rm -f Makefile
767maintainer-clean-am: distclean-am maintainer-clean-generic
768
769mostlyclean: mostlyclean-am
770
771mostlyclean-am: mostlyclean-generic mostlyclean-libtool
772
773pdf: pdf-am
774
775pdf-am:
776
777ps: ps-am
778
779ps-am:
780
781uninstall-am: uninstall-nobase_includeHEADERS
782
783.MAKE: all install-am install-strip
784
785.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
786 clean-libtool cscopelist-am ctags ctags-am distclean \
787 distclean-generic distclean-hdr distclean-libtool \
788 distclean-tags distdir dvi dvi-am html html-am info info-am \
789 install install-am install-data install-data-am install-dvi \
790 install-dvi-am install-exec install-exec-am install-html \
791 install-html-am install-info install-info-am install-man \
792 install-nobase_includeHEADERS install-pdf install-pdf-am \
793 install-ps install-ps-am install-strip installcheck \
794 installcheck-am installdirs maintainer-clean \
795 maintainer-clean-generic mostlyclean mostlyclean-generic \
796 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
797 uninstall-am uninstall-nobase_includeHEADERS
798
799
800# Tell versions [3.59,3.63) of GNU make to not export all variables.
801# Otherwise a system limit (for SysV at least) may be exceeded.
802.NOEXPORT: