blob: d2389e1ce4d80827d70e6d891e53ae904dffa60e [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
Jeff Thompsonca45e552013-06-26 17:40:06 -070017# This file is copied from http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
18
Jeff Thompson39128c62013-06-19 14:08:51 -070019
Jeff Thompson36174062013-06-21 16:03:44 -070020
Jeff Thompson39128c62013-06-19 14:08:51 -070021VPATH = @srcdir@
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__make_running_with_option = \
24 case $${target_option-} in \
25 ?) ;; \
26 *) echo "am__make_running_with_option: internal error: invalid" \
27 "target option '$${target_option-}' specified" >&2; \
28 exit 1;; \
29 esac; \
30 has_opt=no; \
31 sane_makeflags=$$MAKEFLAGS; \
32 if $(am__is_gnu_make); then \
33 sane_makeflags=$$MFLAGS; \
34 else \
35 case $$MAKEFLAGS in \
36 *\\[\ \ ]*) \
37 bs=\\; \
38 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 esac; \
41 fi; \
42 skip_next=no; \
43 strip_trailopt () \
44 { \
45 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46 }; \
47 for flg in $$sane_makeflags; do \
48 test $$skip_next = yes && { skip_next=no; continue; }; \
49 case $$flg in \
50 *=*|--*) continue;; \
51 -*I) strip_trailopt 'I'; skip_next=yes;; \
52 -*I?*) strip_trailopt 'I';; \
53 -*O) strip_trailopt 'O'; skip_next=yes;; \
54 -*O?*) strip_trailopt 'O';; \
55 -*l) strip_trailopt 'l'; skip_next=yes;; \
56 -*l?*) strip_trailopt 'l';; \
57 -[dEDm]) skip_next=yes;; \
58 -[JT]) skip_next=yes;; \
59 esac; \
60 case $$flg in \
61 *$$target_option*) has_opt=yes; break;; \
62 esac; \
63 done; \
64 test $$has_opt = yes
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67pkgdatadir = $(datadir)/@PACKAGE@
68pkgincludedir = $(includedir)/@PACKAGE@
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
Jeff Thompsonca45e552013-06-26 17:40:06 -070083DIST_COMMON = $(srcdir)/aminclude.am $(srcdir)/Makefile.in \
84 $(srcdir)/Makefile.am $(top_srcdir)/configure \
85 $(am__configure_deps) $(srcdir)/config.h.in \
86 $(dist_noinst_SCRIPTS) depcomp ar-lib config.guess config.sub \
87 install-sh missing ltmain.sh
Jeff Thompson3b3aabf2013-06-21 16:50:20 -070088bin_PROGRAMS = test-encode-decode-interest$(EXEEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -070089subdir = .
Jeff Thompson39128c62013-06-19 14:08:51 -070090ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -0700100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
126 }
127am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
128LIBRARIES = $(lib_LIBRARIES)
129ARFLAGS = cru
130AM_V_AR = $(am__v_AR_@AM_V@)
131am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
132am__v_AR_0 = @echo " AR " $@;
133am__v_AR_1 =
134ndn_cpp_a_AR = $(AR) $(ARFLAGS)
135ndn_cpp_a_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700136am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompsonca45e552013-06-26 17:40:06 -0700137am_ndn_cpp_a_OBJECTS = ndn-cpp/Name.$(OBJEXT) \
138 ndn-cpp/WireFormat.$(OBJEXT) ndn-cpp/data.$(OBJEXT) \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700139 ndn-cpp/interest.$(OBJEXT) ndn-cpp/fields/content.$(OBJEXT) \
140 ndn-cpp/fields/exclude.$(OBJEXT) \
141 ndn-cpp/fields/key-locator.$(OBJEXT) \
142 ndn-cpp/fields/name-component.$(OBJEXT) \
143 ndn-cpp/fields/name.$(OBJEXT) \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700144 ndn-cpp/fields/signature.$(OBJEXT) \
145 ndn-cpp/encoding/BinaryXMLDecoder.$(OBJEXT) \
146 ndn-cpp/encoding/BinaryXMLStructureDecoder.$(OBJEXT) \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700147 ndn-cpp/encoding/BinaryXMLWireFormat.$(OBJEXT) \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700148 ndn-cpp/encoding/ccnb.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700149ndn_cpp_a_OBJECTS = $(am_ndn_cpp_a_OBJECTS)
150PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700151am_test_encode_decode_interest_OBJECTS = \
152 test/test-encode-decode-interest.$(OBJEXT)
153test_encode_decode_interest_OBJECTS = \
154 $(am_test_encode_decode_interest_OBJECTS)
155test_encode_decode_interest_DEPENDENCIES = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700156SCRIPTS = $(dist_noinst_SCRIPTS)
157AM_V_P = $(am__v_P_@AM_V@)
158am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159am__v_P_0 = false
160am__v_P_1 = :
161AM_V_GEN = $(am__v_GEN_@AM_V@)
162am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163am__v_GEN_0 = @echo " GEN " $@;
164am__v_GEN_1 =
165AM_V_at = $(am__v_at_@AM_V@)
166am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167am__v_at_0 = @
168am__v_at_1 =
169DEFAULT_INCLUDES = -I.@am__isrc@
170depcomp = $(SHELL) $(top_srcdir)/depcomp
171am__depfiles_maybe = depfiles
172am__mv = mv -f
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700173COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175AM_V_CC = $(am__v_CC_@AM_V@)
176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177am__v_CC_0 = @echo " CC " $@;
178am__v_CC_1 =
179CCLD = $(CC)
180LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
181AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183am__v_CCLD_0 = @echo " CCLD " $@;
184am__v_CCLD_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700185CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
187AM_V_CXX = $(am__v_CXX_@AM_V@)
188am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
189am__v_CXX_0 = @echo " CXX " $@;
190am__v_CXX_1 =
191CXXLD = $(CXX)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700192CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
193 -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700194AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
195am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
196am__v_CXXLD_0 = @echo " CXXLD " $@;
197am__v_CXXLD_1 =
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700198SOURCES = $(ndn_cpp_a_SOURCES) $(test_encode_decode_interest_SOURCES)
199DIST_SOURCES = $(ndn_cpp_a_SOURCES) \
200 $(test_encode_decode_interest_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@
Jeff Thompson39128c62013-06-19 14:08:51 -0700256CPPFLAGS = @CPPFLAGS@
257CXX = @CXX@
258CXXDEPMODE = @CXXDEPMODE@
259CXXFLAGS = @CXXFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEFS = @DEFS@
262DEPDIR = @DEPDIR@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700263DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
264DX_CONFIG = @DX_CONFIG@
265DX_DOCDIR = @DX_DOCDIR@
266DX_DOT = @DX_DOT@
267DX_DOXYGEN = @DX_DOXYGEN@
268DX_DVIPS = @DX_DVIPS@
269DX_EGREP = @DX_EGREP@
270DX_ENV = @DX_ENV@
271DX_FLAG_chi = @DX_FLAG_chi@
272DX_FLAG_chm = @DX_FLAG_chm@
273DX_FLAG_doc = @DX_FLAG_doc@
274DX_FLAG_dot = @DX_FLAG_dot@
275DX_FLAG_html = @DX_FLAG_html@
276DX_FLAG_man = @DX_FLAG_man@
277DX_FLAG_pdf = @DX_FLAG_pdf@
278DX_FLAG_ps = @DX_FLAG_ps@
279DX_FLAG_rtf = @DX_FLAG_rtf@
280DX_FLAG_xml = @DX_FLAG_xml@
281DX_HHC = @DX_HHC@
282DX_LATEX = @DX_LATEX@
283DX_MAKEINDEX = @DX_MAKEINDEX@
284DX_PDFLATEX = @DX_PDFLATEX@
285DX_PERL = @DX_PERL@
286DX_PROJECT = @DX_PROJECT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700287ECHO_C = @ECHO_C@
288ECHO_N = @ECHO_N@
289ECHO_T = @ECHO_T@
290EXEEXT = @EXEEXT@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700291HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700292INSTALL = @INSTALL@
293INSTALL_DATA = @INSTALL_DATA@
294INSTALL_PROGRAM = @INSTALL_PROGRAM@
295INSTALL_SCRIPT = @INSTALL_SCRIPT@
296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297LDFLAGS = @LDFLAGS@
298LIBOBJS = @LIBOBJS@
299LIBS = @LIBS@
300LTLIBOBJS = @LTLIBOBJS@
301MAKEINFO = @MAKEINFO@
302MKDIR_P = @MKDIR_P@
303OBJEXT = @OBJEXT@
304PACKAGE = @PACKAGE@
305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306PACKAGE_NAME = @PACKAGE_NAME@
307PACKAGE_STRING = @PACKAGE_STRING@
308PACKAGE_TARNAME = @PACKAGE_TARNAME@
309PACKAGE_URL = @PACKAGE_URL@
310PACKAGE_VERSION = @PACKAGE_VERSION@
311PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700312RANLIB = @RANLIB@
Jeff Thompson39128c62013-06-19 14:08:51 -0700313SET_MAKE = @SET_MAKE@
314SHELL = @SHELL@
315STRIP = @STRIP@
316VERSION = @VERSION@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700321ac_ct_AR = @ac_ct_AR@
322ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700323ac_ct_CXX = @ac_ct_CXX@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329bindir = @bindir@
330build_alias = @build_alias@
331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334docdir = @docdir@
335dvidir = @dvidir@
336exec_prefix = @exec_prefix@
337host_alias = @host_alias@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700361@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
362@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
363@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
364@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
365@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
366@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
367@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
368@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
369@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
370@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
371@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
372@DX_COND_doc_TRUE@DX_CLEANFILES = \
373@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
374@DX_COND_doc_TRUE@ -r \
375@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
376@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
377@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
378@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
379@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
380@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
381@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
382@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
383@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
384
Jeff Thompson39128c62013-06-19 14:08:51 -0700385AUTOMAKE_OPTIONS = subdir-objects
386ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson36174062013-06-21 16:03:44 -0700387lib_LIBRARIES = ndn-cpp.a
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700388ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700389 ndn-cpp/Name.cpp ndn-cpp/Name.hpp \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700390 ndn-cpp/WireFormat.cpp ndn-cpp/WireFormat.hpp \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700391 ndn-cpp/data.cc ndn-cpp/data.h \
392 ndn-cpp/interest.cc ndn-cpp/interest.h \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700393 ndn-cpp/fields/blob.h \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700394 ndn-cpp/fields/content.cc ndn-cpp/fields/content.h \
395 ndn-cpp/fields/exclude.cc ndn-cpp/fields/exclude.h \
396 ndn-cpp/fields/key-locator.cc ndn-cpp/fields/key-locator.h \
397 ndn-cpp/fields/name-component.cc ndn-cpp/fields/name-component.h \
398 ndn-cpp/fields/name.cc ndn-cpp/fields/name.h \
399 ndn-cpp/fields/signature.cc ndn-cpp/fields/signature.h \
400 ndn-cpp/encoding/BinaryXML.h \
401 ndn-cpp/encoding/BinaryXMLDecoder.c ndn-cpp/encoding/BinaryXMLDecoder.h \
402 ndn-cpp/encoding/BinaryXMLStructureDecoder.c ndn-cpp/encoding/BinaryXMLStructureDecoder.h \
403 ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700404 ndn-cpp/encoding/BinaryXMLWireFormat.cpp ndn-cpp/encoding/BinaryXMLWireFormat.hpp \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700405 ndn-cpp/encoding/base.h \
406 ndn-cpp/encoding/ccnb.cc ndn-cpp/encoding/ccnb.h
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700407
408test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
409test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700410dist_noinst_SCRIPTS = autogen.sh
411all: config.h
412 $(MAKE) $(AM_MAKEFLAGS) all-am
413
414.SUFFIXES:
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700415.SUFFIXES: .c .cc .cpp .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700416am--refresh: Makefile
417 @:
Jeff Thompsonca45e552013-06-26 17:40:06 -0700418$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700419 @for dep in $?; do \
420 case '$(am__configure_deps)' in \
421 *$$dep*) \
422 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
423 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
424 && exit 0; \
425 exit 1;; \
426 esac; \
427 done; \
428 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
429 $(am__cd) $(top_srcdir) && \
430 $(AUTOMAKE) --foreign Makefile
431.PRECIOUS: Makefile
432Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
433 @case '$?' in \
434 *config.status*) \
435 echo ' $(SHELL) ./config.status'; \
436 $(SHELL) ./config.status;; \
437 *) \
438 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
439 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
440 esac;
Jeff Thompsonca45e552013-06-26 17:40:06 -0700441$(srcdir)/aminclude.am:
Jeff Thompson39128c62013-06-19 14:08:51 -0700442
443$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444 $(SHELL) ./config.status --recheck
445
446$(top_srcdir)/configure: $(am__configure_deps)
447 $(am__cd) $(srcdir) && $(AUTOCONF)
448$(ACLOCAL_M4): $(am__aclocal_m4_deps)
449 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
450$(am__aclocal_m4_deps):
451
452config.h: stamp-h1
453 @if test ! -f $@; then rm -f stamp-h1; else :; fi
454 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
455
456stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
457 @rm -f stamp-h1
458 cd $(top_builddir) && $(SHELL) ./config.status config.h
459$(srcdir)/config.h.in: $(am__configure_deps)
460 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
461 rm -f stamp-h1
462 touch $@
463
464distclean-hdr:
465 -rm -f config.h stamp-h1
Jeff Thompson36174062013-06-21 16:03:44 -0700466install-libLIBRARIES: $(lib_LIBRARIES)
467 @$(NORMAL_INSTALL)
468 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
469 list2=; for p in $$list; do \
470 if test -f $$p; then \
471 list2="$$list2 $$p"; \
472 else :; fi; \
473 done; \
474 test -z "$$list2" || { \
475 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
476 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
477 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
478 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
479 @$(POST_INSTALL)
480 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
481 for p in $$list; do \
482 if test -f $$p; then \
483 $(am__strip_dir) \
484 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
485 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
486 else :; fi; \
487 done
488
489uninstall-libLIBRARIES:
490 @$(NORMAL_UNINSTALL)
491 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
492 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
493 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
494
495clean-libLIBRARIES:
496 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700497ndn-cpp/$(am__dirstamp):
498 @$(MKDIR_P) ndn-cpp
499 @: > ndn-cpp/$(am__dirstamp)
500ndn-cpp/$(DEPDIR)/$(am__dirstamp):
501 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
502 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700503ndn-cpp/Name.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
504 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonca45e552013-06-26 17:40:06 -0700505ndn-cpp/WireFormat.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
506 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700507ndn-cpp/data.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
508 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
509ndn-cpp/interest.$(OBJEXT): ndn-cpp/$(am__dirstamp) \
510 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700511ndn-cpp/fields/$(am__dirstamp):
512 @$(MKDIR_P) ndn-cpp/fields
513 @: > ndn-cpp/fields/$(am__dirstamp)
514ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp):
515 @$(MKDIR_P) ndn-cpp/fields/$(DEPDIR)
516 @: > ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700517ndn-cpp/fields/content.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
518 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
519ndn-cpp/fields/exclude.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
520 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
521ndn-cpp/fields/key-locator.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
522 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
523ndn-cpp/fields/name-component.$(OBJEXT): \
524 ndn-cpp/fields/$(am__dirstamp) \
525 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700526ndn-cpp/fields/name.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
527 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700528ndn-cpp/fields/signature.$(OBJEXT): ndn-cpp/fields/$(am__dirstamp) \
529 ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700530ndn-cpp/encoding/$(am__dirstamp):
531 @$(MKDIR_P) ndn-cpp/encoding
532 @: > ndn-cpp/encoding/$(am__dirstamp)
533ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp):
534 @$(MKDIR_P) ndn-cpp/encoding/$(DEPDIR)
535 @: > ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
536ndn-cpp/encoding/BinaryXMLDecoder.$(OBJEXT): \
537 ndn-cpp/encoding/$(am__dirstamp) \
538 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
539ndn-cpp/encoding/BinaryXMLStructureDecoder.$(OBJEXT): \
540 ndn-cpp/encoding/$(am__dirstamp) \
541 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonca45e552013-06-26 17:40:06 -0700542ndn-cpp/encoding/BinaryXMLWireFormat.$(OBJEXT): \
543 ndn-cpp/encoding/$(am__dirstamp) \
544 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700545ndn-cpp/encoding/ccnb.$(OBJEXT): ndn-cpp/encoding/$(am__dirstamp) \
546 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700547
548ndn-cpp.a: $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_DEPENDENCIES) $(EXTRA_ndn_cpp_a_DEPENDENCIES)
549 $(AM_V_at)-rm -f ndn-cpp.a
550 $(AM_V_AR)$(ndn_cpp_a_AR) ndn-cpp.a $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_LIBADD)
551 $(AM_V_at)$(RANLIB) ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700552install-binPROGRAMS: $(bin_PROGRAMS)
553 @$(NORMAL_INSTALL)
554 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
555 if test -n "$$list"; then \
556 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
557 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
558 fi; \
559 for p in $$list; do echo "$$p $$p"; done | \
560 sed 's/$(EXEEXT)$$//' | \
561 while read p p1; do if test -f $$p \
562 ; then echo "$$p"; echo "$$p"; else :; fi; \
563 done | \
564 sed -e 'p;s,.*/,,;n;h' \
565 -e 's|.*|.|' \
566 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
567 sed 'N;N;N;s,\n, ,g' | \
568 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
569 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
570 if ($$2 == $$4) files[d] = files[d] " " $$1; \
571 else { print "f", $$3 "/" $$4, $$1; } } \
572 END { for (d in files) print "f", d, files[d] }' | \
573 while read type dir files; do \
574 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
575 test -z "$$files" || { \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700576 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
577 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700578 } \
579 ; done
580
581uninstall-binPROGRAMS:
582 @$(NORMAL_UNINSTALL)
583 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
584 files=`for p in $$list; do echo "$$p"; done | \
585 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
586 -e 's/$$/$(EXEEXT)/' \
587 `; \
588 test -n "$$list" || exit 0; \
589 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
590 cd "$(DESTDIR)$(bindir)" && rm -f $$files
591
592clean-binPROGRAMS:
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700593 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700594test/$(am__dirstamp):
595 @$(MKDIR_P) test
596 @: > test/$(am__dirstamp)
597test/$(DEPDIR)/$(am__dirstamp):
598 @$(MKDIR_P) test/$(DEPDIR)
599 @: > test/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700600test/test-encode-decode-interest.$(OBJEXT): test/$(am__dirstamp) \
Jeff Thompson39128c62013-06-19 14:08:51 -0700601 test/$(DEPDIR)/$(am__dirstamp)
602
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700603test-encode-decode-interest$(EXEEXT): $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_DEPENDENCIES) $(EXTRA_test_encode_decode_interest_DEPENDENCIES)
604 @rm -f test-encode-decode-interest$(EXEEXT)
605 $(AM_V_CXXLD)$(CXXLINK) $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700606
607mostlyclean-compile:
608 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700609 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700610 -rm -f ndn-cpp/encoding/*.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700611 -rm -f ndn-cpp/fields/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700612 -rm -f test/*.$(OBJEXT)
613
614distclean-compile:
615 -rm -f *.tab.c
616
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700617@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/Name.Po@am__quote@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700618@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/WireFormat.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700619@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Po@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700621@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLDecoder.Po@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLStructureDecoder.Po@am__quote@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700623@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLWireFormat.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700624@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/ccnb.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700625@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/content.Po@am__quote@
626@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/exclude.Po@am__quote@
627@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/key-locator.Po@am__quote@
628@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name-component.Po@am__quote@
Jeff Thompson36174062013-06-21 16:03:44 -0700629@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700630@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/signature.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700631@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700632
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700633.c.o:
634@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
635@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
636@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
637@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
638@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
640
641.c.obj:
642@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
643@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
644@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
645@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
646@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
648
Jeff Thompson36174062013-06-21 16:03:44 -0700649.cc.o:
650@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
651@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
652@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
653@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
656
657.cc.obj:
658@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
659@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
660@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
661@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
662@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
664
Jeff Thompson39128c62013-06-19 14:08:51 -0700665.cpp.o:
666@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
667@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
668@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
669@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
670@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
672
673.cpp.obj:
674@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
675@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
676@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
677@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
678@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
680
681ID: $(am__tagged_files)
682 $(am__define_uniq_tagged_files); mkid -fID $$unique
683tags: tags-am
684TAGS: tags
685
686tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
687 set x; \
688 here=`pwd`; \
689 $(am__define_uniq_tagged_files); \
690 shift; \
691 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
692 test -n "$$unique" || unique=$$empty_fix; \
693 if test $$# -gt 0; then \
694 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
695 "$$@" $$unique; \
696 else \
697 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698 $$unique; \
699 fi; \
700 fi
701ctags: ctags-am
702
703CTAGS: ctags
704ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
705 $(am__define_uniq_tagged_files); \
706 test -z "$(CTAGS_ARGS)$$unique" \
707 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
708 $$unique
709
710GTAGS:
711 here=`$(am__cd) $(top_builddir) && pwd` \
712 && $(am__cd) $(top_srcdir) \
713 && gtags -i $(GTAGS_ARGS) "$$here"
714cscope: cscope.files
715 test ! -s cscope.files \
716 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
717clean-cscope:
718 -rm -f cscope.files
719cscope.files: clean-cscope cscopelist
720cscopelist: cscopelist-am
721
722cscopelist-am: $(am__tagged_files)
723 list='$(am__tagged_files)'; \
724 case "$(srcdir)" in \
725 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
726 *) sdir=$(subdir)/$(srcdir) ;; \
727 esac; \
728 for i in $$list; do \
729 if test -f "$$i"; then \
730 echo "$(subdir)/$$i"; \
731 else \
732 echo "$$sdir/$$i"; \
733 fi; \
734 done >> $(top_builddir)/cscope.files
735
736distclean-tags:
737 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
738 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
739
740distdir: $(DISTFILES)
741 $(am__remove_distdir)
742 test -d "$(distdir)" || mkdir "$(distdir)"
743 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
744 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
745 list='$(DISTFILES)'; \
746 dist_files=`for file in $$list; do echo $$file; done | \
747 sed -e "s|^$$srcdirstrip/||;t" \
748 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
749 case $$dist_files in \
750 */*) $(MKDIR_P) `echo "$$dist_files" | \
751 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
752 sort -u` ;; \
753 esac; \
754 for file in $$dist_files; do \
755 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
756 if test -d $$d/$$file; then \
757 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
758 if test -d "$(distdir)/$$file"; then \
759 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
760 fi; \
761 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
762 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
763 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
764 fi; \
765 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
766 else \
767 test -f "$(distdir)/$$file" \
768 || cp -p $$d/$$file "$(distdir)/$$file" \
769 || exit 1; \
770 fi; \
771 done
772 -test -n "$(am__skip_mode_fix)" \
773 || find "$(distdir)" -type d ! -perm -755 \
774 -exec chmod u+rwx,go+rx {} \; -o \
775 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
776 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
777 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
778 || chmod -R a+r "$(distdir)"
779dist-gzip: distdir
780 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
781 $(am__post_remove_distdir)
782
783dist-bzip2: distdir
784 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
785 $(am__post_remove_distdir)
786
787dist-lzip: distdir
788 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
789 $(am__post_remove_distdir)
790
791dist-xz: distdir
792 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
793 $(am__post_remove_distdir)
794
795dist-tarZ: distdir
796 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
797 $(am__post_remove_distdir)
798
799dist-shar: distdir
800 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
801 $(am__post_remove_distdir)
802
803dist-zip: distdir
804 -rm -f $(distdir).zip
805 zip -rq $(distdir).zip $(distdir)
806 $(am__post_remove_distdir)
807
808dist dist-all:
809 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
810 $(am__post_remove_distdir)
811
812# This target untars the dist file and tries a VPATH configuration. Then
813# it guarantees that the distribution is self-contained by making another
814# tarfile.
815distcheck: dist
816 case '$(DIST_ARCHIVES)' in \
817 *.tar.gz*) \
818 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
819 *.tar.bz2*) \
820 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
821 *.tar.lz*) \
822 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
823 *.tar.xz*) \
824 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
825 *.tar.Z*) \
826 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
827 *.shar.gz*) \
828 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
829 *.zip*) \
830 unzip $(distdir).zip ;;\
831 esac
832 chmod -R a-w $(distdir)
833 chmod u+w $(distdir)
834 mkdir $(distdir)/_build $(distdir)/_inst
835 chmod a-w $(distdir)
836 test -d $(distdir)/_build || exit 0; \
837 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
838 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
839 && am__cwd=`pwd` \
840 && $(am__cd) $(distdir)/_build \
841 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
842 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
843 $(DISTCHECK_CONFIGURE_FLAGS) \
844 && $(MAKE) $(AM_MAKEFLAGS) \
845 && $(MAKE) $(AM_MAKEFLAGS) dvi \
846 && $(MAKE) $(AM_MAKEFLAGS) check \
847 && $(MAKE) $(AM_MAKEFLAGS) install \
848 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
849 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
850 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
851 distuninstallcheck \
852 && chmod -R a-w "$$dc_install_base" \
853 && ({ \
854 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
855 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
856 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
857 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
858 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
859 } || { rm -rf "$$dc_destdir"; exit 1; }) \
860 && rm -rf "$$dc_destdir" \
861 && $(MAKE) $(AM_MAKEFLAGS) dist \
862 && rm -rf $(DIST_ARCHIVES) \
863 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
864 && cd "$$am__cwd" \
865 || exit 1
866 $(am__post_remove_distdir)
867 @(echo "$(distdir) archives ready for distribution: "; \
868 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
869 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
870distuninstallcheck:
871 @test -n '$(distuninstallcheck_dir)' || { \
872 echo 'ERROR: trying to run $@ with an empty' \
873 '$$(distuninstallcheck_dir)' >&2; \
874 exit 1; \
875 }; \
876 $(am__cd) '$(distuninstallcheck_dir)' || { \
877 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
878 exit 1; \
879 }; \
880 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
881 || { echo "ERROR: files left after uninstall:" ; \
882 if test -n "$(DESTDIR)"; then \
883 echo " (check DESTDIR support)"; \
884 fi ; \
885 $(distuninstallcheck_listfiles) ; \
886 exit 1; } >&2
887distcleancheck: distclean
888 @if test '$(srcdir)' = . ; then \
889 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
890 exit 1 ; \
891 fi
892 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
893 || { echo "ERROR: files left in build directory after distclean:" ; \
894 $(distcleancheck_listfiles) ; \
895 exit 1; } >&2
896check-am: all-am
897check: check-am
Jeff Thompson36174062013-06-21 16:03:44 -0700898all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
Jeff Thompson39128c62013-06-19 14:08:51 -0700899installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -0700900 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -0700901 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
902 done
903install: install-am
904install-exec: install-exec-am
905install-data: install-data-am
906uninstall: uninstall-am
907
908install-am: all-am
909 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
910
911installcheck: installcheck-am
912install-strip:
913 if test -z '$(STRIP)'; then \
914 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
915 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
916 install; \
917 else \
918 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
919 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
920 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
921 fi
922mostlyclean-generic:
923
924clean-generic:
925
926distclean-generic:
927 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
928 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700929 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
930 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700931 -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
932 -rm -f ndn-cpp/encoding/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700933 -rm -f ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
934 -rm -f ndn-cpp/fields/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700935 -rm -f test/$(DEPDIR)/$(am__dirstamp)
936 -rm -f test/$(am__dirstamp)
937
938maintainer-clean-generic:
939 @echo "This command is intended for maintainers to use"
940 @echo "it deletes files that may require special tools to rebuild."
941clean: clean-am
942
Jeff Thompson36174062013-06-21 16:03:44 -0700943clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700944 mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -0700945
946distclean: distclean-am
947 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700948 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700949 -rm -f Makefile
950distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700951 distclean-hdr distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -0700952
953dvi: dvi-am
954
955dvi-am:
956
957html: html-am
958
959html-am:
960
961info: info-am
962
963info-am:
964
965install-data-am:
966
967install-dvi: install-dvi-am
968
969install-dvi-am:
970
Jeff Thompson36174062013-06-21 16:03:44 -0700971install-exec-am: install-binPROGRAMS install-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700972
973install-html: install-html-am
974
975install-html-am:
976
977install-info: install-info-am
978
979install-info-am:
980
981install-man:
982
983install-pdf: install-pdf-am
984
985install-pdf-am:
986
987install-ps: install-ps-am
988
989install-ps-am:
990
991installcheck-am:
992
993maintainer-clean: maintainer-clean-am
994 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
995 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700996 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700997 -rm -f Makefile
998maintainer-clean-am: distclean-am maintainer-clean-generic
999
1000mostlyclean: mostlyclean-am
1001
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001002mostlyclean-am: mostlyclean-compile mostlyclean-generic
Jeff Thompson39128c62013-06-19 14:08:51 -07001003
1004pdf: pdf-am
1005
1006pdf-am:
1007
1008ps: ps-am
1009
1010ps-am:
1011
Jeff Thompson36174062013-06-21 16:03:44 -07001012uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001013
1014.MAKE: all install-am install-strip
1015
1016.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -07001017 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001018 clean-libLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1019 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1020 dist-xz dist-zip distcheck distclean distclean-compile \
1021 distclean-generic distclean-hdr distclean-tags distcleancheck \
1022 distdir distuninstallcheck dvi dvi-am html html-am info \
1023 info-am install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -07001024 install-data-am install-dvi install-dvi-am install-exec \
1025 install-exec-am install-html install-html-am install-info \
Jeff Thompson36174062013-06-21 16:03:44 -07001026 install-info-am install-libLIBRARIES install-man install-pdf \
1027 install-pdf-am install-ps install-ps-am install-strip \
1028 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -07001029 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001030 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1031 uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001032
1033
Jeff Thompsonca45e552013-06-26 17:40:06 -07001034@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1035
1036@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1037@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
1038@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1039@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1040@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
1041@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1042@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
1043@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1044@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
1045@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
1046@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1047@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
1048@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
1049@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1050
1051@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1052
1053@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1054@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1055@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1056@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1057@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1058@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1059@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1060@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1061@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1062@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1063@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1064@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1065@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1066@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1067
1068@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1069
1070@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1071
1072@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1073
1074@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1075
1076@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1077@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1078@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1079
Jeff Thompson39128c62013-06-19 14:08:51 -07001080# Tell versions [3.59,3.63) of GNU make to not export all variables.
1081# Otherwise a system limit (for SysV at least) may be exceeded.
1082.NOEXPORT: