blob: 8e0426c093346294e4c09a34e23d3aaa12827453 [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 Thompson4f031642013-08-05 11:03:16 -070083build_triplet = @build@
84host_triplet = @host@
Jeff Thompsonca45e552013-06-26 17:40:06 -070085DIST_COMMON = $(srcdir)/aminclude.am $(srcdir)/Makefile.in \
86 $(srcdir)/Makefile.am $(top_srcdir)/configure \
87 $(am__configure_deps) $(srcdir)/config.h.in \
Jeff Thompson92080042013-08-09 16:54:46 -070088 $(dist_noinst_SCRIPTS) depcomp COPYING INSTALL ar-lib compile \
Jeff Thompson4f031642013-08-05 11:03:16 -070089 config.guess config.sub install-sh missing ltmain.sh
Jeff Thompsone32adb62013-08-02 13:18:36 -070090bin_PROGRAMS = bin/test-encode-decode-interest$(EXEEXT) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -070091 bin/test-encode-decode-data$(EXEEXT) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -070092 bin/test-get-async$(EXEEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -070093subdir = .
Jeff Thompson39128c62013-06-19 14:08:51 -070094ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -0700104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105am__vpath_adj = case $$p in \
106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107 *) f=$$p;; \
108 esac;
109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
110am__install_max = 40
111am__nobase_strip_setup = \
112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
113am__nobase_strip = \
114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115am__nobase_list = $(am__nobase_strip_setup); \
116 for p in $$list; do echo "$$p $$p"; done | \
117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
119 if (++n[$$2] == $(am__install_max)) \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
122am__base_list = \
123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
125am__uninstall_files_from_dir = { \
126 test -z "$$files" \
127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
129 $(am__cd) "$$dir" && rm -f $$files; }; \
130 }
131am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
Jeff Thompson4f031642013-08-05 11:03:16 -0700132LTLIBRARIES = $(lib_LTLIBRARIES)
133libndn_c_la_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700134am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompson2e0e0882013-08-12 17:55:13 -0700135am_libndn_c_la_OBJECTS = ndn-cpp/c/interest.lo ndn-cpp/c/name.lo \
136 ndn-cpp/c/errors.lo ndn-cpp/c/encoding/binary-xml-data.lo \
Jeff Thompson53412192013-08-06 13:35:50 -0700137 ndn-cpp/c/encoding/binary-xml-decoder.lo \
138 ndn-cpp/c/encoding/binary-xml-element-reader.lo \
139 ndn-cpp/c/encoding/binary-xml-encoder.lo \
140 ndn-cpp/c/encoding/binary-xml-interest.lo \
141 ndn-cpp/c/encoding/binary-xml-key.lo \
142 ndn-cpp/c/encoding/binary-xml-name.lo \
143 ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo \
144 ndn-cpp/c/encoding/binary-xml-structure-decoder.lo \
145 ndn-cpp/c/transport/socket-transport.lo \
146 ndn-cpp/c/util/dynamic-uchar-array.lo \
Jeff Thompson4f031642013-08-05 11:03:16 -0700147 ndn-cpp/c/util/ndn_memory.lo ndn-cpp/c/util/ndn_realloc.lo
148libndn_c_la_OBJECTS = $(am_libndn_c_la_OBJECTS)
149AM_V_lt = $(am__v_lt_@AM_V@)
150am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151am__v_lt_0 = --silent
152am__v_lt_1 =
153libndn_cpp_la_LIBADD =
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700154am_libndn_cpp_la_OBJECTS = ndn-cpp/common.lo ndn-cpp/data.lo \
Jeff Thompsonb3768ae2013-08-08 21:22:45 -0700155 ndn-cpp/interest.lo ndn-cpp/key-chain.lo ndn-cpp/key.lo \
156 ndn-cpp/face.lo ndn-cpp/name.lo \
157 ndn-cpp/encoding/binary-xml-element-reader.lo \
Jeff Thompson53412192013-08-06 13:35:50 -0700158 ndn-cpp/encoding/binary-xml-wire-format.lo \
159 ndn-cpp/encoding/wire-format.lo \
160 ndn-cpp/transport/tcp-transport.lo \
161 ndn-cpp/transport/transport.lo \
Jeff Thompson529779a2013-08-12 13:15:55 -0700162 ndn-cpp/transport/udp-transport.lo \
163 ndn-cpp/util/dynamic-uchar-vector.lo
Jeff Thompson4f031642013-08-05 11:03:16 -0700164libndn_cpp_la_OBJECTS = $(am_libndn_cpp_la_OBJECTS)
Jeff Thompson36174062013-06-21 16:03:44 -0700165PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700166am_bin_test_encode_decode_data_OBJECTS = \
167 tests/test-encode-decode-data.$(OBJEXT)
168bin_test_encode_decode_data_OBJECTS = \
169 $(am_bin_test_encode_decode_data_OBJECTS)
Jeff Thompson8a055e02013-08-09 10:44:28 -0700170bin_test_encode_decode_data_DEPENDENCIES = libndn-cpp.la libndn-c.la
Jeff Thompsone32adb62013-08-02 13:18:36 -0700171am_bin_test_encode_decode_interest_OBJECTS = \
172 tests/test-encode-decode-interest.$(OBJEXT)
173bin_test_encode_decode_interest_OBJECTS = \
174 $(am_bin_test_encode_decode_interest_OBJECTS)
Jeff Thompson8a055e02013-08-09 10:44:28 -0700175bin_test_encode_decode_interest_DEPENDENCIES = libndn-cpp.la \
176 libndn-c.la
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700177am_bin_test_get_async_OBJECTS = tests/test-get-async.$(OBJEXT)
178bin_test_get_async_OBJECTS = $(am_bin_test_get_async_OBJECTS)
Jeff Thompson8a055e02013-08-09 10:44:28 -0700179bin_test_get_async_DEPENDENCIES = libndn-cpp.la libndn-c.la
Jeff Thompson39128c62013-06-19 14:08:51 -0700180SCRIPTS = $(dist_noinst_SCRIPTS)
181AM_V_P = $(am__v_P_@AM_V@)
182am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
183am__v_P_0 = false
184am__v_P_1 = :
185AM_V_GEN = $(am__v_GEN_@AM_V@)
186am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
187am__v_GEN_0 = @echo " GEN " $@;
188am__v_GEN_1 =
189AM_V_at = $(am__v_at_@AM_V@)
190am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
191am__v_at_0 = @
192am__v_at_1 =
193DEFAULT_INCLUDES = -I.@am__isrc@
194depcomp = $(SHELL) $(top_srcdir)/depcomp
195am__depfiles_maybe = depfiles
196am__mv = mv -f
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700197COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Jeff Thompson4f031642013-08-05 11:03:16 -0700199LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
200 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
201 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
202 $(AM_CFLAGS) $(CFLAGS)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700203AM_V_CC = $(am__v_CC_@AM_V@)
204am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
205am__v_CC_0 = @echo " CC " $@;
206am__v_CC_1 =
207CCLD = $(CC)
Jeff Thompson4f031642013-08-05 11:03:16 -0700208LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
210 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700211AM_V_CCLD = $(am__v_CCLD_@AM_V@)
212am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
213am__v_CCLD_0 = @echo " CCLD " $@;
214am__v_CCLD_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700215CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
216 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson4f031642013-08-05 11:03:16 -0700217LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
218 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
219 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
220 $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700221AM_V_CXX = $(am__v_CXX_@AM_V@)
222am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
223am__v_CXX_0 = @echo " CXX " $@;
224am__v_CXX_1 =
225CXXLD = $(CXX)
Jeff Thompson4f031642013-08-05 11:03:16 -0700226CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
228 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700229AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
230am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
231am__v_CXXLD_0 = @echo " CXXLD " $@;
232am__v_CXXLD_1 =
Jeff Thompson4f031642013-08-05 11:03:16 -0700233SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700234 $(bin_test_encode_decode_data_SOURCES) \
Jeff Thompsone32adb62013-08-02 13:18:36 -0700235 $(bin_test_encode_decode_interest_SOURCES) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700236 $(bin_test_get_async_SOURCES)
Jeff Thompson4f031642013-08-05 11:03:16 -0700237DIST_SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700238 $(bin_test_encode_decode_data_SOURCES) \
Jeff Thompsone32adb62013-08-02 13:18:36 -0700239 $(bin_test_encode_decode_interest_SOURCES) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700240 $(bin_test_get_async_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700241am__can_run_installinfo = \
242 case $$AM_UPDATE_INFO_DIR in \
243 n|no|NO) false;; \
244 *) (install-info --version) >/dev/null 2>&1;; \
245 esac
246am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
247 $(LISP)config.h.in
248# Read a list of newline-separated strings from the standard input,
249# and print each of them once, without duplicates. Input order is
250# *not* preserved.
251am__uniquify_input = $(AWK) '\
252 BEGIN { nonempty = 0; } \
253 { items[$$0] = 1; nonempty = 1; } \
254 END { if (nonempty) { for (i in items) print i; }; } \
255'
256# Make sure the list of sources is unique. This is necessary because,
257# e.g., the same source file might be shared among _SOURCES variables
258# for different programs/libraries.
259am__define_uniq_tagged_files = \
260 list='$(am__tagged_files)'; \
261 unique=`for i in $$list; do \
262 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263 done | $(am__uniquify_input)`
264ETAGS = etags
265CTAGS = ctags
266CSCOPE = cscope
267AM_RECURSIVE_TARGETS = cscope
268DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
269distdir = $(PACKAGE)-$(VERSION)
270top_distdir = $(distdir)
271am__remove_distdir = \
272 if test -d "$(distdir)"; then \
273 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
274 && rm -rf "$(distdir)" \
275 || { sleep 5 && rm -rf "$(distdir)"; }; \
276 else :; fi
277am__post_remove_distdir = $(am__remove_distdir)
278DIST_ARCHIVES = $(distdir).tar.gz
279GZIP_ENV = --best
280DIST_TARGETS = dist-gzip
281distuninstallcheck_listfiles = find . -type f -print
282am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
283 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
284distcleancheck_listfiles = find . -type f -print
285ACLOCAL = @ACLOCAL@
286AMTAR = @AMTAR@
287AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700288AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700289AUTOCONF = @AUTOCONF@
290AUTOHEADER = @AUTOHEADER@
291AUTOMAKE = @AUTOMAKE@
292AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700293CC = @CC@
294CCDEPMODE = @CCDEPMODE@
295CFLAGS = @CFLAGS@
Jeff Thompson4f031642013-08-05 11:03:16 -0700296CPP = @CPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700297CPPFLAGS = @CPPFLAGS@
298CXX = @CXX@
Jeff Thompson4f031642013-08-05 11:03:16 -0700299CXXCPP = @CXXCPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700300CXXDEPMODE = @CXXDEPMODE@
301CXXFLAGS = @CXXFLAGS@
302CYGPATH_W = @CYGPATH_W@
303DEFS = @DEFS@
304DEPDIR = @DEPDIR@
Jeff Thompson4f031642013-08-05 11:03:16 -0700305DLLTOOL = @DLLTOOL@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700306DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
Jeff Thompson4f031642013-08-05 11:03:16 -0700307DSYMUTIL = @DSYMUTIL@
308DUMPBIN = @DUMPBIN@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700309DX_CONFIG = @DX_CONFIG@
310DX_DOCDIR = @DX_DOCDIR@
311DX_DOT = @DX_DOT@
312DX_DOXYGEN = @DX_DOXYGEN@
313DX_DVIPS = @DX_DVIPS@
314DX_EGREP = @DX_EGREP@
315DX_ENV = @DX_ENV@
316DX_FLAG_chi = @DX_FLAG_chi@
317DX_FLAG_chm = @DX_FLAG_chm@
318DX_FLAG_doc = @DX_FLAG_doc@
319DX_FLAG_dot = @DX_FLAG_dot@
320DX_FLAG_html = @DX_FLAG_html@
321DX_FLAG_man = @DX_FLAG_man@
322DX_FLAG_pdf = @DX_FLAG_pdf@
323DX_FLAG_ps = @DX_FLAG_ps@
324DX_FLAG_rtf = @DX_FLAG_rtf@
325DX_FLAG_xml = @DX_FLAG_xml@
326DX_HHC = @DX_HHC@
327DX_LATEX = @DX_LATEX@
328DX_MAKEINDEX = @DX_MAKEINDEX@
329DX_PDFLATEX = @DX_PDFLATEX@
330DX_PERL = @DX_PERL@
331DX_PROJECT = @DX_PROJECT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700332ECHO_C = @ECHO_C@
333ECHO_N = @ECHO_N@
334ECHO_T = @ECHO_T@
Jeff Thompson4f031642013-08-05 11:03:16 -0700335EGREP = @EGREP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700336EXEEXT = @EXEEXT@
Jeff Thompson4f031642013-08-05 11:03:16 -0700337FGREP = @FGREP@
338GREP = @GREP@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700339HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700340INSTALL = @INSTALL@
341INSTALL_DATA = @INSTALL_DATA@
342INSTALL_PROGRAM = @INSTALL_PROGRAM@
343INSTALL_SCRIPT = @INSTALL_SCRIPT@
344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Jeff Thompson4f031642013-08-05 11:03:16 -0700345LD = @LD@
Jeff Thompson39128c62013-06-19 14:08:51 -0700346LDFLAGS = @LDFLAGS@
347LIBOBJS = @LIBOBJS@
348LIBS = @LIBS@
Jeff Thompson4f031642013-08-05 11:03:16 -0700349LIBTOOL = @LIBTOOL@
350LIPO = @LIPO@
351LN_S = @LN_S@
Jeff Thompson39128c62013-06-19 14:08:51 -0700352LTLIBOBJS = @LTLIBOBJS@
Jeff Thompson47053ad2013-08-05 10:36:53 -0700353MAINT = @MAINT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700354MAKEINFO = @MAKEINFO@
Jeff Thompson4f031642013-08-05 11:03:16 -0700355MANIFEST_TOOL = @MANIFEST_TOOL@
Jeff Thompson39128c62013-06-19 14:08:51 -0700356MKDIR_P = @MKDIR_P@
Jeff Thompson4f031642013-08-05 11:03:16 -0700357NM = @NM@
358NMEDIT = @NMEDIT@
359OBJDUMP = @OBJDUMP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700360OBJEXT = @OBJEXT@
Jeff Thompson4f031642013-08-05 11:03:16 -0700361OTOOL = @OTOOL@
362OTOOL64 = @OTOOL64@
Jeff Thompson39128c62013-06-19 14:08:51 -0700363PACKAGE = @PACKAGE@
364PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365PACKAGE_NAME = @PACKAGE_NAME@
366PACKAGE_STRING = @PACKAGE_STRING@
367PACKAGE_TARNAME = @PACKAGE_TARNAME@
368PACKAGE_URL = @PACKAGE_URL@
369PACKAGE_VERSION = @PACKAGE_VERSION@
370PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700371RANLIB = @RANLIB@
Jeff Thompson4f031642013-08-05 11:03:16 -0700372SED = @SED@
Jeff Thompson39128c62013-06-19 14:08:51 -0700373SET_MAKE = @SET_MAKE@
374SHELL = @SHELL@
375STRIP = @STRIP@
376VERSION = @VERSION@
377abs_builddir = @abs_builddir@
378abs_srcdir = @abs_srcdir@
379abs_top_builddir = @abs_top_builddir@
380abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700381ac_ct_AR = @ac_ct_AR@
382ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700383ac_ct_CXX = @ac_ct_CXX@
Jeff Thompson4f031642013-08-05 11:03:16 -0700384ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Jeff Thompson39128c62013-06-19 14:08:51 -0700385am__include = @am__include@
386am__leading_dot = @am__leading_dot@
387am__quote = @am__quote@
388am__tar = @am__tar@
389am__untar = @am__untar@
390bindir = @bindir@
Jeff Thompson4f031642013-08-05 11:03:16 -0700391build = @build@
Jeff Thompson39128c62013-06-19 14:08:51 -0700392build_alias = @build_alias@
Jeff Thompson4f031642013-08-05 11:03:16 -0700393build_cpu = @build_cpu@
394build_os = @build_os@
395build_vendor = @build_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700396builddir = @builddir@
397datadir = @datadir@
398datarootdir = @datarootdir@
399docdir = @docdir@
400dvidir = @dvidir@
401exec_prefix = @exec_prefix@
Jeff Thompson4f031642013-08-05 11:03:16 -0700402host = @host@
Jeff Thompson39128c62013-06-19 14:08:51 -0700403host_alias = @host_alias@
Jeff Thompson4f031642013-08-05 11:03:16 -0700404host_cpu = @host_cpu@
405host_os = @host_os@
406host_vendor = @host_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700407htmldir = @htmldir@
408includedir = @includedir@
409infodir = @infodir@
410install_sh = @install_sh@
411libdir = @libdir@
412libexecdir = @libexecdir@
413localedir = @localedir@
414localstatedir = @localstatedir@
415mandir = @mandir@
416mkdir_p = @mkdir_p@
417oldincludedir = @oldincludedir@
418pdfdir = @pdfdir@
419prefix = @prefix@
420program_transform_name = @program_transform_name@
421psdir = @psdir@
422sbindir = @sbindir@
423sharedstatedir = @sharedstatedir@
424srcdir = @srcdir@
425sysconfdir = @sysconfdir@
426target_alias = @target_alias@
427top_build_prefix = @top_build_prefix@
428top_builddir = @top_builddir@
429top_srcdir = @top_srcdir@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700430@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
431@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
432@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
433@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
434@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
435@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
436@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
437@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
438@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
439@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
440@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
441@DX_COND_doc_TRUE@DX_CLEANFILES = \
442@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
443@DX_COND_doc_TRUE@ -r \
444@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
445@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
446@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
447@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
448@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
449@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
450@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
451@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
452@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
453
Jeff Thompson39128c62013-06-19 14:08:51 -0700454AUTOMAKE_OPTIONS = subdir-objects
455ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson4f031642013-08-05 11:03:16 -0700456lib_LTLIBRARIES = libndn-c.la libndn-cpp.la
457libndn_c_la_SOURCES = \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700458 config.h \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700459 ndn-cpp/c/data.h \
Jeff Thompson2e0e0882013-08-12 17:55:13 -0700460 ndn-cpp/c/interest.c ndn-cpp/c/interest.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700461 ndn-cpp/c/key.h \
Jeff Thompsonf1ba9bd2013-08-12 17:43:08 -0700462 ndn-cpp/c/name.c ndn-cpp/c/name.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700463 ndn-cpp/c/publisher-public-key-digest.h \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700464 ndn-cpp/c/errors.c ndn-cpp/c/errors.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700465 ndn-cpp/c/encoding/binary-xml.h \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700466 ndn-cpp/c/encoding/binary-xml-data.c ndn-cpp/c/encoding/binary-xml-data.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700467 ndn-cpp/c/encoding/binary-xml-decoder.c ndn-cpp/c/encoding/binary-xml-decoder.h \
468 ndn-cpp/c/encoding/binary-xml-element-reader.c ndn-cpp/c/encoding/binary-xml-element-reader.h \
469 ndn-cpp/c/encoding/binary-xml-encoder.c ndn-cpp/c/encoding/binary-xml-encoder.h \
470 ndn-cpp/c/encoding/binary-xml-interest.c ndn-cpp/c/encoding/binary-xml-interest.h \
471 ndn-cpp/c/encoding/binary-xml-key.c ndn-cpp/c/encoding/binary-xml-key.h \
472 ndn-cpp/c/encoding/binary-xml-name.c ndn-cpp/c/encoding/binary-xml-name.h \
473 ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.c ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.h \
474 ndn-cpp/c/encoding/binary-xml-structure-decoder.c ndn-cpp/c/encoding/binary-xml-structure-decoder.h \
475 ndn-cpp/c/transport/socket-transport.c ndn-cpp/c/transport/socket-transport.h \
476 ndn-cpp/c/transport/tcp-transport.h \
477 ndn-cpp/c/transport/udp-transport.h \
478 ndn-cpp/c/util/dynamic-uchar-array.c ndn-cpp/c/util/dynamic-uchar-array.h \
Jeff Thompson45545092013-07-16 18:36:26 -0700479 ndn-cpp/c/util/ndn_memory.c ndn-cpp/c/util/ndn_memory.h \
480 ndn-cpp/c/util/ndn_realloc.c ndn-cpp/c/util/ndn_realloc.h
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700481
Jeff Thompson4f031642013-08-05 11:03:16 -0700482libndn_cpp_la_SOURCES = \
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700483 config.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700484 ndn-cpp/closure.hpp \
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700485 ndn-cpp/common.hpp ndn-cpp/common.cpp \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700486 ndn-cpp/data.cpp ndn-cpp/c/data.h ndn-cpp/data.hpp \
Jeff Thompson53412192013-08-06 13:35:50 -0700487 ndn-cpp/interest.cpp ndn-cpp/c/interest.h ndn-cpp/interest.hpp \
Jeff Thompsonb3768ae2013-08-08 21:22:45 -0700488 ndn-cpp/key-chain.cpp ndn-cpp/key-chain.hpp \
Jeff Thompson53412192013-08-06 13:35:50 -0700489 ndn-cpp/key.cpp ndn-cpp/c/key.h ndn-cpp/key.hpp \
Jeff Thompsonb9e3c8e2013-08-02 11:42:51 -0700490 ndn-cpp/face.cpp ndn-cpp/face.hpp \
Jeff Thompson53412192013-08-06 13:35:50 -0700491 ndn-cpp/name.cpp ndn-cpp/c/name.h ndn-cpp/name.hpp \
492 ndn-cpp/publisher-public-key-digest.hpp \
493 ndn-cpp/c/encoding/binary-xml.h \
494 ndn-cpp/c/encoding/binary-xml-decoder.h ndn-cpp/encoding/binary-xml-decoder.hpp \
495 ndn-cpp/c/encoding/binary-xml-element-reader.h ndn-cpp/encoding/binary-xml-element-reader.cpp ndn-cpp/encoding/binary-xml-element-reader.hpp \
496 ndn-cpp/c/encoding/binary-xml-encoder.h ndn-cpp/encoding/binary-xml-encoder.hpp ndn-cpp/c/util/dynamic-uchar-array.h \
497 ndn-cpp/c/encoding/binary-xml-structure-decoder.h ndn-cpp/encoding/binary-xml-structure-decoder.hpp \
498 ndn-cpp/encoding/binary-xml-wire-format.cpp ndn-cpp/c/encoding/binary-xml-name.h ndn-cpp/encoding/binary-xml-wire-format.hpp \
499 ndn-cpp/encoding/wire-format.cpp ndn-cpp/encoding/wire-format.hpp \
500 ndn-cpp/c/transport/socket-transport.h ndn-cpp/c/transport/tcp-transport.h ndn-cpp/transport/tcp-transport.cpp ndn-cpp/transport/tcp-transport.hpp \
501 ndn-cpp/transport/transport.cpp ndn-cpp/transport/transport.hpp \
Jeff Thompson529779a2013-08-12 13:15:55 -0700502 ndn-cpp/c/transport/socket-transport.h ndn-cpp/c/transport/udp-transport.h ndn-cpp/transport/udp-transport.cpp ndn-cpp/transport/udp-transport.hpp \
503 ndn-cpp/util/dynamic-uchar-vector.cpp ndn-cpp/util/dynamic-uchar-vector.hpp
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700504
Jeff Thompsone32adb62013-08-02 13:18:36 -0700505bin_test_encode_decode_interest_SOURCES = tests/test-encode-decode-interest.cpp
Jeff Thompson8a055e02013-08-09 10:44:28 -0700506bin_test_encode_decode_interest_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700507bin_test_encode_decode_data_SOURCES = tests/test-encode-decode-data.cpp
Jeff Thompson8a055e02013-08-09 10:44:28 -0700508bin_test_encode_decode_data_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700509bin_test_get_async_SOURCES = tests/test-get-async.cpp
Jeff Thompson8a055e02013-08-09 10:44:28 -0700510bin_test_get_async_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompson39128c62013-06-19 14:08:51 -0700511dist_noinst_SCRIPTS = autogen.sh
512all: config.h
513 $(MAKE) $(AM_MAKEFLAGS) all-am
514
515.SUFFIXES:
Jeff Thompson4f031642013-08-05 11:03:16 -0700516.SUFFIXES: .c .cpp .lo .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700517am--refresh: Makefile
518 @:
Jeff Thompson47053ad2013-08-05 10:36:53 -0700519$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700520 @for dep in $?; do \
521 case '$(am__configure_deps)' in \
522 *$$dep*) \
523 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
524 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
525 && exit 0; \
526 exit 1;; \
527 esac; \
528 done; \
529 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
530 $(am__cd) $(top_srcdir) && \
531 $(AUTOMAKE) --foreign Makefile
532.PRECIOUS: Makefile
533Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
534 @case '$?' in \
535 *config.status*) \
536 echo ' $(SHELL) ./config.status'; \
537 $(SHELL) ./config.status;; \
538 *) \
539 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
540 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
541 esac;
Jeff Thompsonca45e552013-06-26 17:40:06 -0700542$(srcdir)/aminclude.am:
Jeff Thompson39128c62013-06-19 14:08:51 -0700543
544$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
545 $(SHELL) ./config.status --recheck
546
Jeff Thompson47053ad2013-08-05 10:36:53 -0700547$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700548 $(am__cd) $(srcdir) && $(AUTOCONF)
Jeff Thompson47053ad2013-08-05 10:36:53 -0700549$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700550 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
551$(am__aclocal_m4_deps):
552
553config.h: stamp-h1
554 @if test ! -f $@; then rm -f stamp-h1; else :; fi
555 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
556
557stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
558 @rm -f stamp-h1
559 cd $(top_builddir) && $(SHELL) ./config.status config.h
Jeff Thompson47053ad2013-08-05 10:36:53 -0700560$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700561 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
562 rm -f stamp-h1
563 touch $@
564
565distclean-hdr:
566 -rm -f config.h stamp-h1
Jeff Thompson4f031642013-08-05 11:03:16 -0700567
568install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Jeff Thompson36174062013-06-21 16:03:44 -0700569 @$(NORMAL_INSTALL)
Jeff Thompson4f031642013-08-05 11:03:16 -0700570 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Jeff Thompson36174062013-06-21 16:03:44 -0700571 list2=; for p in $$list; do \
572 if test -f $$p; then \
573 list2="$$list2 $$p"; \
574 else :; fi; \
575 done; \
576 test -z "$$list2" || { \
577 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
578 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Jeff Thompson4f031642013-08-05 11:03:16 -0700579 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
580 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
581 }
582
583uninstall-libLTLIBRARIES:
584 @$(NORMAL_UNINSTALL)
585 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Jeff Thompson36174062013-06-21 16:03:44 -0700586 for p in $$list; do \
Jeff Thompson4f031642013-08-05 11:03:16 -0700587 $(am__strip_dir) \
588 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
589 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Jeff Thompson36174062013-06-21 16:03:44 -0700590 done
591
Jeff Thompson4f031642013-08-05 11:03:16 -0700592clean-libLTLIBRARIES:
593 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
594 @list='$(lib_LTLIBRARIES)'; \
595 locs=`for p in $$list; do echo $$p; done | \
596 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
597 sort -u`; \
598 test -z "$$locs" || { \
599 echo rm -f $${locs}; \
600 rm -f $${locs}; \
601 }
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700602ndn-cpp/c/$(am__dirstamp):
603 @$(MKDIR_P) ndn-cpp/c
604 @: > ndn-cpp/c/$(am__dirstamp)
605ndn-cpp/c/$(DEPDIR)/$(am__dirstamp):
606 @$(MKDIR_P) ndn-cpp/c/$(DEPDIR)
607 @: > ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson2e0e0882013-08-12 17:55:13 -0700608ndn-cpp/c/interest.lo: ndn-cpp/c/$(am__dirstamp) \
609 ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonf1ba9bd2013-08-12 17:43:08 -0700610ndn-cpp/c/name.lo: ndn-cpp/c/$(am__dirstamp) \
611 ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700612ndn-cpp/c/errors.lo: ndn-cpp/c/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700613 ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700614ndn-cpp/c/encoding/$(am__dirstamp):
615 @$(MKDIR_P) ndn-cpp/c/encoding
616 @: > ndn-cpp/c/encoding/$(am__dirstamp)
617ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp):
618 @$(MKDIR_P) ndn-cpp/c/encoding/$(DEPDIR)
619 @: > ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700620ndn-cpp/c/encoding/binary-xml-data.lo: \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700621 ndn-cpp/c/encoding/$(am__dirstamp) \
622 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700623ndn-cpp/c/encoding/binary-xml-decoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700624 ndn-cpp/c/encoding/$(am__dirstamp) \
625 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700626ndn-cpp/c/encoding/binary-xml-element-reader.lo: \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700627 ndn-cpp/c/encoding/$(am__dirstamp) \
628 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700629ndn-cpp/c/encoding/binary-xml-encoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700630 ndn-cpp/c/encoding/$(am__dirstamp) \
631 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700632ndn-cpp/c/encoding/binary-xml-interest.lo: \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -0700633 ndn-cpp/c/encoding/$(am__dirstamp) \
634 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700635ndn-cpp/c/encoding/binary-xml-key.lo: \
Jeff Thompson9915bdd2013-07-11 11:27:09 -0700636 ndn-cpp/c/encoding/$(am__dirstamp) \
637 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700638ndn-cpp/c/encoding/binary-xml-name.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700639 ndn-cpp/c/encoding/$(am__dirstamp) \
640 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700641ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo: \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700642 ndn-cpp/c/encoding/$(am__dirstamp) \
643 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700644ndn-cpp/c/encoding/binary-xml-structure-decoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700645 ndn-cpp/c/encoding/$(am__dirstamp) \
646 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -0700647ndn-cpp/c/transport/$(am__dirstamp):
648 @$(MKDIR_P) ndn-cpp/c/transport
649 @: > ndn-cpp/c/transport/$(am__dirstamp)
650ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp):
651 @$(MKDIR_P) ndn-cpp/c/transport/$(DEPDIR)
652 @: > ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700653ndn-cpp/c/transport/socket-transport.lo: \
Jeff Thompsonbc53c522013-07-17 17:11:48 -0700654 ndn-cpp/c/transport/$(am__dirstamp) \
655 ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700656ndn-cpp/c/util/$(am__dirstamp):
657 @$(MKDIR_P) ndn-cpp/c/util
658 @: > ndn-cpp/c/util/$(am__dirstamp)
659ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp):
660 @$(MKDIR_P) ndn-cpp/c/util/$(DEPDIR)
661 @: > ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700662ndn-cpp/c/util/dynamic-uchar-array.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700663 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700664ndn-cpp/c/util/ndn_memory.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700665 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700666ndn-cpp/c/util/ndn_realloc.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson45545092013-07-16 18:36:26 -0700667 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700668
Jeff Thompson4f031642013-08-05 11:03:16 -0700669libndn-c.la: $(libndn_c_la_OBJECTS) $(libndn_c_la_DEPENDENCIES) $(EXTRA_libndn_c_la_DEPENDENCIES)
670 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libndn_c_la_OBJECTS) $(libndn_c_la_LIBADD) $(LIBS)
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700671ndn-cpp/$(am__dirstamp):
672 @$(MKDIR_P) ndn-cpp
673 @: > ndn-cpp/$(am__dirstamp)
674ndn-cpp/$(DEPDIR)/$(am__dirstamp):
675 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
676 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700677ndn-cpp/common.lo: ndn-cpp/$(am__dirstamp) \
678 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700679ndn-cpp/data.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700680 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700681ndn-cpp/interest.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -0700682 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonb3768ae2013-08-08 21:22:45 -0700683ndn-cpp/key-chain.lo: ndn-cpp/$(am__dirstamp) \
684 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700685ndn-cpp/key.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700686 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700687ndn-cpp/face.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700688 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700689ndn-cpp/name.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700690 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700691ndn-cpp/encoding/$(am__dirstamp):
692 @$(MKDIR_P) ndn-cpp/encoding
693 @: > ndn-cpp/encoding/$(am__dirstamp)
694ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp):
695 @$(MKDIR_P) ndn-cpp/encoding/$(DEPDIR)
696 @: > ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700697ndn-cpp/encoding/binary-xml-element-reader.lo: \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700698 ndn-cpp/encoding/$(am__dirstamp) \
699 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700700ndn-cpp/encoding/binary-xml-wire-format.lo: \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700701 ndn-cpp/encoding/$(am__dirstamp) \
702 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700703ndn-cpp/encoding/wire-format.lo: ndn-cpp/encoding/$(am__dirstamp) \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700704 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -0700705ndn-cpp/transport/$(am__dirstamp):
706 @$(MKDIR_P) ndn-cpp/transport
707 @: > ndn-cpp/transport/$(am__dirstamp)
708ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp):
709 @$(MKDIR_P) ndn-cpp/transport/$(DEPDIR)
710 @: > ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700711ndn-cpp/transport/tcp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompson25f8e612013-07-15 11:30:21 -0700712 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700713ndn-cpp/transport/transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompson25f8e612013-07-15 11:30:21 -0700714 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700715ndn-cpp/transport/udp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompsonbc53c522013-07-17 17:11:48 -0700716 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson529779a2013-08-12 13:15:55 -0700717ndn-cpp/util/$(am__dirstamp):
718 @$(MKDIR_P) ndn-cpp/util
719 @: > ndn-cpp/util/$(am__dirstamp)
720ndn-cpp/util/$(DEPDIR)/$(am__dirstamp):
721 @$(MKDIR_P) ndn-cpp/util/$(DEPDIR)
722 @: > ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
723ndn-cpp/util/dynamic-uchar-vector.lo: ndn-cpp/util/$(am__dirstamp) \
724 ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700725
Jeff Thompson4f031642013-08-05 11:03:16 -0700726libndn-cpp.la: $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_DEPENDENCIES) $(EXTRA_libndn_cpp_la_DEPENDENCIES)
727 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_LIBADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700728install-binPROGRAMS: $(bin_PROGRAMS)
729 @$(NORMAL_INSTALL)
730 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
731 if test -n "$$list"; then \
732 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
733 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
734 fi; \
735 for p in $$list; do echo "$$p $$p"; done | \
736 sed 's/$(EXEEXT)$$//' | \
737 while read p p1; do if test -f $$p \
Jeff Thompson4f031642013-08-05 11:03:16 -0700738 || test -f $$p1 \
Jeff Thompson39128c62013-06-19 14:08:51 -0700739 ; then echo "$$p"; echo "$$p"; else :; fi; \
740 done | \
741 sed -e 'p;s,.*/,,;n;h' \
742 -e 's|.*|.|' \
743 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
744 sed 'N;N;N;s,\n, ,g' | \
745 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
746 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
747 if ($$2 == $$4) files[d] = files[d] " " $$1; \
748 else { print "f", $$3 "/" $$4, $$1; } } \
749 END { for (d in files) print "f", d, files[d] }' | \
750 while read type dir files; do \
751 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
752 test -z "$$files" || { \
Jeff Thompson4f031642013-08-05 11:03:16 -0700753 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
754 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700755 } \
756 ; done
757
758uninstall-binPROGRAMS:
759 @$(NORMAL_UNINSTALL)
760 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
761 files=`for p in $$list; do echo "$$p"; done | \
762 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
763 -e 's/$$/$(EXEEXT)/' \
764 `; \
765 test -n "$$list" || exit 0; \
766 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
767 cd "$(DESTDIR)$(bindir)" && rm -f $$files
768
769clean-binPROGRAMS:
Jeff Thompson4f031642013-08-05 11:03:16 -0700770 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
771 echo " rm -f" $$list; \
772 rm -f $$list || exit $$?; \
773 test -n "$(EXEEXT)" || exit 0; \
774 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
775 echo " rm -f" $$list; \
776 rm -f $$list
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700777tests/$(am__dirstamp):
778 @$(MKDIR_P) tests
779 @: > tests/$(am__dirstamp)
780tests/$(DEPDIR)/$(am__dirstamp):
781 @$(MKDIR_P) tests/$(DEPDIR)
782 @: > tests/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsone32adb62013-08-02 13:18:36 -0700783tests/test-encode-decode-data.$(OBJEXT): tests/$(am__dirstamp) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700784 tests/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsoncc2474f2013-07-02 10:36:05 -0700785bin/$(am__dirstamp):
786 @$(MKDIR_P) bin
787 @: > bin/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700788
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700789bin/test-encode-decode-data$(EXEEXT): $(bin_test_encode_decode_data_OBJECTS) $(bin_test_encode_decode_data_DEPENDENCIES) $(EXTRA_bin_test_encode_decode_data_DEPENDENCIES) bin/$(am__dirstamp)
790 @rm -f bin/test-encode-decode-data$(EXEEXT)
791 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_data_OBJECTS) $(bin_test_encode_decode_data_LDADD) $(LIBS)
Jeff Thompsone32adb62013-08-02 13:18:36 -0700792tests/test-encode-decode-interest.$(OBJEXT): tests/$(am__dirstamp) \
793 tests/$(DEPDIR)/$(am__dirstamp)
794
795bin/test-encode-decode-interest$(EXEEXT): $(bin_test_encode_decode_interest_OBJECTS) $(bin_test_encode_decode_interest_DEPENDENCIES) $(EXTRA_bin_test_encode_decode_interest_DEPENDENCIES) bin/$(am__dirstamp)
796 @rm -f bin/test-encode-decode-interest$(EXEEXT)
797 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_interest_OBJECTS) $(bin_test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700798tests/test-get-async.$(OBJEXT): tests/$(am__dirstamp) \
799 tests/$(DEPDIR)/$(am__dirstamp)
800
801bin/test-get-async$(EXEEXT): $(bin_test_get_async_OBJECTS) $(bin_test_get_async_DEPENDENCIES) $(EXTRA_bin_test_get_async_DEPENDENCIES) bin/$(am__dirstamp)
802 @rm -f bin/test-get-async$(EXEEXT)
803 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_get_async_OBJECTS) $(bin_test_get_async_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700804
805mostlyclean-compile:
806 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700807 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700808 -rm -f ndn-cpp/*.lo
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700809 -rm -f ndn-cpp/c/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700810 -rm -f ndn-cpp/c/*.lo
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700811 -rm -f ndn-cpp/c/encoding/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700812 -rm -f ndn-cpp/c/encoding/*.lo
Jeff Thompson25f8e612013-07-15 11:30:21 -0700813 -rm -f ndn-cpp/c/transport/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700814 -rm -f ndn-cpp/c/transport/*.lo
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700815 -rm -f ndn-cpp/c/util/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700816 -rm -f ndn-cpp/c/util/*.lo
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700817 -rm -f ndn-cpp/encoding/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700818 -rm -f ndn-cpp/encoding/*.lo
Jeff Thompson25f8e612013-07-15 11:30:21 -0700819 -rm -f ndn-cpp/transport/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700820 -rm -f ndn-cpp/transport/*.lo
Jeff Thompson529779a2013-08-12 13:15:55 -0700821 -rm -f ndn-cpp/util/*.$(OBJEXT)
822 -rm -f ndn-cpp/util/*.lo
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700823 -rm -f tests/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700824
825distclean-compile:
826 -rm -f *.tab.c
827
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700828@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/common.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700829@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Plo@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/face.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700831@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Plo@am__quote@
Jeff Thompsonb3768ae2013-08-08 21:22:45 -0700832@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/key-chain.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700833@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/key.Plo@am__quote@
834@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/name.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700835@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/errors.Plo@am__quote@
Jeff Thompson2e0e0882013-08-12 17:55:13 -0700836@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/interest.Plo@am__quote@
Jeff Thompsonf1ba9bd2013-08-12 17:43:08 -0700837@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/name.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700838@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-data.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700839@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-decoder.Plo@am__quote@
840@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@
841@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-encoder.Plo@am__quote@
842@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-interest.Plo@am__quote@
843@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-key.Plo@am__quote@
844@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-name.Plo@am__quote@
845@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-publisher-public-key-digest.Plo@am__quote@
846@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-structure-decoder.Plo@am__quote@
847@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/transport/$(DEPDIR)/socket-transport.Plo@am__quote@
848@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/dynamic-uchar-array.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700849@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_memory.Plo@am__quote@
850@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_realloc.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700851@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@
852@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-wire-format.Plo@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/wire-format.Plo@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/tcp-transport.Plo@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/transport.Plo@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/udp-transport.Plo@am__quote@
Jeff Thompson529779a2013-08-12 13:15:55 -0700857@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/dynamic-uchar-vector.Plo@am__quote@
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700858@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-data.Po@am__quote@
Jeff Thompsone32adb62013-08-02 13:18:36 -0700859@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700860@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-get-async.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700861
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700862.c.o:
863@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
864@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
865@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
866@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
867@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
869
870.c.obj:
871@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
872@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
873@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
874@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
877
Jeff Thompson4f031642013-08-05 11:03:16 -0700878.c.lo:
879@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
880@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
881@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
882@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
883@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
885
Jeff Thompson39128c62013-06-19 14:08:51 -0700886.cpp.o:
887@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
888@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
889@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
890@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
891@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
893
894.cpp.obj:
895@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
896@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
897@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
898@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
899@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
901
Jeff Thompson4f031642013-08-05 11:03:16 -0700902.cpp.lo:
903@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
904@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
905@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
906@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
907@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
909
910mostlyclean-libtool:
911 -rm -f *.lo
912
913clean-libtool:
914 -rm -rf .libs _libs
915 -rm -rf bin/.libs bin/_libs
916 -rm -rf ndn-cpp/.libs ndn-cpp/_libs
917 -rm -rf ndn-cpp/c/.libs ndn-cpp/c/_libs
918 -rm -rf ndn-cpp/c/encoding/.libs ndn-cpp/c/encoding/_libs
919 -rm -rf ndn-cpp/c/transport/.libs ndn-cpp/c/transport/_libs
920 -rm -rf ndn-cpp/c/util/.libs ndn-cpp/c/util/_libs
921 -rm -rf ndn-cpp/encoding/.libs ndn-cpp/encoding/_libs
922 -rm -rf ndn-cpp/transport/.libs ndn-cpp/transport/_libs
Jeff Thompson529779a2013-08-12 13:15:55 -0700923 -rm -rf ndn-cpp/util/.libs ndn-cpp/util/_libs
Jeff Thompson4f031642013-08-05 11:03:16 -0700924
925distclean-libtool:
926 -rm -f libtool config.lt
927
Jeff Thompson39128c62013-06-19 14:08:51 -0700928ID: $(am__tagged_files)
929 $(am__define_uniq_tagged_files); mkid -fID $$unique
930tags: tags-am
931TAGS: tags
932
933tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
934 set x; \
935 here=`pwd`; \
936 $(am__define_uniq_tagged_files); \
937 shift; \
938 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
939 test -n "$$unique" || unique=$$empty_fix; \
940 if test $$# -gt 0; then \
941 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
942 "$$@" $$unique; \
943 else \
944 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
945 $$unique; \
946 fi; \
947 fi
948ctags: ctags-am
949
950CTAGS: ctags
951ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
952 $(am__define_uniq_tagged_files); \
953 test -z "$(CTAGS_ARGS)$$unique" \
954 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
955 $$unique
956
957GTAGS:
958 here=`$(am__cd) $(top_builddir) && pwd` \
959 && $(am__cd) $(top_srcdir) \
960 && gtags -i $(GTAGS_ARGS) "$$here"
961cscope: cscope.files
962 test ! -s cscope.files \
963 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
964clean-cscope:
965 -rm -f cscope.files
966cscope.files: clean-cscope cscopelist
967cscopelist: cscopelist-am
968
969cscopelist-am: $(am__tagged_files)
970 list='$(am__tagged_files)'; \
971 case "$(srcdir)" in \
972 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
973 *) sdir=$(subdir)/$(srcdir) ;; \
974 esac; \
975 for i in $$list; do \
976 if test -f "$$i"; then \
977 echo "$(subdir)/$$i"; \
978 else \
979 echo "$$sdir/$$i"; \
980 fi; \
981 done >> $(top_builddir)/cscope.files
982
983distclean-tags:
984 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
985 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
986
987distdir: $(DISTFILES)
988 $(am__remove_distdir)
989 test -d "$(distdir)" || mkdir "$(distdir)"
990 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
991 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
992 list='$(DISTFILES)'; \
993 dist_files=`for file in $$list; do echo $$file; done | \
994 sed -e "s|^$$srcdirstrip/||;t" \
995 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
996 case $$dist_files in \
997 */*) $(MKDIR_P) `echo "$$dist_files" | \
998 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
999 sort -u` ;; \
1000 esac; \
1001 for file in $$dist_files; do \
1002 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1003 if test -d $$d/$$file; then \
1004 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1005 if test -d "$(distdir)/$$file"; then \
1006 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1007 fi; \
1008 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1009 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1010 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1011 fi; \
1012 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1013 else \
1014 test -f "$(distdir)/$$file" \
1015 || cp -p $$d/$$file "$(distdir)/$$file" \
1016 || exit 1; \
1017 fi; \
1018 done
1019 -test -n "$(am__skip_mode_fix)" \
1020 || find "$(distdir)" -type d ! -perm -755 \
1021 -exec chmod u+rwx,go+rx {} \; -o \
1022 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1023 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1024 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1025 || chmod -R a+r "$(distdir)"
1026dist-gzip: distdir
1027 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1028 $(am__post_remove_distdir)
1029
1030dist-bzip2: distdir
1031 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1032 $(am__post_remove_distdir)
1033
1034dist-lzip: distdir
1035 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1036 $(am__post_remove_distdir)
1037
1038dist-xz: distdir
1039 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1040 $(am__post_remove_distdir)
1041
1042dist-tarZ: distdir
1043 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1044 $(am__post_remove_distdir)
1045
1046dist-shar: distdir
1047 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1048 $(am__post_remove_distdir)
1049
1050dist-zip: distdir
1051 -rm -f $(distdir).zip
1052 zip -rq $(distdir).zip $(distdir)
1053 $(am__post_remove_distdir)
1054
1055dist dist-all:
1056 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1057 $(am__post_remove_distdir)
1058
1059# This target untars the dist file and tries a VPATH configuration. Then
1060# it guarantees that the distribution is self-contained by making another
1061# tarfile.
1062distcheck: dist
1063 case '$(DIST_ARCHIVES)' in \
1064 *.tar.gz*) \
1065 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1066 *.tar.bz2*) \
1067 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1068 *.tar.lz*) \
1069 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1070 *.tar.xz*) \
1071 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1072 *.tar.Z*) \
1073 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1074 *.shar.gz*) \
1075 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1076 *.zip*) \
1077 unzip $(distdir).zip ;;\
1078 esac
1079 chmod -R a-w $(distdir)
1080 chmod u+w $(distdir)
1081 mkdir $(distdir)/_build $(distdir)/_inst
1082 chmod a-w $(distdir)
1083 test -d $(distdir)/_build || exit 0; \
1084 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1085 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1086 && am__cwd=`pwd` \
1087 && $(am__cd) $(distdir)/_build \
1088 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1089 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1090 $(DISTCHECK_CONFIGURE_FLAGS) \
1091 && $(MAKE) $(AM_MAKEFLAGS) \
1092 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1093 && $(MAKE) $(AM_MAKEFLAGS) check \
1094 && $(MAKE) $(AM_MAKEFLAGS) install \
1095 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1096 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1097 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1098 distuninstallcheck \
1099 && chmod -R a-w "$$dc_install_base" \
1100 && ({ \
1101 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1102 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1103 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1104 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1105 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1106 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1107 && rm -rf "$$dc_destdir" \
1108 && $(MAKE) $(AM_MAKEFLAGS) dist \
1109 && rm -rf $(DIST_ARCHIVES) \
1110 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1111 && cd "$$am__cwd" \
1112 || exit 1
1113 $(am__post_remove_distdir)
1114 @(echo "$(distdir) archives ready for distribution: "; \
1115 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1116 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1117distuninstallcheck:
1118 @test -n '$(distuninstallcheck_dir)' || { \
1119 echo 'ERROR: trying to run $@ with an empty' \
1120 '$$(distuninstallcheck_dir)' >&2; \
1121 exit 1; \
1122 }; \
1123 $(am__cd) '$(distuninstallcheck_dir)' || { \
1124 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1125 exit 1; \
1126 }; \
1127 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1128 || { echo "ERROR: files left after uninstall:" ; \
1129 if test -n "$(DESTDIR)"; then \
1130 echo " (check DESTDIR support)"; \
1131 fi ; \
1132 $(distuninstallcheck_listfiles) ; \
1133 exit 1; } >&2
1134distcleancheck: distclean
1135 @if test '$(srcdir)' = . ; then \
1136 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1137 exit 1 ; \
1138 fi
1139 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1140 || { echo "ERROR: files left in build directory after distclean:" ; \
1141 $(distcleancheck_listfiles) ; \
1142 exit 1; } >&2
1143check-am: all-am
1144check: check-am
Jeff Thompson4f031642013-08-05 11:03:16 -07001145all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
1146install-binPROGRAMS: install-libLTLIBRARIES
1147
Jeff Thompson39128c62013-06-19 14:08:51 -07001148installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -07001149 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -07001150 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1151 done
1152install: install-am
1153install-exec: install-exec-am
1154install-data: install-data-am
1155uninstall: uninstall-am
1156
1157install-am: all-am
1158 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1159
1160installcheck: installcheck-am
1161install-strip:
1162 if test -z '$(STRIP)'; then \
1163 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1164 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1165 install; \
1166 else \
1167 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1168 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1169 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1170 fi
1171mostlyclean-generic:
1172
1173clean-generic:
1174
1175distclean-generic:
1176 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1177 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompsoncc2474f2013-07-02 10:36:05 -07001178 -rm -f bin/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001179 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
1180 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson5cae5e52013-07-10 19:41:20 -07001181 -rm -f ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
1182 -rm -f ndn-cpp/c/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -07001183 -rm -f ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
1184 -rm -f ndn-cpp/c/encoding/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -07001185 -rm -f ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
1186 -rm -f ndn-cpp/c/transport/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -07001187 -rm -f ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
1188 -rm -f ndn-cpp/c/util/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -07001189 -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
1190 -rm -f ndn-cpp/encoding/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -07001191 -rm -f ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
1192 -rm -f ndn-cpp/transport/$(am__dirstamp)
Jeff Thompson529779a2013-08-12 13:15:55 -07001193 -rm -f ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
1194 -rm -f ndn-cpp/util/$(am__dirstamp)
Jeff Thompson5cae5e52013-07-10 19:41:20 -07001195 -rm -f tests/$(DEPDIR)/$(am__dirstamp)
1196 -rm -f tests/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -07001197
1198maintainer-clean-generic:
1199 @echo "This command is intended for maintainers to use"
1200 @echo "it deletes files that may require special tools to rebuild."
1201clean: clean-am
1202
Jeff Thompson4f031642013-08-05 11:03:16 -07001203clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1204 clean-libtool mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -07001205
1206distclean: distclean-am
1207 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson529779a2013-08-12 13:15:55 -07001208 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/c/$(DEPDIR) ndn-cpp/c/encoding/$(DEPDIR) ndn-cpp/c/transport/$(DEPDIR) ndn-cpp/c/util/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) ndn-cpp/util/$(DEPDIR) tests/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -07001209 -rm -f Makefile
1210distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson4f031642013-08-05 11:03:16 -07001211 distclean-hdr distclean-libtool distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -07001212
1213dvi: dvi-am
1214
1215dvi-am:
1216
1217html: html-am
1218
1219html-am:
1220
1221info: info-am
1222
1223info-am:
1224
1225install-data-am:
1226
1227install-dvi: install-dvi-am
1228
1229install-dvi-am:
1230
Jeff Thompson4f031642013-08-05 11:03:16 -07001231install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001232
1233install-html: install-html-am
1234
1235install-html-am:
1236
1237install-info: install-info-am
1238
1239install-info-am:
1240
1241install-man:
1242
1243install-pdf: install-pdf-am
1244
1245install-pdf-am:
1246
1247install-ps: install-ps-am
1248
1249install-ps-am:
1250
1251installcheck-am:
1252
1253maintainer-clean: maintainer-clean-am
1254 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1255 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson529779a2013-08-12 13:15:55 -07001256 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/c/$(DEPDIR) ndn-cpp/c/encoding/$(DEPDIR) ndn-cpp/c/transport/$(DEPDIR) ndn-cpp/c/util/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) ndn-cpp/util/$(DEPDIR) tests/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -07001257 -rm -f Makefile
1258maintainer-clean-am: distclean-am maintainer-clean-generic
1259
1260mostlyclean: mostlyclean-am
1261
Jeff Thompson4f031642013-08-05 11:03:16 -07001262mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1263 mostlyclean-libtool
Jeff Thompson39128c62013-06-19 14:08:51 -07001264
1265pdf: pdf-am
1266
1267pdf-am:
1268
1269ps: ps-am
1270
1271ps-am:
1272
Jeff Thompson4f031642013-08-05 11:03:16 -07001273uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001274
1275.MAKE: all install-am install-strip
1276
1277.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -07001278 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson4f031642013-08-05 11:03:16 -07001279 clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1280 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1281 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1282 distclean-compile distclean-generic distclean-hdr \
1283 distclean-libtool distclean-tags distcleancheck distdir \
1284 distuninstallcheck dvi dvi-am html html-am info info-am \
1285 install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -07001286 install-data-am install-dvi install-dvi-am install-exec \
1287 install-exec-am install-html install-html-am install-info \
Jeff Thompson4f031642013-08-05 11:03:16 -07001288 install-info-am install-libLTLIBRARIES install-man install-pdf \
Jeff Thompson36174062013-06-21 16:03:44 -07001289 install-pdf-am install-ps install-ps-am install-strip \
1290 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -07001291 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson4f031642013-08-05 11:03:16 -07001292 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1293 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1294 uninstall-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001295
1296
Jeff Thompsonca45e552013-06-26 17:40:06 -07001297@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1298
1299@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1300@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
1301@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1302@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1303@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
1304@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1305@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
1306@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1307@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
1308@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
1309@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1310@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
1311@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
1312@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1313
1314@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1315
1316@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1317@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1318@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1319@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1320@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1321@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1322@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1323@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1324@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1325@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1326@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1327@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1328@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1329@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1330
1331@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1332
1333@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1334
1335@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1336
1337@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1338
1339@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1340@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1341@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1342
Jeff Thompson39128c62013-06-19 14:08:51 -07001343# Tell versions [3.59,3.63) of GNU make to not export all variables.
1344# Otherwise a system limit (for SysV at least) may be exceeded.
1345.NOEXPORT: