blob: e1215d66174e91f74ddf4ff8b5e067849da38882 [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001# Makefile.in generated by automake 1.13.3 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 Thompsonca45e552013-06-26 17:40:06 -070017# This file is copied from http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
18
Jeff Thompson39128c62013-06-19 14:08:51 -070019
Jeff Thompson36174062013-06-21 16:03:44 -070020
Jeff Thompson39128c62013-06-19 14:08:51 -070021VPATH = @srcdir@
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__make_running_with_option = \
24 case $${target_option-} in \
25 ?) ;; \
26 *) echo "am__make_running_with_option: internal error: invalid" \
27 "target option '$${target_option-}' specified" >&2; \
28 exit 1;; \
29 esac; \
30 has_opt=no; \
31 sane_makeflags=$$MAKEFLAGS; \
32 if $(am__is_gnu_make); then \
33 sane_makeflags=$$MFLAGS; \
34 else \
35 case $$MAKEFLAGS in \
36 *\\[\ \ ]*) \
37 bs=\\; \
38 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 esac; \
41 fi; \
42 skip_next=no; \
43 strip_trailopt () \
44 { \
45 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46 }; \
47 for flg in $$sane_makeflags; do \
48 test $$skip_next = yes && { skip_next=no; continue; }; \
49 case $$flg in \
50 *=*|--*) continue;; \
51 -*I) strip_trailopt 'I'; skip_next=yes;; \
52 -*I?*) strip_trailopt 'I';; \
53 -*O) strip_trailopt 'O'; skip_next=yes;; \
54 -*O?*) strip_trailopt 'O';; \
55 -*l) strip_trailopt 'l'; skip_next=yes;; \
56 -*l?*) strip_trailopt 'l';; \
57 -[dEDm]) skip_next=yes;; \
58 -[JT]) skip_next=yes;; \
59 esac; \
60 case $$flg in \
61 *$$target_option*) has_opt=yes; break;; \
62 esac; \
63 done; \
64 test $$has_opt = yes
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67pkgdatadir = $(datadir)/@PACKAGE@
68pkgincludedir = $(includedir)/@PACKAGE@
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
Jeff Thompsonca45e552013-06-26 17:40:06 -070083DIST_COMMON = $(srcdir)/aminclude.am $(srcdir)/Makefile.in \
84 $(srcdir)/Makefile.am $(top_srcdir)/configure \
85 $(am__configure_deps) $(srcdir)/config.h.in \
86 $(dist_noinst_SCRIPTS) depcomp ar-lib config.guess config.sub \
87 install-sh missing ltmain.sh
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070088bin_PROGRAMS = test-encode-decode-interest$(EXEEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -070089subdir = .
Jeff Thompson39128c62013-06-19 14:08:51 -070090ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -0700100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
126 }
127am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
128LIBRARIES = $(lib_LIBRARIES)
129ARFLAGS = cru
130AM_V_AR = $(am__v_AR_@AM_V@)
131am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
132am__v_AR_0 = @echo " AR " $@;
133am__v_AR_1 =
134ndn_cpp_a_AR = $(AR) $(ARFLAGS)
135ndn_cpp_a_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700136am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompson48815112013-06-28 18:22:48 -0700137am_ndn_cpp_a_OBJECTS = ndn-cpp/Name.$(OBJEXT) \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700138 ndn-cpp/encoding/BinaryXMLDecoder.$(OBJEXT) \
Jeff Thompson48815112013-06-28 18:22:48 -0700139 ndn-cpp/encoding/BinaryXMLName.$(OBJEXT) \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700140 ndn-cpp/encoding/BinaryXMLStructureDecoder.$(OBJEXT) \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700141 ndn-cpp/encoding/BinaryXMLWireFormat.$(OBJEXT) \
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700142 ndn-cpp/encoding/WireFormat.$(OBJEXT) \
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700143 ndn-cpp/util/ndn_memory.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700144ndn_cpp_a_OBJECTS = $(am_ndn_cpp_a_OBJECTS)
145PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700146am_test_encode_decode_interest_OBJECTS = \
147 test/test-encode-decode-interest.$(OBJEXT)
148test_encode_decode_interest_OBJECTS = \
149 $(am_test_encode_decode_interest_OBJECTS)
150test_encode_decode_interest_DEPENDENCIES = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700151SCRIPTS = $(dist_noinst_SCRIPTS)
152AM_V_P = $(am__v_P_@AM_V@)
153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154am__v_P_0 = false
155am__v_P_1 = :
156AM_V_GEN = $(am__v_GEN_@AM_V@)
157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158am__v_GEN_0 = @echo " GEN " $@;
159am__v_GEN_1 =
160AM_V_at = $(am__v_at_@AM_V@)
161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162am__v_at_0 = @
163am__v_at_1 =
164DEFAULT_INCLUDES = -I.@am__isrc@
165depcomp = $(SHELL) $(top_srcdir)/depcomp
166am__depfiles_maybe = depfiles
167am__mv = mv -f
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700168COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170AM_V_CC = $(am__v_CC_@AM_V@)
171am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
172am__v_CC_0 = @echo " CC " $@;
173am__v_CC_1 =
174CCLD = $(CC)
175LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178am__v_CCLD_0 = @echo " CCLD " $@;
179am__v_CCLD_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700180CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
181 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
182AM_V_CXX = $(am__v_CXX_@AM_V@)
183am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
184am__v_CXX_0 = @echo " CXX " $@;
185am__v_CXX_1 =
186CXXLD = $(CXX)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700187CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
188 -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700189AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
190am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
191am__v_CXXLD_0 = @echo " CXXLD " $@;
192am__v_CXXLD_1 =
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700193SOURCES = $(ndn_cpp_a_SOURCES) $(test_encode_decode_interest_SOURCES)
194DIST_SOURCES = $(ndn_cpp_a_SOURCES) \
195 $(test_encode_decode_interest_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700196am__can_run_installinfo = \
197 case $$AM_UPDATE_INFO_DIR in \
198 n|no|NO) false;; \
199 *) (install-info --version) >/dev/null 2>&1;; \
200 esac
201am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
202 $(LISP)config.h.in
203# Read a list of newline-separated strings from the standard input,
204# and print each of them once, without duplicates. Input order is
205# *not* preserved.
206am__uniquify_input = $(AWK) '\
207 BEGIN { nonempty = 0; } \
208 { items[$$0] = 1; nonempty = 1; } \
209 END { if (nonempty) { for (i in items) print i; }; } \
210'
211# Make sure the list of sources is unique. This is necessary because,
212# e.g., the same source file might be shared among _SOURCES variables
213# for different programs/libraries.
214am__define_uniq_tagged_files = \
215 list='$(am__tagged_files)'; \
216 unique=`for i in $$list; do \
217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 done | $(am__uniquify_input)`
219ETAGS = etags
220CTAGS = ctags
221CSCOPE = cscope
222AM_RECURSIVE_TARGETS = cscope
223DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224distdir = $(PACKAGE)-$(VERSION)
225top_distdir = $(distdir)
226am__remove_distdir = \
227 if test -d "$(distdir)"; then \
228 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
229 && rm -rf "$(distdir)" \
230 || { sleep 5 && rm -rf "$(distdir)"; }; \
231 else :; fi
232am__post_remove_distdir = $(am__remove_distdir)
233DIST_ARCHIVES = $(distdir).tar.gz
234GZIP_ENV = --best
235DIST_TARGETS = dist-gzip
236distuninstallcheck_listfiles = find . -type f -print
237am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
238 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
239distcleancheck_listfiles = find . -type f -print
240ACLOCAL = @ACLOCAL@
241AMTAR = @AMTAR@
242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700243AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700244AUTOCONF = @AUTOCONF@
245AUTOHEADER = @AUTOHEADER@
246AUTOMAKE = @AUTOMAKE@
247AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
Jeff Thompson39128c62013-06-19 14:08:51 -0700251CPPFLAGS = @CPPFLAGS@
252CXX = @CXX@
253CXXDEPMODE = @CXXDEPMODE@
254CXXFLAGS = @CXXFLAGS@
255CYGPATH_W = @CYGPATH_W@
256DEFS = @DEFS@
257DEPDIR = @DEPDIR@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700258DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
259DX_CONFIG = @DX_CONFIG@
260DX_DOCDIR = @DX_DOCDIR@
261DX_DOT = @DX_DOT@
262DX_DOXYGEN = @DX_DOXYGEN@
263DX_DVIPS = @DX_DVIPS@
264DX_EGREP = @DX_EGREP@
265DX_ENV = @DX_ENV@
266DX_FLAG_chi = @DX_FLAG_chi@
267DX_FLAG_chm = @DX_FLAG_chm@
268DX_FLAG_doc = @DX_FLAG_doc@
269DX_FLAG_dot = @DX_FLAG_dot@
270DX_FLAG_html = @DX_FLAG_html@
271DX_FLAG_man = @DX_FLAG_man@
272DX_FLAG_pdf = @DX_FLAG_pdf@
273DX_FLAG_ps = @DX_FLAG_ps@
274DX_FLAG_rtf = @DX_FLAG_rtf@
275DX_FLAG_xml = @DX_FLAG_xml@
276DX_HHC = @DX_HHC@
277DX_LATEX = @DX_LATEX@
278DX_MAKEINDEX = @DX_MAKEINDEX@
279DX_PDFLATEX = @DX_PDFLATEX@
280DX_PERL = @DX_PERL@
281DX_PROJECT = @DX_PROJECT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700282ECHO_C = @ECHO_C@
283ECHO_N = @ECHO_N@
284ECHO_T = @ECHO_T@
285EXEEXT = @EXEEXT@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700286HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700287INSTALL = @INSTALL@
288INSTALL_DATA = @INSTALL_DATA@
289INSTALL_PROGRAM = @INSTALL_PROGRAM@
290INSTALL_SCRIPT = @INSTALL_SCRIPT@
291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292LDFLAGS = @LDFLAGS@
293LIBOBJS = @LIBOBJS@
294LIBS = @LIBS@
295LTLIBOBJS = @LTLIBOBJS@
296MAKEINFO = @MAKEINFO@
297MKDIR_P = @MKDIR_P@
298OBJEXT = @OBJEXT@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700307RANLIB = @RANLIB@
Jeff Thompson39128c62013-06-19 14:08:51 -0700308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310STRIP = @STRIP@
311VERSION = @VERSION@
312abs_builddir = @abs_builddir@
313abs_srcdir = @abs_srcdir@
314abs_top_builddir = @abs_top_builddir@
315abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700316ac_ct_AR = @ac_ct_AR@
317ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700318ac_ct_CXX = @ac_ct_CXX@
319am__include = @am__include@
320am__leading_dot = @am__leading_dot@
321am__quote = @am__quote@
322am__tar = @am__tar@
323am__untar = @am__untar@
324bindir = @bindir@
325build_alias = @build_alias@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332host_alias = @host_alias@
333htmldir = @htmldir@
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
339localedir = @localedir@
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
344pdfdir = @pdfdir@
345prefix = @prefix@
346program_transform_name = @program_transform_name@
347psdir = @psdir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351sysconfdir = @sysconfdir@
352target_alias = @target_alias@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700356@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
357@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
358@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
359@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
360@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
361@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
362@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
363@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
364@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
365@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
366@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
367@DX_COND_doc_TRUE@DX_CLEANFILES = \
368@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
369@DX_COND_doc_TRUE@ -r \
370@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
371@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
372@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
373@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
374@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
375@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
376@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
377@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
378@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
379
Jeff Thompson39128c62013-06-19 14:08:51 -0700380AUTOMAKE_OPTIONS = subdir-objects
381ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson36174062013-06-21 16:03:44 -0700382lib_LIBRARIES = ndn-cpp.a
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700383ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \
Jeff Thompson08d56292013-06-27 18:20:44 -0700384 ndn-cpp/Name.cpp ndn-cpp/Name.h ndn-cpp/Name.hpp \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700385 ndn-cpp/encoding/BinaryXML.h \
386 ndn-cpp/encoding/BinaryXMLDecoder.c ndn-cpp/encoding/BinaryXMLDecoder.h \
Jeff Thompson48815112013-06-28 18:22:48 -0700387 ndn-cpp/encoding/BinaryXMLName.c ndn-cpp/encoding/BinaryXMLName.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700388 ndn-cpp/encoding/BinaryXMLStructureDecoder.c ndn-cpp/encoding/BinaryXMLStructureDecoder.h \
389 ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700390 ndn-cpp/encoding/BinaryXMLWireFormat.cpp ndn-cpp/encoding/BinaryXMLWireFormat.hpp \
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700391 ndn-cpp/encoding/WireFormat.cpp ndn-cpp/encoding/WireFormat.hpp \
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700392 ndn-cpp/util/ndn_memory.c ndn-cpp/util/ndn_memory.h
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700393
394test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
395test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700396dist_noinst_SCRIPTS = autogen.sh
397all: config.h
398 $(MAKE) $(AM_MAKEFLAGS) all-am
399
400.SUFFIXES:
Jeff Thompson48815112013-06-28 18:22:48 -0700401.SUFFIXES: .c .cpp .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700402am--refresh: Makefile
403 @:
Jeff Thompsonca45e552013-06-26 17:40:06 -0700404$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700405 @for dep in $?; do \
406 case '$(am__configure_deps)' in \
407 *$$dep*) \
408 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
409 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
410 && exit 0; \
411 exit 1;; \
412 esac; \
413 done; \
414 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
415 $(am__cd) $(top_srcdir) && \
416 $(AUTOMAKE) --foreign Makefile
417.PRECIOUS: Makefile
418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419 @case '$?' in \
420 *config.status*) \
421 echo ' $(SHELL) ./config.status'; \
422 $(SHELL) ./config.status;; \
423 *) \
424 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
425 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
426 esac;
Jeff Thompsonca45e552013-06-26 17:40:06 -0700427$(srcdir)/aminclude.am:
Jeff Thompson39128c62013-06-19 14:08:51 -0700428
429$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
430 $(SHELL) ./config.status --recheck
431
432$(top_srcdir)/configure: $(am__configure_deps)
433 $(am__cd) $(srcdir) && $(AUTOCONF)
434$(ACLOCAL_M4): $(am__aclocal_m4_deps)
435 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
436$(am__aclocal_m4_deps):
437
438config.h: stamp-h1
439 @if test ! -f $@; then rm -f stamp-h1; else :; fi
440 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
441
442stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
443 @rm -f stamp-h1
444 cd $(top_builddir) && $(SHELL) ./config.status config.h
445$(srcdir)/config.h.in: $(am__configure_deps)
446 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
447 rm -f stamp-h1
448 touch $@
449
450distclean-hdr:
451 -rm -f config.h stamp-h1
Jeff Thompson36174062013-06-21 16:03:44 -0700452install-libLIBRARIES: $(lib_LIBRARIES)
453 @$(NORMAL_INSTALL)
454 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
455 list2=; for p in $$list; do \
456 if test -f $$p; then \
457 list2="$$list2 $$p"; \
458 else :; fi; \
459 done; \
460 test -z "$$list2" || { \
461 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
462 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
463 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
464 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
465 @$(POST_INSTALL)
466 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
467 for p in $$list; do \
468 if test -f $$p; then \
469 $(am__strip_dir) \
470 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
471 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
472 else :; fi; \
473 done
474
475uninstall-libLIBRARIES:
476 @$(NORMAL_UNINSTALL)
477 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
478 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
479 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
480
481clean-libLIBRARIES:
482 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700483ndn-cpp/$(am__dirstamp):
484 @$(MKDIR_P) ndn-cpp
485 @: > ndn-cpp/$(am__dirstamp)
486ndn-cpp/$(DEPDIR)/$(am__dirstamp):
487 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
488 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700489ndn-cpp/Name.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
490 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700491ndn-cpp/encoding/$(am__dirstamp):
492 @$(MKDIR_P) ndn-cpp/encoding
493 @: > ndn-cpp/encoding/$(am__dirstamp)
494ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp):
495 @$(MKDIR_P) ndn-cpp/encoding/$(DEPDIR)
496 @: > ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
497ndn-cpp/encoding/BinaryXMLDecoder.$(OBJEXT): \
498 ndn-cpp/encoding/$(am__dirstamp) \
499 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson48815112013-06-28 18:22:48 -0700500ndn-cpp/encoding/BinaryXMLName.$(OBJEXT): \
501 ndn-cpp/encoding/$(am__dirstamp) \
502 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700503ndn-cpp/encoding/BinaryXMLStructureDecoder.$(OBJEXT): \
504 ndn-cpp/encoding/$(am__dirstamp) \
505 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonca45e552013-06-26 17:40:06 -0700506ndn-cpp/encoding/BinaryXMLWireFormat.$(OBJEXT): \
507 ndn-cpp/encoding/$(am__dirstamp) \
508 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700509ndn-cpp/encoding/WireFormat.$(OBJEXT): \
510 ndn-cpp/encoding/$(am__dirstamp) \
511 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700512ndn-cpp/util/$(am__dirstamp):
513 @$(MKDIR_P) ndn-cpp/util
514 @: > ndn-cpp/util/$(am__dirstamp)
515ndn-cpp/util/$(DEPDIR)/$(am__dirstamp):
516 @$(MKDIR_P) ndn-cpp/util/$(DEPDIR)
517 @: > ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
518ndn-cpp/util/ndn_memory.$(OBJEXT): ndn-cpp/util/$(am__dirstamp) \
519 ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700520
521ndn-cpp.a: $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_DEPENDENCIES) $(EXTRA_ndn_cpp_a_DEPENDENCIES)
522 $(AM_V_at)-rm -f ndn-cpp.a
523 $(AM_V_AR)$(ndn_cpp_a_AR) ndn-cpp.a $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_LIBADD)
524 $(AM_V_at)$(RANLIB) ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700525install-binPROGRAMS: $(bin_PROGRAMS)
526 @$(NORMAL_INSTALL)
527 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
528 if test -n "$$list"; then \
529 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
530 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
531 fi; \
532 for p in $$list; do echo "$$p $$p"; done | \
533 sed 's/$(EXEEXT)$$//' | \
534 while read p p1; do if test -f $$p \
535 ; then echo "$$p"; echo "$$p"; else :; fi; \
536 done | \
537 sed -e 'p;s,.*/,,;n;h' \
538 -e 's|.*|.|' \
539 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
540 sed 'N;N;N;s,\n, ,g' | \
541 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
542 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
543 if ($$2 == $$4) files[d] = files[d] " " $$1; \
544 else { print "f", $$3 "/" $$4, $$1; } } \
545 END { for (d in files) print "f", d, files[d] }' | \
546 while read type dir files; do \
547 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
548 test -z "$$files" || { \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700549 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
550 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700551 } \
552 ; done
553
554uninstall-binPROGRAMS:
555 @$(NORMAL_UNINSTALL)
556 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
557 files=`for p in $$list; do echo "$$p"; done | \
558 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
559 -e 's/$$/$(EXEEXT)/' \
560 `; \
561 test -n "$$list" || exit 0; \
562 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
563 cd "$(DESTDIR)$(bindir)" && rm -f $$files
564
565clean-binPROGRAMS:
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700566 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700567test/$(am__dirstamp):
568 @$(MKDIR_P) test
569 @: > test/$(am__dirstamp)
570test/$(DEPDIR)/$(am__dirstamp):
571 @$(MKDIR_P) test/$(DEPDIR)
572 @: > test/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700573test/test-encode-decode-interest.$(OBJEXT): test/$(am__dirstamp) \
Jeff Thompson39128c62013-06-19 14:08:51 -0700574 test/$(DEPDIR)/$(am__dirstamp)
575
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700576test-encode-decode-interest$(EXEEXT): $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_DEPENDENCIES) $(EXTRA_test_encode_decode_interest_DEPENDENCIES)
577 @rm -f test-encode-decode-interest$(EXEEXT)
578 $(AM_V_CXXLD)$(CXXLINK) $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700579
580mostlyclean-compile:
581 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700582 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700583 -rm -f ndn-cpp/encoding/*.$(OBJEXT)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700584 -rm -f ndn-cpp/util/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700585 -rm -f test/*.$(OBJEXT)
586
587distclean-compile:
588 -rm -f *.tab.c
589
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700590@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/Name.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700591@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLDecoder.Po@am__quote@
Jeff Thompson48815112013-06-28 18:22:48 -0700592@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLName.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700593@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLStructureDecoder.Po@am__quote@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700594@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLWireFormat.Po@am__quote@
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700595@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/WireFormat.Po@am__quote@
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700596@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/ndn_memory.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700597@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700598
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700599.c.o:
600@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
601@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
602@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
603@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
606
607.c.obj:
608@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
609@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
610@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
611@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
614
Jeff Thompson39128c62013-06-19 14:08:51 -0700615.cpp.o:
616@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
617@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
618@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
619@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
620@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
622
623.cpp.obj:
624@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
625@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
626@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
627@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
628@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
630
631ID: $(am__tagged_files)
632 $(am__define_uniq_tagged_files); mkid -fID $$unique
633tags: tags-am
634TAGS: tags
635
636tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637 set x; \
638 here=`pwd`; \
639 $(am__define_uniq_tagged_files); \
640 shift; \
641 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
642 test -n "$$unique" || unique=$$empty_fix; \
643 if test $$# -gt 0; then \
644 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
645 "$$@" $$unique; \
646 else \
647 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648 $$unique; \
649 fi; \
650 fi
651ctags: ctags-am
652
653CTAGS: ctags
654ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655 $(am__define_uniq_tagged_files); \
656 test -z "$(CTAGS_ARGS)$$unique" \
657 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658 $$unique
659
660GTAGS:
661 here=`$(am__cd) $(top_builddir) && pwd` \
662 && $(am__cd) $(top_srcdir) \
663 && gtags -i $(GTAGS_ARGS) "$$here"
664cscope: cscope.files
665 test ! -s cscope.files \
666 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
667clean-cscope:
668 -rm -f cscope.files
669cscope.files: clean-cscope cscopelist
670cscopelist: cscopelist-am
671
672cscopelist-am: $(am__tagged_files)
673 list='$(am__tagged_files)'; \
674 case "$(srcdir)" in \
675 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
676 *) sdir=$(subdir)/$(srcdir) ;; \
677 esac; \
678 for i in $$list; do \
679 if test -f "$$i"; then \
680 echo "$(subdir)/$$i"; \
681 else \
682 echo "$$sdir/$$i"; \
683 fi; \
684 done >> $(top_builddir)/cscope.files
685
686distclean-tags:
687 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
688 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
689
690distdir: $(DISTFILES)
691 $(am__remove_distdir)
692 test -d "$(distdir)" || mkdir "$(distdir)"
693 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
694 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
695 list='$(DISTFILES)'; \
696 dist_files=`for file in $$list; do echo $$file; done | \
697 sed -e "s|^$$srcdirstrip/||;t" \
698 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
699 case $$dist_files in \
700 */*) $(MKDIR_P) `echo "$$dist_files" | \
701 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
702 sort -u` ;; \
703 esac; \
704 for file in $$dist_files; do \
705 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
706 if test -d $$d/$$file; then \
707 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
708 if test -d "$(distdir)/$$file"; then \
709 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
710 fi; \
711 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
712 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
713 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
714 fi; \
715 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
716 else \
717 test -f "$(distdir)/$$file" \
718 || cp -p $$d/$$file "$(distdir)/$$file" \
719 || exit 1; \
720 fi; \
721 done
722 -test -n "$(am__skip_mode_fix)" \
723 || find "$(distdir)" -type d ! -perm -755 \
724 -exec chmod u+rwx,go+rx {} \; -o \
725 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
726 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
727 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
728 || chmod -R a+r "$(distdir)"
729dist-gzip: distdir
730 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
731 $(am__post_remove_distdir)
732
733dist-bzip2: distdir
734 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
735 $(am__post_remove_distdir)
736
737dist-lzip: distdir
738 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
739 $(am__post_remove_distdir)
740
741dist-xz: distdir
742 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
743 $(am__post_remove_distdir)
744
745dist-tarZ: distdir
746 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
747 $(am__post_remove_distdir)
748
749dist-shar: distdir
750 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
751 $(am__post_remove_distdir)
752
753dist-zip: distdir
754 -rm -f $(distdir).zip
755 zip -rq $(distdir).zip $(distdir)
756 $(am__post_remove_distdir)
757
758dist dist-all:
759 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
760 $(am__post_remove_distdir)
761
762# This target untars the dist file and tries a VPATH configuration. Then
763# it guarantees that the distribution is self-contained by making another
764# tarfile.
765distcheck: dist
766 case '$(DIST_ARCHIVES)' in \
767 *.tar.gz*) \
768 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
769 *.tar.bz2*) \
770 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
771 *.tar.lz*) \
772 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
773 *.tar.xz*) \
774 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
775 *.tar.Z*) \
776 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
777 *.shar.gz*) \
778 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
779 *.zip*) \
780 unzip $(distdir).zip ;;\
781 esac
782 chmod -R a-w $(distdir)
783 chmod u+w $(distdir)
784 mkdir $(distdir)/_build $(distdir)/_inst
785 chmod a-w $(distdir)
786 test -d $(distdir)/_build || exit 0; \
787 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
788 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
789 && am__cwd=`pwd` \
790 && $(am__cd) $(distdir)/_build \
791 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
792 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
793 $(DISTCHECK_CONFIGURE_FLAGS) \
794 && $(MAKE) $(AM_MAKEFLAGS) \
795 && $(MAKE) $(AM_MAKEFLAGS) dvi \
796 && $(MAKE) $(AM_MAKEFLAGS) check \
797 && $(MAKE) $(AM_MAKEFLAGS) install \
798 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
799 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
800 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
801 distuninstallcheck \
802 && chmod -R a-w "$$dc_install_base" \
803 && ({ \
804 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
805 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
806 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
807 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
808 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
809 } || { rm -rf "$$dc_destdir"; exit 1; }) \
810 && rm -rf "$$dc_destdir" \
811 && $(MAKE) $(AM_MAKEFLAGS) dist \
812 && rm -rf $(DIST_ARCHIVES) \
813 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
814 && cd "$$am__cwd" \
815 || exit 1
816 $(am__post_remove_distdir)
817 @(echo "$(distdir) archives ready for distribution: "; \
818 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
819 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
820distuninstallcheck:
821 @test -n '$(distuninstallcheck_dir)' || { \
822 echo 'ERROR: trying to run $@ with an empty' \
823 '$$(distuninstallcheck_dir)' >&2; \
824 exit 1; \
825 }; \
826 $(am__cd) '$(distuninstallcheck_dir)' || { \
827 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
828 exit 1; \
829 }; \
830 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
831 || { echo "ERROR: files left after uninstall:" ; \
832 if test -n "$(DESTDIR)"; then \
833 echo " (check DESTDIR support)"; \
834 fi ; \
835 $(distuninstallcheck_listfiles) ; \
836 exit 1; } >&2
837distcleancheck: distclean
838 @if test '$(srcdir)' = . ; then \
839 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
840 exit 1 ; \
841 fi
842 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
843 || { echo "ERROR: files left in build directory after distclean:" ; \
844 $(distcleancheck_listfiles) ; \
845 exit 1; } >&2
846check-am: all-am
847check: check-am
Jeff Thompson36174062013-06-21 16:03:44 -0700848all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
Jeff Thompson39128c62013-06-19 14:08:51 -0700849installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -0700850 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -0700851 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
852 done
853install: install-am
854install-exec: install-exec-am
855install-data: install-data-am
856uninstall: uninstall-am
857
858install-am: all-am
859 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
860
861installcheck: installcheck-am
862install-strip:
863 if test -z '$(STRIP)'; then \
864 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
865 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
866 install; \
867 else \
868 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
869 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
870 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
871 fi
872mostlyclean-generic:
873
874clean-generic:
875
876distclean-generic:
877 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
878 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700879 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
880 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700881 -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
882 -rm -f ndn-cpp/encoding/$(am__dirstamp)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700883 -rm -f ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
884 -rm -f ndn-cpp/util/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700885 -rm -f test/$(DEPDIR)/$(am__dirstamp)
886 -rm -f test/$(am__dirstamp)
887
888maintainer-clean-generic:
889 @echo "This command is intended for maintainers to use"
890 @echo "it deletes files that may require special tools to rebuild."
891clean: clean-am
892
Jeff Thompson36174062013-06-21 16:03:44 -0700893clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700894 mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -0700895
896distclean: distclean-am
897 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson48815112013-06-28 18:22:48 -0700898 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/util/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700899 -rm -f Makefile
900distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700901 distclean-hdr distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -0700902
903dvi: dvi-am
904
905dvi-am:
906
907html: html-am
908
909html-am:
910
911info: info-am
912
913info-am:
914
915install-data-am:
916
917install-dvi: install-dvi-am
918
919install-dvi-am:
920
Jeff Thompson36174062013-06-21 16:03:44 -0700921install-exec-am: install-binPROGRAMS install-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700922
923install-html: install-html-am
924
925install-html-am:
926
927install-info: install-info-am
928
929install-info-am:
930
931install-man:
932
933install-pdf: install-pdf-am
934
935install-pdf-am:
936
937install-ps: install-ps-am
938
939install-ps-am:
940
941installcheck-am:
942
943maintainer-clean: maintainer-clean-am
944 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
945 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson48815112013-06-28 18:22:48 -0700946 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/util/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700947 -rm -f Makefile
948maintainer-clean-am: distclean-am maintainer-clean-generic
949
950mostlyclean: mostlyclean-am
951
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700952mostlyclean-am: mostlyclean-compile mostlyclean-generic
Jeff Thompson39128c62013-06-19 14:08:51 -0700953
954pdf: pdf-am
955
956pdf-am:
957
958ps: ps-am
959
960ps-am:
961
Jeff Thompson36174062013-06-21 16:03:44 -0700962uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700963
964.MAKE: all install-am install-strip
965
966.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -0700967 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700968 clean-libLIBRARIES cscope cscopelist-am ctags ctags-am dist \
969 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
970 dist-xz dist-zip distcheck distclean distclean-compile \
971 distclean-generic distclean-hdr distclean-tags distcleancheck \
972 distdir distuninstallcheck dvi dvi-am html html-am info \
973 info-am install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -0700974 install-data-am install-dvi install-dvi-am install-exec \
975 install-exec-am install-html install-html-am install-info \
Jeff Thompson36174062013-06-21 16:03:44 -0700976 install-info-am install-libLIBRARIES install-man install-pdf \
977 install-pdf-am install-ps install-ps-am install-strip \
978 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -0700979 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700980 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
981 uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700982
983
Jeff Thompsonca45e552013-06-26 17:40:06 -0700984@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
985
986@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
987@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
988@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
989@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
990@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
991@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
992@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
993@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
994@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
995@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
996@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
997@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
998@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
999@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1000
1001@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1002
1003@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1004@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1005@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1006@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1007@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1008@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1009@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1010@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1011@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1012@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1013@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1014@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1015@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1016@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1017
1018@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1019
1020@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1021
1022@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1023
1024@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1025
1026@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1027@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1028@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1029
Jeff Thompson39128c62013-06-19 14:08:51 -07001030# Tell versions [3.59,3.63) of GNU make to not export all variables.
1031# Otherwise a system limit (for SysV at least) may be exceeded.
1032.NOEXPORT: