blob: 9901853b5a3d99849d514723b4d2d43fbcad12a2 [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
17
Jeff Thompson36174062013-06-21 16:03:44 -070018
Jeff Thompson39128c62013-06-19 14:08:51 -070019VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
33 case $$MAKEFLAGS in \
34 *\\[\ \ ]*) \
35 bs=\\; \
36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
38 esac; \
39 fi; \
40 skip_next=no; \
41 strip_trailopt () \
42 { \
43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 }; \
45 for flg in $$sane_makeflags; do \
46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070081bin_PROGRAMS = test-encode-decode-interest$(EXEEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -070082subdir = .
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/configure $(am__configure_deps) \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070085 $(srcdir)/config.h.in $(dist_noinst_SCRIPTS) depcomp ar-lib \
Jeff Thompson36174062013-06-21 16:03:44 -070086 config.guess config.sub install-sh missing ltmain.sh
Jeff Thompson39128c62013-06-19 14:08:51 -070087ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92 configure.lineno config.status.lineno
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -070097am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100 *) f=$$p;; \
101 esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__nobase_list = $(am__nobase_strip_setup); \
109 for p in $$list; do echo "$$p $$p"; done | \
110 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
111 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
112 if (++n[$$2] == $(am__install_max)) \
113 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
114 END { for (dir in files) print dir, files[dir] }'
115am__base_list = \
116 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__uninstall_files_from_dir = { \
119 test -z "$$files" \
120 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
121 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
122 $(am__cd) "$$dir" && rm -f $$files; }; \
123 }
124am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
125LIBRARIES = $(lib_LIBRARIES)
126ARFLAGS = cru
127AM_V_AR = $(am__v_AR_@AM_V@)
128am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
129am__v_AR_0 = @echo " AR " $@;
130am__v_AR_1 =
131ndn_cpp_a_AR = $(AR) $(ARFLAGS)
132ndn_cpp_a_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700133am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700134am_ndn_cpp_a_OBJECTS = ndn-cpp/data.$(OBJEXT) \
135 ndn-cpp/interest.$(OBJEXT) ndn-cpp/fields/content.$(OBJEXT) \
136 ndn-cpp/fields/exclude.$(OBJEXT) \
137 ndn-cpp/fields/key-locator.$(OBJEXT) \
138 ndn-cpp/fields/name-component.$(OBJEXT) \
139 ndn-cpp/fields/name.$(OBJEXT) \
140 ndn-cpp/fields/signature.$(OBJEXT) ndn-cpp/wire/ccnb.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700141ndn_cpp_a_OBJECTS = $(am_ndn_cpp_a_OBJECTS)
142PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700143am_test_encode_decode_interest_OBJECTS = \
144 test/test-encode-decode-interest.$(OBJEXT)
145test_encode_decode_interest_OBJECTS = \
146 $(am_test_encode_decode_interest_OBJECTS)
147test_encode_decode_interest_DEPENDENCIES = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700148SCRIPTS = $(dist_noinst_SCRIPTS)
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo " GEN " $@;
156am__v_GEN_1 =
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 =
161DEFAULT_INCLUDES = -I.@am__isrc@
162depcomp = $(SHELL) $(top_srcdir)/depcomp
163am__depfiles_maybe = depfiles
164am__mv = mv -f
165CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167AM_V_CXX = $(am__v_CXX_@AM_V@)
168am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
169am__v_CXX_0 = @echo " CXX " $@;
170am__v_CXX_1 =
171CXXLD = $(CXX)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700172CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
173 -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700174AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
175am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
176am__v_CXXLD_0 = @echo " CXXLD " $@;
177am__v_CXXLD_1 =
Jeff Thompson36174062013-06-21 16:03:44 -0700178COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Jeff Thompson36174062013-06-21 16:03:44 -0700180AM_V_CC = $(am__v_CC_@AM_V@)
181am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182am__v_CC_0 = @echo " CC " $@;
183am__v_CC_1 =
184CCLD = $(CC)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700185LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson36174062013-06-21 16:03:44 -0700186AM_V_CCLD = $(am__v_CCLD_@AM_V@)
187am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
188am__v_CCLD_0 = @echo " CCLD " $@;
189am__v_CCLD_1 =
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700190SOURCES = $(ndn_cpp_a_SOURCES) $(test_encode_decode_interest_SOURCES)
191DIST_SOURCES = $(ndn_cpp_a_SOURCES) \
192 $(test_encode_decode_interest_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700193am__can_run_installinfo = \
194 case $$AM_UPDATE_INFO_DIR in \
195 n|no|NO) false;; \
196 *) (install-info --version) >/dev/null 2>&1;; \
197 esac
198am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
199 $(LISP)config.h.in
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates. Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204 BEGIN { nonempty = 0; } \
205 { items[$$0] = 1; nonempty = 1; } \
206 END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique. This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212 list='$(am__tagged_files)'; \
213 unique=`for i in $$list; do \
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215 done | $(am__uniquify_input)`
216ETAGS = etags
217CTAGS = ctags
218CSCOPE = cscope
219AM_RECURSIVE_TARGETS = cscope
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221distdir = $(PACKAGE)-$(VERSION)
222top_distdir = $(distdir)
223am__remove_distdir = \
224 if test -d "$(distdir)"; then \
225 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
226 && rm -rf "$(distdir)" \
227 || { sleep 5 && rm -rf "$(distdir)"; }; \
228 else :; fi
229am__post_remove_distdir = $(am__remove_distdir)
230DIST_ARCHIVES = $(distdir).tar.gz
231GZIP_ENV = --best
232DIST_TARGETS = dist-gzip
233distuninstallcheck_listfiles = find . -type f -print
234am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
235 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
236distcleancheck_listfiles = find . -type f -print
237ACLOCAL = @ACLOCAL@
238AMTAR = @AMTAR@
239AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700240AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700241AUTOCONF = @AUTOCONF@
242AUTOHEADER = @AUTOHEADER@
243AUTOMAKE = @AUTOMAKE@
244AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700245CC = @CC@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
Jeff Thompson39128c62013-06-19 14:08:51 -0700248CPPFLAGS = @CPPFLAGS@
249CXX = @CXX@
250CXXDEPMODE = @CXXDEPMODE@
251CXXFLAGS = @CXXFLAGS@
252CYGPATH_W = @CYGPATH_W@
253DEFS = @DEFS@
254DEPDIR = @DEPDIR@
255ECHO_C = @ECHO_C@
256ECHO_N = @ECHO_N@
257ECHO_T = @ECHO_T@
258EXEEXT = @EXEEXT@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700259HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700260INSTALL = @INSTALL@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265LDFLAGS = @LDFLAGS@
266LIBOBJS = @LIBOBJS@
267LIBS = @LIBS@
268LTLIBOBJS = @LTLIBOBJS@
269MAKEINFO = @MAKEINFO@
270MKDIR_P = @MKDIR_P@
271OBJEXT = @OBJEXT@
272PACKAGE = @PACKAGE@
273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274PACKAGE_NAME = @PACKAGE_NAME@
275PACKAGE_STRING = @PACKAGE_STRING@
276PACKAGE_TARNAME = @PACKAGE_TARNAME@
277PACKAGE_URL = @PACKAGE_URL@
278PACKAGE_VERSION = @PACKAGE_VERSION@
279PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700280RANLIB = @RANLIB@
Jeff Thompson39128c62013-06-19 14:08:51 -0700281SET_MAKE = @SET_MAKE@
282SHELL = @SHELL@
283STRIP = @STRIP@
284VERSION = @VERSION@
285abs_builddir = @abs_builddir@
286abs_srcdir = @abs_srcdir@
287abs_top_builddir = @abs_top_builddir@
288abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700289ac_ct_AR = @ac_ct_AR@
290ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700291ac_ct_CXX = @ac_ct_CXX@
292am__include = @am__include@
293am__leading_dot = @am__leading_dot@
294am__quote = @am__quote@
295am__tar = @am__tar@
296am__untar = @am__untar@
297bindir = @bindir@
298build_alias = @build_alias@
299builddir = @builddir@
300datadir = @datadir@
301datarootdir = @datarootdir@
302docdir = @docdir@
303dvidir = @dvidir@
304exec_prefix = @exec_prefix@
305host_alias = @host_alias@
306htmldir = @htmldir@
307includedir = @includedir@
308infodir = @infodir@
309install_sh = @install_sh@
310libdir = @libdir@
311libexecdir = @libexecdir@
312localedir = @localedir@
313localstatedir = @localstatedir@
314mandir = @mandir@
315mkdir_p = @mkdir_p@
316oldincludedir = @oldincludedir@
317pdfdir = @pdfdir@
318prefix = @prefix@
319program_transform_name = @program_transform_name@
320psdir = @psdir@
321sbindir = @sbindir@
322sharedstatedir = @sharedstatedir@
323srcdir = @srcdir@
324sysconfdir = @sysconfdir@
325target_alias = @target_alias@
326top_build_prefix = @top_build_prefix@
327top_builddir = @top_builddir@
328top_srcdir = @top_srcdir@
329AUTOMAKE_OPTIONS = subdir-objects
330ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson36174062013-06-21 16:03:44 -0700331lib_LIBRARIES = ndn-cpp.a
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700332ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \
333 ndn-cpp/data.h ndn-cpp/data.cc \
334 ndn-cpp/interest.h ndn-cpp/interest.cc \
335 ndn-cpp/fields/blob.h \
336 ndn-cpp/fields/content.h ndn-cpp/fields/content.cc \
337 ndn-cpp/fields/exclude.h ndn-cpp/fields/exclude.cc \
338 ndn-cpp/fields/key-locator.h ndn-cpp/fields/key-locator.cc \
339 ndn-cpp/fields/name-component.h ndn-cpp/fields/name-component.cc \
340 ndn-cpp/fields/name.h ndn-cpp/fields/name.cc \
341 ndn-cpp/fields/signature.h ndn-cpp/fields/signature.cc \
342 ndn-cpp/wire/base.h \
343 ndn-cpp/wire/ccnb.h ndn-cpp/wire/ccnb.cc
344
345test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
346test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700347dist_noinst_SCRIPTS = autogen.sh
348all: config.h
349 $(MAKE) $(AM_MAKEFLAGS) all-am
350
351.SUFFIXES:
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700352.SUFFIXES: .cc .cpp .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700353am--refresh: Makefile
354 @:
355$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
356 @for dep in $?; do \
357 case '$(am__configure_deps)' in \
358 *$$dep*) \
359 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
360 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
361 && exit 0; \
362 exit 1;; \
363 esac; \
364 done; \
365 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
366 $(am__cd) $(top_srcdir) && \
367 $(AUTOMAKE) --foreign Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370 @case '$?' in \
371 *config.status*) \
372 echo ' $(SHELL) ./config.status'; \
373 $(SHELL) ./config.status;; \
374 *) \
375 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377 esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380 $(SHELL) ./config.status --recheck
381
382$(top_srcdir)/configure: $(am__configure_deps)
383 $(am__cd) $(srcdir) && $(AUTOCONF)
384$(ACLOCAL_M4): $(am__aclocal_m4_deps)
385 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386$(am__aclocal_m4_deps):
387
388config.h: stamp-h1
389 @if test ! -f $@; then rm -f stamp-h1; else :; fi
390 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
391
392stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393 @rm -f stamp-h1
394 cd $(top_builddir) && $(SHELL) ./config.status config.h
395$(srcdir)/config.h.in: $(am__configure_deps)
396 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397 rm -f stamp-h1
398 touch $@
399
400distclean-hdr:
401 -rm -f config.h stamp-h1
Jeff Thompson36174062013-06-21 16:03:44 -0700402install-libLIBRARIES: $(lib_LIBRARIES)
403 @$(NORMAL_INSTALL)
404 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
405 list2=; for p in $$list; do \
406 if test -f $$p; then \
407 list2="$$list2 $$p"; \
408 else :; fi; \
409 done; \
410 test -z "$$list2" || { \
411 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
412 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
413 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
414 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
415 @$(POST_INSTALL)
416 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
417 for p in $$list; do \
418 if test -f $$p; then \
419 $(am__strip_dir) \
420 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
421 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
422 else :; fi; \
423 done
424
425uninstall-libLIBRARIES:
426 @$(NORMAL_UNINSTALL)
427 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
428 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
429 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
430
431clean-libLIBRARIES:
432 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700433ndn-cpp/$(am__dirstamp):
434 @$(MKDIR_P) ndn-cpp
435 @: > ndn-cpp/$(am__dirstamp)
436ndn-cpp/$(DEPDIR)/$(am__dirstamp):
437 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
438 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
439ndn-cpp/data.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
440 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
441ndn-cpp/interest.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
442 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700443ndn-cpp/fields/$(am__dirstamp):
444 @$(MKDIR_P) ndn-cpp/fields
445 @: > ndn-cpp/fields/$(am__dirstamp)
446ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp):
447 @$(MKDIR_P) ndn-cpp/fields/$(DEPDIR)
448 @: > ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700449ndn-cpp/fields/content.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
450 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
451ndn-cpp/fields/exclude.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
452 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
453ndn-cpp/fields/key-locator.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
454 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
455ndn-cpp/fields/name-component.$(OBJEXT): \
456 ndn-cpp/fields/$(am__dirstamp) \
457 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700458ndn-cpp/fields/name.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
459 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700460ndn-cpp/fields/signature.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
461 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
462ndn-cpp/wire/$(am__dirstamp):
463 @$(MKDIR_P) ndn-cpp/wire
464 @: > ndn-cpp/wire/$(am__dirstamp)
465ndn-cpp/wire/$(DEPDIR)/$(am__dirstamp):
466 @$(MKDIR_P) ndn-cpp/wire/$(DEPDIR)
467 @: > ndn-cpp/wire/$(DEPDIR)/$(am__dirstamp)
468ndn-cpp/wire/ccnb.$(OBJEXT): ndn-cpp/wire/$(am__dirstamp) \
469 ndn-cpp/wire/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700470
471ndn-cpp.a: $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_DEPENDENCIES) $(EXTRA_ndn_cpp_a_DEPENDENCIES)
472 $(AM_V_at)-rm -f ndn-cpp.a
473 $(AM_V_AR)$(ndn_cpp_a_AR) ndn-cpp.a $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_LIBADD)
474 $(AM_V_at)$(RANLIB) ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700475install-binPROGRAMS: $(bin_PROGRAMS)
476 @$(NORMAL_INSTALL)
477 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
478 if test -n "$$list"; then \
479 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
480 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
481 fi; \
482 for p in $$list; do echo "$$p $$p"; done | \
483 sed 's/$(EXEEXT)$$//' | \
484 while read p p1; do if test -f $$p \
485 ; then echo "$$p"; echo "$$p"; else :; fi; \
486 done | \
487 sed -e 'p;s,.*/,,;n;h' \
488 -e 's|.*|.|' \
489 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
490 sed 'N;N;N;s,\n, ,g' | \
491 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
492 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
493 if ($$2 == $$4) files[d] = files[d] " " $$1; \
494 else { print "f", $$3 "/" $$4, $$1; } } \
495 END { for (d in files) print "f", d, files[d] }' | \
496 while read type dir files; do \
497 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
498 test -z "$$files" || { \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700499 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
500 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700501 } \
502 ; done
503
504uninstall-binPROGRAMS:
505 @$(NORMAL_UNINSTALL)
506 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
507 files=`for p in $$list; do echo "$$p"; done | \
508 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
509 -e 's/$$/$(EXEEXT)/' \
510 `; \
511 test -n "$$list" || exit 0; \
512 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
513 cd "$(DESTDIR)$(bindir)" && rm -f $$files
514
515clean-binPROGRAMS:
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700516 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700517test/$(am__dirstamp):
518 @$(MKDIR_P) test
519 @: > test/$(am__dirstamp)
520test/$(DEPDIR)/$(am__dirstamp):
521 @$(MKDIR_P) test/$(DEPDIR)
522 @: > test/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700523test/test-encode-decode-interest.$(OBJEXT): test/$(am__dirstamp) \
Jeff Thompson39128c62013-06-19 14:08:51 -0700524 test/$(DEPDIR)/$(am__dirstamp)
525
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700526test-encode-decode-interest$(EXEEXT): $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_DEPENDENCIES) $(EXTRA_test_encode_decode_interest_DEPENDENCIES)
527 @rm -f test-encode-decode-interest$(EXEEXT)
528 $(AM_V_CXXLD)$(CXXLINK) $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700529
530mostlyclean-compile:
531 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700532 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700533 -rm -f ndn-cpp/fields/*.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700534 -rm -f ndn-cpp/wire/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700535 -rm -f test/*.$(OBJEXT)
536
537distclean-compile:
538 -rm -f *.tab.c
539
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700540@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/content.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/exclude.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/key-locator.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name-component.Po@am__quote@
Jeff Thompson36174062013-06-21 16:03:44 -0700546@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700547@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/signature.Po@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/wire/$(DEPDIR)/ccnb.Po@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700550
Jeff Thompson36174062013-06-21 16:03:44 -0700551.cc.o:
552@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
553@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
554@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
555@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
558
559.cc.obj:
560@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
561@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
562@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
563@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
566
Jeff Thompson39128c62013-06-19 14:08:51 -0700567.cpp.o:
568@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
569@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
570@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
571@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
574
575.cpp.obj:
576@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
577@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
578@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
579@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
582
583ID: $(am__tagged_files)
584 $(am__define_uniq_tagged_files); mkid -fID $$unique
585tags: tags-am
586TAGS: tags
587
588tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589 set x; \
590 here=`pwd`; \
591 $(am__define_uniq_tagged_files); \
592 shift; \
593 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594 test -n "$$unique" || unique=$$empty_fix; \
595 if test $$# -gt 0; then \
596 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597 "$$@" $$unique; \
598 else \
599 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600 $$unique; \
601 fi; \
602 fi
603ctags: ctags-am
604
605CTAGS: ctags
606ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607 $(am__define_uniq_tagged_files); \
608 test -z "$(CTAGS_ARGS)$$unique" \
609 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610 $$unique
611
612GTAGS:
613 here=`$(am__cd) $(top_builddir) && pwd` \
614 && $(am__cd) $(top_srcdir) \
615 && gtags -i $(GTAGS_ARGS) "$$here"
616cscope: cscope.files
617 test ! -s cscope.files \
618 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
619clean-cscope:
620 -rm -f cscope.files
621cscope.files: clean-cscope cscopelist
622cscopelist: cscopelist-am
623
624cscopelist-am: $(am__tagged_files)
625 list='$(am__tagged_files)'; \
626 case "$(srcdir)" in \
627 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628 *) sdir=$(subdir)/$(srcdir) ;; \
629 esac; \
630 for i in $$list; do \
631 if test -f "$$i"; then \
632 echo "$(subdir)/$$i"; \
633 else \
634 echo "$$sdir/$$i"; \
635 fi; \
636 done >> $(top_builddir)/cscope.files
637
638distclean-tags:
639 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
641
642distdir: $(DISTFILES)
643 $(am__remove_distdir)
644 test -d "$(distdir)" || mkdir "$(distdir)"
645 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
646 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647 list='$(DISTFILES)'; \
648 dist_files=`for file in $$list; do echo $$file; done | \
649 sed -e "s|^$$srcdirstrip/||;t" \
650 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
651 case $$dist_files in \
652 */*) $(MKDIR_P) `echo "$$dist_files" | \
653 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
654 sort -u` ;; \
655 esac; \
656 for file in $$dist_files; do \
657 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
658 if test -d $$d/$$file; then \
659 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
660 if test -d "$(distdir)/$$file"; then \
661 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662 fi; \
663 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
664 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
665 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666 fi; \
667 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
668 else \
669 test -f "$(distdir)/$$file" \
670 || cp -p $$d/$$file "$(distdir)/$$file" \
671 || exit 1; \
672 fi; \
673 done
674 -test -n "$(am__skip_mode_fix)" \
675 || find "$(distdir)" -type d ! -perm -755 \
676 -exec chmod u+rwx,go+rx {} \; -o \
677 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
678 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
679 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
680 || chmod -R a+r "$(distdir)"
681dist-gzip: distdir
682 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
683 $(am__post_remove_distdir)
684
685dist-bzip2: distdir
686 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
687 $(am__post_remove_distdir)
688
689dist-lzip: distdir
690 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
691 $(am__post_remove_distdir)
692
693dist-xz: distdir
694 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
695 $(am__post_remove_distdir)
696
697dist-tarZ: distdir
698 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
699 $(am__post_remove_distdir)
700
701dist-shar: distdir
702 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
703 $(am__post_remove_distdir)
704
705dist-zip: distdir
706 -rm -f $(distdir).zip
707 zip -rq $(distdir).zip $(distdir)
708 $(am__post_remove_distdir)
709
710dist dist-all:
711 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
712 $(am__post_remove_distdir)
713
714# This target untars the dist file and tries a VPATH configuration. Then
715# it guarantees that the distribution is self-contained by making another
716# tarfile.
717distcheck: dist
718 case '$(DIST_ARCHIVES)' in \
719 *.tar.gz*) \
720 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
721 *.tar.bz2*) \
722 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
723 *.tar.lz*) \
724 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
725 *.tar.xz*) \
726 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
727 *.tar.Z*) \
728 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
729 *.shar.gz*) \
730 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
731 *.zip*) \
732 unzip $(distdir).zip ;;\
733 esac
734 chmod -R a-w $(distdir)
735 chmod u+w $(distdir)
736 mkdir $(distdir)/_build $(distdir)/_inst
737 chmod a-w $(distdir)
738 test -d $(distdir)/_build || exit 0; \
739 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
740 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
741 && am__cwd=`pwd` \
742 && $(am__cd) $(distdir)/_build \
743 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
744 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
745 $(DISTCHECK_CONFIGURE_FLAGS) \
746 && $(MAKE) $(AM_MAKEFLAGS) \
747 && $(MAKE) $(AM_MAKEFLAGS) dvi \
748 && $(MAKE) $(AM_MAKEFLAGS) check \
749 && $(MAKE) $(AM_MAKEFLAGS) install \
750 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
751 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
752 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
753 distuninstallcheck \
754 && chmod -R a-w "$$dc_install_base" \
755 && ({ \
756 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
757 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
758 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
759 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
760 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
761 } || { rm -rf "$$dc_destdir"; exit 1; }) \
762 && rm -rf "$$dc_destdir" \
763 && $(MAKE) $(AM_MAKEFLAGS) dist \
764 && rm -rf $(DIST_ARCHIVES) \
765 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
766 && cd "$$am__cwd" \
767 || exit 1
768 $(am__post_remove_distdir)
769 @(echo "$(distdir) archives ready for distribution: "; \
770 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
771 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
772distuninstallcheck:
773 @test -n '$(distuninstallcheck_dir)' || { \
774 echo 'ERROR: trying to run $@ with an empty' \
775 '$$(distuninstallcheck_dir)' >&2; \
776 exit 1; \
777 }; \
778 $(am__cd) '$(distuninstallcheck_dir)' || { \
779 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
780 exit 1; \
781 }; \
782 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
783 || { echo "ERROR: files left after uninstall:" ; \
784 if test -n "$(DESTDIR)"; then \
785 echo " (check DESTDIR support)"; \
786 fi ; \
787 $(distuninstallcheck_listfiles) ; \
788 exit 1; } >&2
789distcleancheck: distclean
790 @if test '$(srcdir)' = . ; then \
791 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
792 exit 1 ; \
793 fi
794 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
795 || { echo "ERROR: files left in build directory after distclean:" ; \
796 $(distcleancheck_listfiles) ; \
797 exit 1; } >&2
798check-am: all-am
799check: check-am
Jeff Thompson36174062013-06-21 16:03:44 -0700800all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
Jeff Thompson39128c62013-06-19 14:08:51 -0700801installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -0700802 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -0700803 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
804 done
805install: install-am
806install-exec: install-exec-am
807install-data: install-data-am
808uninstall: uninstall-am
809
810install-am: all-am
811 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
812
813installcheck: installcheck-am
814install-strip:
815 if test -z '$(STRIP)'; then \
816 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
817 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
818 install; \
819 else \
820 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
821 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
822 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
823 fi
824mostlyclean-generic:
825
826clean-generic:
827
828distclean-generic:
829 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
830 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700831 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
832 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700833 -rm -f ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
834 -rm -f ndn-cpp/fields/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700835 -rm -f ndn-cpp/wire/$(DEPDIR)/$(am__dirstamp)
836 -rm -f ndn-cpp/wire/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700837 -rm -f test/$(DEPDIR)/$(am__dirstamp)
838 -rm -f test/$(am__dirstamp)
839
840maintainer-clean-generic:
841 @echo "This command is intended for maintainers to use"
842 @echo "it deletes files that may require special tools to rebuild."
843clean: clean-am
844
Jeff Thompson36174062013-06-21 16:03:44 -0700845clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700846 mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -0700847
848distclean: distclean-am
849 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700850 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) ndn-cpp/wire/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700851 -rm -f Makefile
852distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700853 distclean-hdr distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -0700854
855dvi: dvi-am
856
857dvi-am:
858
859html: html-am
860
861html-am:
862
863info: info-am
864
865info-am:
866
867install-data-am:
868
869install-dvi: install-dvi-am
870
871install-dvi-am:
872
Jeff Thompson36174062013-06-21 16:03:44 -0700873install-exec-am: install-binPROGRAMS install-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700874
875install-html: install-html-am
876
877install-html-am:
878
879install-info: install-info-am
880
881install-info-am:
882
883install-man:
884
885install-pdf: install-pdf-am
886
887install-pdf-am:
888
889install-ps: install-ps-am
890
891install-ps-am:
892
893installcheck-am:
894
895maintainer-clean: maintainer-clean-am
896 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
897 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700898 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) ndn-cpp/wire/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700899 -rm -f Makefile
900maintainer-clean-am: distclean-am maintainer-clean-generic
901
902mostlyclean: mostlyclean-am
903
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700904mostlyclean-am: mostlyclean-compile mostlyclean-generic
Jeff Thompson39128c62013-06-19 14:08:51 -0700905
906pdf: pdf-am
907
908pdf-am:
909
910ps: ps-am
911
912ps-am:
913
Jeff Thompson36174062013-06-21 16:03:44 -0700914uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700915
916.MAKE: all install-am install-strip
917
918.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -0700919 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700920 clean-libLIBRARIES cscope cscopelist-am ctags ctags-am dist \
921 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
922 dist-xz dist-zip distcheck distclean distclean-compile \
923 distclean-generic distclean-hdr distclean-tags distcleancheck \
924 distdir distuninstallcheck dvi dvi-am html html-am info \
925 info-am install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -0700926 install-data-am install-dvi install-dvi-am install-exec \
927 install-exec-am install-html install-html-am install-info \
Jeff Thompson36174062013-06-21 16:03:44 -0700928 install-info-am install-libLIBRARIES install-man install-pdf \
929 install-pdf-am install-ps install-ps-am install-strip \
930 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -0700931 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700932 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
933 uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700934
935
936# Tell versions [3.59,3.63) of GNU make to not export all variables.
937# Otherwise a system limit (for SysV at least) may be exceeded.
938.NOEXPORT: