blob: f1c581178e9c960c8aabdb4d699d9c4e2181039d [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 Thompson36174062013-06-21 16:03:44 -070081build_triplet = @build@
82host_triplet = @host@
Jeff Thompson39128c62013-06-19 14:08:51 -070083bin_PROGRAMS = test1$(EXEEXT)
84subdir = .
85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86 $(top_srcdir)/configure $(am__configure_deps) \
87 $(srcdir)/config.h.in $(dist_noinst_SCRIPTS) depcomp \
Jeff Thompson36174062013-06-21 16:03:44 -070088 config.guess config.sub install-sh missing ltmain.sh
Jeff Thompson39128c62013-06-19 14:08:51 -070089ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94 configure.lineno config.status.lineno
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = config.h
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -070099am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
100am__vpath_adj = case $$p in \
101 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102 *) f=$$p;; \
103 esac;
104am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
105am__install_max = 40
106am__nobase_strip_setup = \
107 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
108am__nobase_strip = \
109 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
110am__nobase_list = $(am__nobase_strip_setup); \
111 for p in $$list; do echo "$$p $$p"; done | \
112 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
113 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114 if (++n[$$2] == $(am__install_max)) \
115 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116 END { for (dir in files) print dir, files[dir] }'
117am__base_list = \
118 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
119 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
120am__uninstall_files_from_dir = { \
121 test -z "$$files" \
122 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
123 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
124 $(am__cd) "$$dir" && rm -f $$files; }; \
125 }
126am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
127LIBRARIES = $(lib_LIBRARIES)
128ARFLAGS = cru
129AM_V_AR = $(am__v_AR_@AM_V@)
130am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
131am__v_AR_0 = @echo " AR " $@;
132am__v_AR_1 =
133ndn_cpp_a_AR = $(AR) $(ARFLAGS)
134ndn_cpp_a_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700135am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompson36174062013-06-21 16:03:44 -0700136am_ndn_cpp_a_OBJECTS = ndn-cpp/fields/name.$(OBJEXT)
137ndn_cpp_a_OBJECTS = $(am_ndn_cpp_a_OBJECTS)
138PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700139am_test1_OBJECTS = test/test1.$(OBJEXT)
140test1_OBJECTS = $(am_test1_OBJECTS)
141test1_LDADD = $(LDADD)
Jeff Thompson36174062013-06-21 16:03:44 -0700142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700146SCRIPTS = $(dist_noinst_SCRIPTS)
147AM_V_P = $(am__v_P_@AM_V@)
148am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_@AM_V@)
152am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153am__v_GEN_0 = @echo " GEN " $@;
154am__v_GEN_1 =
155AM_V_at = $(am__v_at_@AM_V@)
156am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157am__v_at_0 = @
158am__v_at_1 =
159DEFAULT_INCLUDES = -I.@am__isrc@
160depcomp = $(SHELL) $(top_srcdir)/depcomp
161am__depfiles_maybe = depfiles
162am__mv = mv -f
163CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
164 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson36174062013-06-21 16:03:44 -0700165LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
167 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168 $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700169AM_V_CXX = $(am__v_CXX_@AM_V@)
170am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
171am__v_CXX_0 = @echo " CXX " $@;
172am__v_CXX_1 =
173CXXLD = $(CXX)
Jeff Thompson36174062013-06-21 16:03:44 -0700174CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
176 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700177AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
178am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
179am__v_CXXLD_0 = @echo " CXXLD " $@;
180am__v_CXXLD_1 =
Jeff Thompson36174062013-06-21 16:03:44 -0700181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
185 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
186 $(AM_CFLAGS) $(CFLAGS)
187AM_V_CC = $(am__v_CC_@AM_V@)
188am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
189am__v_CC_0 = @echo " CC " $@;
190am__v_CC_1 =
191CCLD = $(CC)
192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194 $(AM_LDFLAGS) $(LDFLAGS) -o $@
195AM_V_CCLD = $(am__v_CCLD_@AM_V@)
196am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
197am__v_CCLD_0 = @echo " CCLD " $@;
198am__v_CCLD_1 =
199SOURCES = $(ndn_cpp_a_SOURCES) $(test1_SOURCES)
200DIST_SOURCES = $(ndn_cpp_a_SOURCES) $(test1_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700201am__can_run_installinfo = \
202 case $$AM_UPDATE_INFO_DIR in \
203 n|no|NO) false;; \
204 *) (install-info --version) >/dev/null 2>&1;; \
205 esac
206am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
207 $(LISP)config.h.in
208# Read a list of newline-separated strings from the standard input,
209# and print each of them once, without duplicates. Input order is
210# *not* preserved.
211am__uniquify_input = $(AWK) '\
212 BEGIN { nonempty = 0; } \
213 { items[$$0] = 1; nonempty = 1; } \
214 END { if (nonempty) { for (i in items) print i; }; } \
215'
216# Make sure the list of sources is unique. This is necessary because,
217# e.g., the same source file might be shared among _SOURCES variables
218# for different programs/libraries.
219am__define_uniq_tagged_files = \
220 list='$(am__tagged_files)'; \
221 unique=`for i in $$list; do \
222 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223 done | $(am__uniquify_input)`
224ETAGS = etags
225CTAGS = ctags
226CSCOPE = cscope
227AM_RECURSIVE_TARGETS = cscope
228DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229distdir = $(PACKAGE)-$(VERSION)
230top_distdir = $(distdir)
231am__remove_distdir = \
232 if test -d "$(distdir)"; then \
233 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
234 && rm -rf "$(distdir)" \
235 || { sleep 5 && rm -rf "$(distdir)"; }; \
236 else :; fi
237am__post_remove_distdir = $(am__remove_distdir)
238DIST_ARCHIVES = $(distdir).tar.gz
239GZIP_ENV = --best
240DIST_TARGETS = dist-gzip
241distuninstallcheck_listfiles = find . -type f -print
242am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244distcleancheck_listfiles = find . -type f -print
245ACLOCAL = @ACLOCAL@
246AMTAR = @AMTAR@
247AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700248AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700249AUTOCONF = @AUTOCONF@
250AUTOHEADER = @AUTOHEADER@
251AUTOMAKE = @AUTOMAKE@
252AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700253CC = @CC@
254CCDEPMODE = @CCDEPMODE@
255CFLAGS = @CFLAGS@
256CPP = @CPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700257CPPFLAGS = @CPPFLAGS@
258CXX = @CXX@
Jeff Thompson36174062013-06-21 16:03:44 -0700259CXXCPP = @CXXCPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700260CXXDEPMODE = @CXXDEPMODE@
261CXXFLAGS = @CXXFLAGS@
262CYGPATH_W = @CYGPATH_W@
263DEFS = @DEFS@
264DEPDIR = @DEPDIR@
Jeff Thompson36174062013-06-21 16:03:44 -0700265DLLTOOL = @DLLTOOL@
266DSYMUTIL = @DSYMUTIL@
267DUMPBIN = @DUMPBIN@
Jeff Thompson39128c62013-06-19 14:08:51 -0700268ECHO_C = @ECHO_C@
269ECHO_N = @ECHO_N@
270ECHO_T = @ECHO_T@
Jeff Thompson36174062013-06-21 16:03:44 -0700271EGREP = @EGREP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700272EXEEXT = @EXEEXT@
Jeff Thompson36174062013-06-21 16:03:44 -0700273FGREP = @FGREP@
274GREP = @GREP@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700275HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700276INSTALL = @INSTALL@
277INSTALL_DATA = @INSTALL_DATA@
278INSTALL_PROGRAM = @INSTALL_PROGRAM@
279INSTALL_SCRIPT = @INSTALL_SCRIPT@
280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Jeff Thompson36174062013-06-21 16:03:44 -0700281LD = @LD@
Jeff Thompson39128c62013-06-19 14:08:51 -0700282LDFLAGS = @LDFLAGS@
283LIBOBJS = @LIBOBJS@
284LIBS = @LIBS@
Jeff Thompson36174062013-06-21 16:03:44 -0700285LIBTOOL = @LIBTOOL@
286LIPO = @LIPO@
287LN_S = @LN_S@
Jeff Thompson39128c62013-06-19 14:08:51 -0700288LTLIBOBJS = @LTLIBOBJS@
289MAKEINFO = @MAKEINFO@
Jeff Thompson36174062013-06-21 16:03:44 -0700290MANIFEST_TOOL = @MANIFEST_TOOL@
Jeff Thompson39128c62013-06-19 14:08:51 -0700291MKDIR_P = @MKDIR_P@
Jeff Thompson36174062013-06-21 16:03:44 -0700292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700295OBJEXT = @OBJEXT@
Jeff Thompson36174062013-06-21 16:03:44 -0700296OTOOL = @OTOOL@
297OTOOL64 = @OTOOL64@
Jeff Thompson39128c62013-06-19 14:08:51 -0700298PACKAGE = @PACKAGE@
299PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300PACKAGE_NAME = @PACKAGE_NAME@
301PACKAGE_STRING = @PACKAGE_STRING@
302PACKAGE_TARNAME = @PACKAGE_TARNAME@
303PACKAGE_URL = @PACKAGE_URL@
304PACKAGE_VERSION = @PACKAGE_VERSION@
305PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700306RANLIB = @RANLIB@
307SED = @SED@
Jeff Thompson39128c62013-06-19 14:08:51 -0700308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310STRIP = @STRIP@
311VERSION = @VERSION@
312abs_builddir = @abs_builddir@
313abs_srcdir = @abs_srcdir@
314abs_top_builddir = @abs_top_builddir@
315abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700316ac_ct_AR = @ac_ct_AR@
317ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700318ac_ct_CXX = @ac_ct_CXX@
Jeff Thompson36174062013-06-21 16:03:44 -0700319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Jeff Thompson39128c62013-06-19 14:08:51 -0700320am__include = @am__include@
321am__leading_dot = @am__leading_dot@
322am__quote = @am__quote@
323am__tar = @am__tar@
324am__untar = @am__untar@
325bindir = @bindir@
Jeff Thompson36174062013-06-21 16:03:44 -0700326build = @build@
Jeff Thompson39128c62013-06-19 14:08:51 -0700327build_alias = @build_alias@
Jeff Thompson36174062013-06-21 16:03:44 -0700328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334docdir = @docdir@
335dvidir = @dvidir@
336exec_prefix = @exec_prefix@
Jeff Thompson36174062013-06-21 16:03:44 -0700337host = @host@
Jeff Thompson39128c62013-06-19 14:08:51 -0700338host_alias = @host_alias@
Jeff Thompson36174062013-06-21 16:03:44 -0700339host_cpu = @host_cpu@
340host_os = @host_os@
341host_vendor = @host_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700342htmldir = @htmldir@
343includedir = @includedir@
344infodir = @infodir@
345install_sh = @install_sh@
346libdir = @libdir@
347libexecdir = @libexecdir@
348localedir = @localedir@
349localstatedir = @localstatedir@
350mandir = @mandir@
351mkdir_p = @mkdir_p@
352oldincludedir = @oldincludedir@
353pdfdir = @pdfdir@
354prefix = @prefix@
355program_transform_name = @program_transform_name@
356psdir = @psdir@
357sbindir = @sbindir@
358sharedstatedir = @sharedstatedir@
359srcdir = @srcdir@
360sysconfdir = @sysconfdir@
361target_alias = @target_alias@
362top_build_prefix = @top_build_prefix@
363top_builddir = @top_builddir@
364top_srcdir = @top_srcdir@
365AUTOMAKE_OPTIONS = subdir-objects
366ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson36174062013-06-21 16:03:44 -0700367lib_LIBRARIES = ndn-cpp.a
368ndn_cpp_a_SOURCES = ndn-cpp/fields/name.h ndn-cpp/fields/name.cc
369test1_SOURCES = ndn-cpp.a test/test1.cpp
Jeff Thompson39128c62013-06-19 14:08:51 -0700370dist_noinst_SCRIPTS = autogen.sh
371all: config.h
372 $(MAKE) $(AM_MAKEFLAGS) all-am
373
374.SUFFIXES:
Jeff Thompson36174062013-06-21 16:03:44 -0700375.SUFFIXES: .cc .cpp .lo .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700376am--refresh: Makefile
377 @:
378$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
379 @for dep in $?; do \
380 case '$(am__configure_deps)' in \
381 *$$dep*) \
382 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
383 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
384 && exit 0; \
385 exit 1;; \
386 esac; \
387 done; \
388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
389 $(am__cd) $(top_srcdir) && \
390 $(AUTOMAKE) --foreign Makefile
391.PRECIOUS: Makefile
392Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393 @case '$?' in \
394 *config.status*) \
395 echo ' $(SHELL) ./config.status'; \
396 $(SHELL) ./config.status;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 $(SHELL) ./config.status --recheck
404
405$(top_srcdir)/configure: $(am__configure_deps)
406 $(am__cd) $(srcdir) && $(AUTOCONF)
407$(ACLOCAL_M4): $(am__aclocal_m4_deps)
408 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
409$(am__aclocal_m4_deps):
410
411config.h: stamp-h1
412 @if test ! -f $@; then rm -f stamp-h1; else :; fi
413 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
414
415stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
417 cd $(top_builddir) && $(SHELL) ./config.status config.h
418$(srcdir)/config.h.in: $(am__configure_deps)
419 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
420 rm -f stamp-h1
421 touch $@
422
423distclean-hdr:
424 -rm -f config.h stamp-h1
Jeff Thompson36174062013-06-21 16:03:44 -0700425install-libLIBRARIES: $(lib_LIBRARIES)
426 @$(NORMAL_INSTALL)
427 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
428 list2=; for p in $$list; do \
429 if test -f $$p; then \
430 list2="$$list2 $$p"; \
431 else :; fi; \
432 done; \
433 test -z "$$list2" || { \
434 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
435 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
436 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
437 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
438 @$(POST_INSTALL)
439 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
440 for p in $$list; do \
441 if test -f $$p; then \
442 $(am__strip_dir) \
443 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
444 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
445 else :; fi; \
446 done
447
448uninstall-libLIBRARIES:
449 @$(NORMAL_UNINSTALL)
450 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
451 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
452 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
453
454clean-libLIBRARIES:
455 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
456ndn-cpp/fields/$(am__dirstamp):
457 @$(MKDIR_P) ndn-cpp/fields
458 @: > ndn-cpp/fields/$(am__dirstamp)
459ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp):
460 @$(MKDIR_P) ndn-cpp/fields/$(DEPDIR)
461 @: > ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
462ndn-cpp/fields/name.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
463 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
464
465ndn-cpp.a: $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_DEPENDENCIES) $(EXTRA_ndn_cpp_a_DEPENDENCIES)
466 $(AM_V_at)-rm -f ndn-cpp.a
467 $(AM_V_AR)$(ndn_cpp_a_AR) ndn-cpp.a $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_LIBADD)
468 $(AM_V_at)$(RANLIB) ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700469install-binPROGRAMS: $(bin_PROGRAMS)
470 @$(NORMAL_INSTALL)
471 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
472 if test -n "$$list"; then \
473 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
474 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
475 fi; \
476 for p in $$list; do echo "$$p $$p"; done | \
477 sed 's/$(EXEEXT)$$//' | \
478 while read p p1; do if test -f $$p \
Jeff Thompson36174062013-06-21 16:03:44 -0700479 || test -f $$p1 \
Jeff Thompson39128c62013-06-19 14:08:51 -0700480 ; then echo "$$p"; echo "$$p"; else :; fi; \
481 done | \
482 sed -e 'p;s,.*/,,;n;h' \
483 -e 's|.*|.|' \
484 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
485 sed 'N;N;N;s,\n, ,g' | \
486 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
487 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
488 if ($$2 == $$4) files[d] = files[d] " " $$1; \
489 else { print "f", $$3 "/" $$4, $$1; } } \
490 END { for (d in files) print "f", d, files[d] }' | \
491 while read type dir files; do \
492 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
493 test -z "$$files" || { \
Jeff Thompson36174062013-06-21 16:03:44 -0700494 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
495 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700496 } \
497 ; done
498
499uninstall-binPROGRAMS:
500 @$(NORMAL_UNINSTALL)
501 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
502 files=`for p in $$list; do echo "$$p"; done | \
503 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
504 -e 's/$$/$(EXEEXT)/' \
505 `; \
506 test -n "$$list" || exit 0; \
507 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
508 cd "$(DESTDIR)$(bindir)" && rm -f $$files
509
510clean-binPROGRAMS:
Jeff Thompson36174062013-06-21 16:03:44 -0700511 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
512 echo " rm -f" $$list; \
513 rm -f $$list || exit $$?; \
514 test -n "$(EXEEXT)" || exit 0; \
515 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
516 echo " rm -f" $$list; \
517 rm -f $$list
Jeff Thompson39128c62013-06-19 14:08:51 -0700518test/$(am__dirstamp):
519 @$(MKDIR_P) test
520 @: > test/$(am__dirstamp)
521test/$(DEPDIR)/$(am__dirstamp):
522 @$(MKDIR_P) test/$(DEPDIR)
523 @: > test/$(DEPDIR)/$(am__dirstamp)
524test/test1.$(OBJEXT): test/$(am__dirstamp) \
525 test/$(DEPDIR)/$(am__dirstamp)
526
527test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) $(EXTRA_test1_DEPENDENCIES)
528 @rm -f test1$(EXEEXT)
529 $(AM_V_CXXLD)$(CXXLINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
530
531mostlyclean-compile:
532 -rm -f *.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700533 -rm -f ndn-cpp/fields/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700534 -rm -f test/*.$(OBJEXT)
535
536distclean-compile:
537 -rm -f *.tab.c
538
Jeff Thompson36174062013-06-21 16:03:44 -0700539@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700540@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test1.Po@am__quote@
541
Jeff Thompson36174062013-06-21 16:03:44 -0700542.cc.o:
543@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
544@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
545@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
546@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
549
550.cc.obj:
551@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
552@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
553@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
554@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
557
558.cc.lo:
559@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
560@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
561@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
562@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
565
Jeff Thompson39128c62013-06-19 14:08:51 -0700566.cpp.o:
567@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
568@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
569@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
570@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
573
574.cpp.obj:
575@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
576@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
577@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
578@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
581
Jeff Thompson36174062013-06-21 16:03:44 -0700582.cpp.lo:
583@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
584@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
585@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
586@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
589
590mostlyclean-libtool:
591 -rm -f *.lo
592
593clean-libtool:
594 -rm -rf .libs _libs
595
596distclean-libtool:
597 -rm -f libtool config.lt
598
Jeff Thompson39128c62013-06-19 14:08:51 -0700599ID: $(am__tagged_files)
600 $(am__define_uniq_tagged_files); mkid -fID $$unique
601tags: tags-am
602TAGS: tags
603
604tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
605 set x; \
606 here=`pwd`; \
607 $(am__define_uniq_tagged_files); \
608 shift; \
609 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
610 test -n "$$unique" || unique=$$empty_fix; \
611 if test $$# -gt 0; then \
612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613 "$$@" $$unique; \
614 else \
615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
616 $$unique; \
617 fi; \
618 fi
619ctags: ctags-am
620
621CTAGS: ctags
622ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
623 $(am__define_uniq_tagged_files); \
624 test -z "$(CTAGS_ARGS)$$unique" \
625 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
626 $$unique
627
628GTAGS:
629 here=`$(am__cd) $(top_builddir) && pwd` \
630 && $(am__cd) $(top_srcdir) \
631 && gtags -i $(GTAGS_ARGS) "$$here"
632cscope: cscope.files
633 test ! -s cscope.files \
634 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
635clean-cscope:
636 -rm -f cscope.files
637cscope.files: clean-cscope cscopelist
638cscopelist: cscopelist-am
639
640cscopelist-am: $(am__tagged_files)
641 list='$(am__tagged_files)'; \
642 case "$(srcdir)" in \
643 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
644 *) sdir=$(subdir)/$(srcdir) ;; \
645 esac; \
646 for i in $$list; do \
647 if test -f "$$i"; then \
648 echo "$(subdir)/$$i"; \
649 else \
650 echo "$$sdir/$$i"; \
651 fi; \
652 done >> $(top_builddir)/cscope.files
653
654distclean-tags:
655 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
656 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
657
658distdir: $(DISTFILES)
659 $(am__remove_distdir)
660 test -d "$(distdir)" || mkdir "$(distdir)"
661 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
662 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
663 list='$(DISTFILES)'; \
664 dist_files=`for file in $$list; do echo $$file; done | \
665 sed -e "s|^$$srcdirstrip/||;t" \
666 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
667 case $$dist_files in \
668 */*) $(MKDIR_P) `echo "$$dist_files" | \
669 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
670 sort -u` ;; \
671 esac; \
672 for file in $$dist_files; do \
673 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
674 if test -d $$d/$$file; then \
675 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
676 if test -d "$(distdir)/$$file"; then \
677 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
678 fi; \
679 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
680 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
681 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
682 fi; \
683 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
684 else \
685 test -f "$(distdir)/$$file" \
686 || cp -p $$d/$$file "$(distdir)/$$file" \
687 || exit 1; \
688 fi; \
689 done
690 -test -n "$(am__skip_mode_fix)" \
691 || find "$(distdir)" -type d ! -perm -755 \
692 -exec chmod u+rwx,go+rx {} \; -o \
693 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
694 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
695 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
696 || chmod -R a+r "$(distdir)"
697dist-gzip: distdir
698 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699 $(am__post_remove_distdir)
700
701dist-bzip2: distdir
702 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
703 $(am__post_remove_distdir)
704
705dist-lzip: distdir
706 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
707 $(am__post_remove_distdir)
708
709dist-xz: distdir
710 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
711 $(am__post_remove_distdir)
712
713dist-tarZ: distdir
714 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
715 $(am__post_remove_distdir)
716
717dist-shar: distdir
718 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
719 $(am__post_remove_distdir)
720
721dist-zip: distdir
722 -rm -f $(distdir).zip
723 zip -rq $(distdir).zip $(distdir)
724 $(am__post_remove_distdir)
725
726dist dist-all:
727 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
728 $(am__post_remove_distdir)
729
730# This target untars the dist file and tries a VPATH configuration. Then
731# it guarantees that the distribution is self-contained by making another
732# tarfile.
733distcheck: dist
734 case '$(DIST_ARCHIVES)' in \
735 *.tar.gz*) \
736 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
737 *.tar.bz2*) \
738 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
739 *.tar.lz*) \
740 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
741 *.tar.xz*) \
742 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
743 *.tar.Z*) \
744 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
745 *.shar.gz*) \
746 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
747 *.zip*) \
748 unzip $(distdir).zip ;;\
749 esac
750 chmod -R a-w $(distdir)
751 chmod u+w $(distdir)
752 mkdir $(distdir)/_build $(distdir)/_inst
753 chmod a-w $(distdir)
754 test -d $(distdir)/_build || exit 0; \
755 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
756 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
757 && am__cwd=`pwd` \
758 && $(am__cd) $(distdir)/_build \
759 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
760 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
761 $(DISTCHECK_CONFIGURE_FLAGS) \
762 && $(MAKE) $(AM_MAKEFLAGS) \
763 && $(MAKE) $(AM_MAKEFLAGS) dvi \
764 && $(MAKE) $(AM_MAKEFLAGS) check \
765 && $(MAKE) $(AM_MAKEFLAGS) install \
766 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
767 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
768 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
769 distuninstallcheck \
770 && chmod -R a-w "$$dc_install_base" \
771 && ({ \
772 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
773 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
774 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
775 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
776 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
777 } || { rm -rf "$$dc_destdir"; exit 1; }) \
778 && rm -rf "$$dc_destdir" \
779 && $(MAKE) $(AM_MAKEFLAGS) dist \
780 && rm -rf $(DIST_ARCHIVES) \
781 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
782 && cd "$$am__cwd" \
783 || exit 1
784 $(am__post_remove_distdir)
785 @(echo "$(distdir) archives ready for distribution: "; \
786 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
787 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
788distuninstallcheck:
789 @test -n '$(distuninstallcheck_dir)' || { \
790 echo 'ERROR: trying to run $@ with an empty' \
791 '$$(distuninstallcheck_dir)' >&2; \
792 exit 1; \
793 }; \
794 $(am__cd) '$(distuninstallcheck_dir)' || { \
795 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
796 exit 1; \
797 }; \
798 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
799 || { echo "ERROR: files left after uninstall:" ; \
800 if test -n "$(DESTDIR)"; then \
801 echo " (check DESTDIR support)"; \
802 fi ; \
803 $(distuninstallcheck_listfiles) ; \
804 exit 1; } >&2
805distcleancheck: distclean
806 @if test '$(srcdir)' = . ; then \
807 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
808 exit 1 ; \
809 fi
810 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
811 || { echo "ERROR: files left in build directory after distclean:" ; \
812 $(distcleancheck_listfiles) ; \
813 exit 1; } >&2
814check-am: all-am
815check: check-am
Jeff Thompson36174062013-06-21 16:03:44 -0700816all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
Jeff Thompson39128c62013-06-19 14:08:51 -0700817installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -0700818 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -0700819 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
820 done
821install: install-am
822install-exec: install-exec-am
823install-data: install-data-am
824uninstall: uninstall-am
825
826install-am: all-am
827 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
828
829installcheck: installcheck-am
830install-strip:
831 if test -z '$(STRIP)'; then \
832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834 install; \
835 else \
836 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
839 fi
840mostlyclean-generic:
841
842clean-generic:
843
844distclean-generic:
845 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
846 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompson36174062013-06-21 16:03:44 -0700847 -rm -f ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
848 -rm -f ndn-cpp/fields/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700849 -rm -f test/$(DEPDIR)/$(am__dirstamp)
850 -rm -f test/$(am__dirstamp)
851
852maintainer-clean-generic:
853 @echo "This command is intended for maintainers to use"
854 @echo "it deletes files that may require special tools to rebuild."
855clean: clean-am
856
Jeff Thompson36174062013-06-21 16:03:44 -0700857clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
858 clean-libtool mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -0700859
860distclean: distclean-am
861 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson36174062013-06-21 16:03:44 -0700862 -rm -rf ndn-cpp/fields/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700863 -rm -f Makefile
864distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson36174062013-06-21 16:03:44 -0700865 distclean-hdr distclean-libtool distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -0700866
867dvi: dvi-am
868
869dvi-am:
870
871html: html-am
872
873html-am:
874
875info: info-am
876
877info-am:
878
879install-data-am:
880
881install-dvi: install-dvi-am
882
883install-dvi-am:
884
Jeff Thompson36174062013-06-21 16:03:44 -0700885install-exec-am: install-binPROGRAMS install-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700886
887install-html: install-html-am
888
889install-html-am:
890
891install-info: install-info-am
892
893install-info-am:
894
895install-man:
896
897install-pdf: install-pdf-am
898
899install-pdf-am:
900
901install-ps: install-ps-am
902
903install-ps-am:
904
905installcheck-am:
906
907maintainer-clean: maintainer-clean-am
908 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
909 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson36174062013-06-21 16:03:44 -0700910 -rm -rf ndn-cpp/fields/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700911 -rm -f Makefile
912maintainer-clean-am: distclean-am maintainer-clean-generic
913
914mostlyclean: mostlyclean-am
915
Jeff Thompson36174062013-06-21 16:03:44 -0700916mostlyclean-am: mostlyclean-compile mostlyclean-generic \
917 mostlyclean-libtool
Jeff Thompson39128c62013-06-19 14:08:51 -0700918
919pdf: pdf-am
920
921pdf-am:
922
923ps: ps-am
924
925ps-am:
926
Jeff Thompson36174062013-06-21 16:03:44 -0700927uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700928
929.MAKE: all install-am install-strip
930
931.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -0700932 clean-binPROGRAMS clean-cscope clean-generic \
933 clean-libLIBRARIES clean-libtool cscope cscopelist-am ctags \
934 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
935 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
936 distclean-compile distclean-generic distclean-hdr \
937 distclean-libtool distclean-tags distcleancheck distdir \
Jeff Thompson39128c62013-06-19 14:08:51 -0700938 distuninstallcheck dvi dvi-am html html-am info info-am \
939 install install-am install-binPROGRAMS install-data \
940 install-data-am install-dvi install-dvi-am install-exec \
941 install-exec-am install-html install-html-am install-info \
Jeff Thompson36174062013-06-21 16:03:44 -0700942 install-info-am install-libLIBRARIES install-man install-pdf \
943 install-pdf-am install-ps install-ps-am install-strip \
944 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -0700945 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson36174062013-06-21 16:03:44 -0700946 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
947 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
948 uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700949
950
951# Tell versions [3.59,3.63) of GNU make to not export all variables.
952# Otherwise a system limit (for SysV at least) may be exceeded.
953.NOEXPORT: