blob: 042bbe0f43fdb76cc2f30c3b09cab3cf0f92b2cf [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 Thompson1a4ca7f2013-06-27 12:11:12 -0700137am_ndn_cpp_a_OBJECTS = ndn-cpp/Name.$(OBJEXT) ndn-cpp/data.$(OBJEXT) \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700138 ndn-cpp/interest.$(OBJEXT) ndn-cpp/fields/content.$(OBJEXT) \
139 ndn-cpp/fields/exclude.$(OBJEXT) \
140 ndn-cpp/fields/key-locator.$(OBJEXT) \
141 ndn-cpp/fields/name-component.$(OBJEXT) \
142 ndn-cpp/fields/name.$(OBJEXT) \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700143 ndn-cpp/fields/signature.$(OBJEXT) \
144 ndn-cpp/encoding/BinaryXMLDecoder.$(OBJEXT) \
145 ndn-cpp/encoding/BinaryXMLStructureDecoder.$(OBJEXT) \
Jeff Thompsonca45e552013-06-26 17:40:06 -0700146 ndn-cpp/encoding/BinaryXMLWireFormat.$(OBJEXT) \
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700147 ndn-cpp/encoding/WireFormat.$(OBJEXT) \
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700148 ndn-cpp/encoding/ccnb.$(OBJEXT) \
149 ndn-cpp/util/ndn_memory.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700150ndn_cpp_a_OBJECTS = $(am_ndn_cpp_a_OBJECTS)
151PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700152am_test_encode_decode_interest_OBJECTS = \
153 test/test-encode-decode-interest.$(OBJEXT)
154test_encode_decode_interest_OBJECTS = \
155 $(am_test_encode_decode_interest_OBJECTS)
156test_encode_decode_interest_DEPENDENCIES = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700157SCRIPTS = $(dist_noinst_SCRIPTS)
158AM_V_P = $(am__v_P_@AM_V@)
159am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160am__v_P_0 = false
161am__v_P_1 = :
162AM_V_GEN = $(am__v_GEN_@AM_V@)
163am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164am__v_GEN_0 = @echo " GEN " $@;
165am__v_GEN_1 =
166AM_V_at = $(am__v_at_@AM_V@)
167am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168am__v_at_0 = @
169am__v_at_1 =
170DEFAULT_INCLUDES = -I.@am__isrc@
171depcomp = $(SHELL) $(top_srcdir)/depcomp
172am__depfiles_maybe = depfiles
173am__mv = mv -f
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176AM_V_CC = $(am__v_CC_@AM_V@)
177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
178am__v_CC_0 = @echo " CC " $@;
179am__v_CC_1 =
180CCLD = $(CC)
181LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
182AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184am__v_CCLD_0 = @echo " CCLD " $@;
185am__v_CCLD_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700186CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
187 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
188AM_V_CXX = $(am__v_CXX_@AM_V@)
189am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
190am__v_CXX_0 = @echo " CXX " $@;
191am__v_CXX_1 =
192CXXLD = $(CXX)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700193CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
194 -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700195AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
196am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
197am__v_CXXLD_0 = @echo " CXXLD " $@;
198am__v_CXXLD_1 =
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700199SOURCES = $(ndn_cpp_a_SOURCES) $(test_encode_decode_interest_SOURCES)
200DIST_SOURCES = $(ndn_cpp_a_SOURCES) \
201 $(test_encode_decode_interest_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700202am__can_run_installinfo = \
203 case $$AM_UPDATE_INFO_DIR in \
204 n|no|NO) false;; \
205 *) (install-info --version) >/dev/null 2>&1;; \
206 esac
207am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
208 $(LISP)config.h.in
209# Read a list of newline-separated strings from the standard input,
210# and print each of them once, without duplicates. Input order is
211# *not* preserved.
212am__uniquify_input = $(AWK) '\
213 BEGIN { nonempty = 0; } \
214 { items[$$0] = 1; nonempty = 1; } \
215 END { if (nonempty) { for (i in items) print i; }; } \
216'
217# Make sure the list of sources is unique. This is necessary because,
218# e.g., the same source file might be shared among _SOURCES variables
219# for different programs/libraries.
220am__define_uniq_tagged_files = \
221 list='$(am__tagged_files)'; \
222 unique=`for i in $$list; do \
223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224 done | $(am__uniquify_input)`
225ETAGS = etags
226CTAGS = ctags
227CSCOPE = cscope
228AM_RECURSIVE_TARGETS = cscope
229DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230distdir = $(PACKAGE)-$(VERSION)
231top_distdir = $(distdir)
232am__remove_distdir = \
233 if test -d "$(distdir)"; then \
234 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
235 && rm -rf "$(distdir)" \
236 || { sleep 5 && rm -rf "$(distdir)"; }; \
237 else :; fi
238am__post_remove_distdir = $(am__remove_distdir)
239DIST_ARCHIVES = $(distdir).tar.gz
240GZIP_ENV = --best
241DIST_TARGETS = dist-gzip
242distuninstallcheck_listfiles = find . -type f -print
243am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
244 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
245distcleancheck_listfiles = find . -type f -print
246ACLOCAL = @ACLOCAL@
247AMTAR = @AMTAR@
248AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700249AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700254CC = @CC@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
Jeff Thompson39128c62013-06-19 14:08:51 -0700257CPPFLAGS = @CPPFLAGS@
258CXX = @CXX@
259CXXDEPMODE = @CXXDEPMODE@
260CXXFLAGS = @CXXFLAGS@
261CYGPATH_W = @CYGPATH_W@
262DEFS = @DEFS@
263DEPDIR = @DEPDIR@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700264DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
265DX_CONFIG = @DX_CONFIG@
266DX_DOCDIR = @DX_DOCDIR@
267DX_DOT = @DX_DOT@
268DX_DOXYGEN = @DX_DOXYGEN@
269DX_DVIPS = @DX_DVIPS@
270DX_EGREP = @DX_EGREP@
271DX_ENV = @DX_ENV@
272DX_FLAG_chi = @DX_FLAG_chi@
273DX_FLAG_chm = @DX_FLAG_chm@
274DX_FLAG_doc = @DX_FLAG_doc@
275DX_FLAG_dot = @DX_FLAG_dot@
276DX_FLAG_html = @DX_FLAG_html@
277DX_FLAG_man = @DX_FLAG_man@
278DX_FLAG_pdf = @DX_FLAG_pdf@
279DX_FLAG_ps = @DX_FLAG_ps@
280DX_FLAG_rtf = @DX_FLAG_rtf@
281DX_FLAG_xml = @DX_FLAG_xml@
282DX_HHC = @DX_HHC@
283DX_LATEX = @DX_LATEX@
284DX_MAKEINDEX = @DX_MAKEINDEX@
285DX_PDFLATEX = @DX_PDFLATEX@
286DX_PERL = @DX_PERL@
287DX_PROJECT = @DX_PROJECT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700288ECHO_C = @ECHO_C@
289ECHO_N = @ECHO_N@
290ECHO_T = @ECHO_T@
291EXEEXT = @EXEEXT@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700292HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700293INSTALL = @INSTALL@
294INSTALL_DATA = @INSTALL_DATA@
295INSTALL_PROGRAM = @INSTALL_PROGRAM@
296INSTALL_SCRIPT = @INSTALL_SCRIPT@
297INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
298LDFLAGS = @LDFLAGS@
299LIBOBJS = @LIBOBJS@
300LIBS = @LIBS@
301LTLIBOBJS = @LTLIBOBJS@
302MAKEINFO = @MAKEINFO@
303MKDIR_P = @MKDIR_P@
304OBJEXT = @OBJEXT@
305PACKAGE = @PACKAGE@
306PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307PACKAGE_NAME = @PACKAGE_NAME@
308PACKAGE_STRING = @PACKAGE_STRING@
309PACKAGE_TARNAME = @PACKAGE_TARNAME@
310PACKAGE_URL = @PACKAGE_URL@
311PACKAGE_VERSION = @PACKAGE_VERSION@
312PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700313RANLIB = @RANLIB@
Jeff Thompson39128c62013-06-19 14:08:51 -0700314SET_MAKE = @SET_MAKE@
315SHELL = @SHELL@
316STRIP = @STRIP@
317VERSION = @VERSION@
318abs_builddir = @abs_builddir@
319abs_srcdir = @abs_srcdir@
320abs_top_builddir = @abs_top_builddir@
321abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700322ac_ct_AR = @ac_ct_AR@
323ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700324ac_ct_CXX = @ac_ct_CXX@
325am__include = @am__include@
326am__leading_dot = @am__leading_dot@
327am__quote = @am__quote@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build_alias = @build_alias@
332builddir = @builddir@
333datadir = @datadir@
334datarootdir = @datarootdir@
335docdir = @docdir@
336dvidir = @dvidir@
337exec_prefix = @exec_prefix@
338host_alias = @host_alias@
339htmldir = @htmldir@
340includedir = @includedir@
341infodir = @infodir@
342install_sh = @install_sh@
343libdir = @libdir@
344libexecdir = @libexecdir@
345localedir = @localedir@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354sbindir = @sbindir@
355sharedstatedir = @sharedstatedir@
356srcdir = @srcdir@
357sysconfdir = @sysconfdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700362@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
363@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
364@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
365@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
366@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
367@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
368@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
369@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
370@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
371@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
372@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
373@DX_COND_doc_TRUE@DX_CLEANFILES = \
374@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
375@DX_COND_doc_TRUE@ -r \
376@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
377@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
378@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
379@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
380@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
381@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
382@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
383@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
384@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
385
Jeff Thompson39128c62013-06-19 14:08:51 -0700386AUTOMAKE_OPTIONS = subdir-objects
387ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson36174062013-06-21 16:03:44 -0700388lib_LIBRARIES = ndn-cpp.a
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700389ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \
Jeff Thompson08d56292013-06-27 18:20:44 -0700390 ndn-cpp/Name.cpp ndn-cpp/Name.h ndn-cpp/Name.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 Thompson1a4ca7f2013-06-27 12:11:12 -0700405 ndn-cpp/encoding/WireFormat.cpp ndn-cpp/encoding/WireFormat.hpp \
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700406 ndn-cpp/encoding/base.h \
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700407 ndn-cpp/encoding/ccnb.cc ndn-cpp/encoding/ccnb.h \
408 ndn-cpp/util/ndn_memory.c ndn-cpp/util/ndn_memory.h
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700409
410test_encode_decode_interest_SOURCES = test/test-encode-decode-interest.cpp
411test_encode_decode_interest_LDADD = ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700412dist_noinst_SCRIPTS = autogen.sh
413all: config.h
414 $(MAKE) $(AM_MAKEFLAGS) all-am
415
416.SUFFIXES:
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700417.SUFFIXES: .c .cc .cpp .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700418am--refresh: Makefile
419 @:
Jeff Thompsonca45e552013-06-26 17:40:06 -0700420$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700421 @for dep in $?; do \
422 case '$(am__configure_deps)' in \
423 *$$dep*) \
424 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
425 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
426 && exit 0; \
427 exit 1;; \
428 esac; \
429 done; \
430 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
431 $(am__cd) $(top_srcdir) && \
432 $(AUTOMAKE) --foreign Makefile
433.PRECIOUS: Makefile
434Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435 @case '$?' in \
436 *config.status*) \
437 echo ' $(SHELL) ./config.status'; \
438 $(SHELL) ./config.status;; \
439 *) \
440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
441 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
442 esac;
Jeff Thompsonca45e552013-06-26 17:40:06 -0700443$(srcdir)/aminclude.am:
Jeff Thompson39128c62013-06-19 14:08:51 -0700444
445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446 $(SHELL) ./config.status --recheck
447
448$(top_srcdir)/configure: $(am__configure_deps)
449 $(am__cd) $(srcdir) && $(AUTOCONF)
450$(ACLOCAL_M4): $(am__aclocal_m4_deps)
451 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
452$(am__aclocal_m4_deps):
453
454config.h: stamp-h1
455 @if test ! -f $@; then rm -f stamp-h1; else :; fi
456 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
457
458stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
459 @rm -f stamp-h1
460 cd $(top_builddir) && $(SHELL) ./config.status config.h
461$(srcdir)/config.h.in: $(am__configure_deps)
462 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
463 rm -f stamp-h1
464 touch $@
465
466distclean-hdr:
467 -rm -f config.h stamp-h1
Jeff Thompson36174062013-06-21 16:03:44 -0700468install-libLIBRARIES: $(lib_LIBRARIES)
469 @$(NORMAL_INSTALL)
470 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
471 list2=; for p in $$list; do \
472 if test -f $$p; then \
473 list2="$$list2 $$p"; \
474 else :; fi; \
475 done; \
476 test -z "$$list2" || { \
477 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
478 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
479 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
480 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
481 @$(POST_INSTALL)
482 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
483 for p in $$list; do \
484 if test -f $$p; then \
485 $(am__strip_dir) \
486 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
487 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
488 else :; fi; \
489 done
490
491uninstall-libLIBRARIES:
492 @$(NORMAL_UNINSTALL)
493 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
494 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
495 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
496
497clean-libLIBRARIES:
498 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700499ndn-cpp/$(am__dirstamp):
500 @$(MKDIR_P) ndn-cpp
501 @: > ndn-cpp/$(am__dirstamp)
502ndn-cpp/$(DEPDIR)/$(am__dirstamp):
503 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
504 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700505ndn-cpp/Name.$(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 Thompson1a4ca7f2013-06-27 12:11:12 -0700545ndn-cpp/encoding/WireFormat.$(OBJEXT): \
546 ndn-cpp/encoding/$(am__dirstamp) \
547 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700548ndn-cpp/encoding/ccnb.$(OBJEXT): ndn-cpp/encoding/$(am__dirstamp) \
549 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700550ndn-cpp/util/$(am__dirstamp):
551 @$(MKDIR_P) ndn-cpp/util
552 @: > ndn-cpp/util/$(am__dirstamp)
553ndn-cpp/util/$(DEPDIR)/$(am__dirstamp):
554 @$(MKDIR_P) ndn-cpp/util/$(DEPDIR)
555 @: > ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
556ndn-cpp/util/ndn_memory.$(OBJEXT): ndn-cpp/util/$(am__dirstamp) \
557 ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700558
559ndn-cpp.a: $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_DEPENDENCIES) $(EXTRA_ndn_cpp_a_DEPENDENCIES)
560 $(AM_V_at)-rm -f ndn-cpp.a
561 $(AM_V_AR)$(ndn_cpp_a_AR) ndn-cpp.a $(ndn_cpp_a_OBJECTS) $(ndn_cpp_a_LIBADD)
562 $(AM_V_at)$(RANLIB) ndn-cpp.a
Jeff Thompson39128c62013-06-19 14:08:51 -0700563install-binPROGRAMS: $(bin_PROGRAMS)
564 @$(NORMAL_INSTALL)
565 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
566 if test -n "$$list"; then \
567 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
568 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
569 fi; \
570 for p in $$list; do echo "$$p $$p"; done | \
571 sed 's/$(EXEEXT)$$//' | \
572 while read p p1; do if test -f $$p \
573 ; then echo "$$p"; echo "$$p"; else :; fi; \
574 done | \
575 sed -e 'p;s,.*/,,;n;h' \
576 -e 's|.*|.|' \
577 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
578 sed 'N;N;N;s,\n, ,g' | \
579 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
580 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
581 if ($$2 == $$4) files[d] = files[d] " " $$1; \
582 else { print "f", $$3 "/" $$4, $$1; } } \
583 END { for (d in files) print "f", d, files[d] }' | \
584 while read type dir files; do \
585 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
586 test -z "$$files" || { \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700587 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
588 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700589 } \
590 ; done
591
592uninstall-binPROGRAMS:
593 @$(NORMAL_UNINSTALL)
594 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
595 files=`for p in $$list; do echo "$$p"; done | \
596 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
597 -e 's/$$/$(EXEEXT)/' \
598 `; \
599 test -n "$$list" || exit 0; \
600 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
601 cd "$(DESTDIR)$(bindir)" && rm -f $$files
602
603clean-binPROGRAMS:
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700604 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700605test/$(am__dirstamp):
606 @$(MKDIR_P) test
607 @: > test/$(am__dirstamp)
608test/$(DEPDIR)/$(am__dirstamp):
609 @$(MKDIR_P) test/$(DEPDIR)
610 @: > test/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700611test/test-encode-decode-interest.$(OBJEXT): test/$(am__dirstamp) \
Jeff Thompson39128c62013-06-19 14:08:51 -0700612 test/$(DEPDIR)/$(am__dirstamp)
613
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700614test-encode-decode-interest$(EXEEXT): $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_DEPENDENCIES) $(EXTRA_test_encode_decode_interest_DEPENDENCIES)
615 @rm -f test-encode-decode-interest$(EXEEXT)
616 $(AM_V_CXXLD)$(CXXLINK) $(test_encode_decode_interest_OBJECTS) $(test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700617
618mostlyclean-compile:
619 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700620 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700621 -rm -f ndn-cpp/encoding/*.$(OBJEXT)
Jeff Thompson36174062013-06-21 16:03:44 -0700622 -rm -f ndn-cpp/fields/*.$(OBJEXT)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700623 -rm -f ndn-cpp/util/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700624 -rm -f test/*.$(OBJEXT)
625
626distclean-compile:
627 -rm -f *.tab.c
628
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700629@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/Name.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700630@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Po@am__quote@
631@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700632@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLDecoder.Po@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLStructureDecoder.Po@am__quote@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700634@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/BinaryXMLWireFormat.Po@am__quote@
Jeff Thompson1a4ca7f2013-06-27 12:11:12 -0700635@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/WireFormat.Po@am__quote@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700636@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/ccnb.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700637@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/content.Po@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/exclude.Po@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/key-locator.Po@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name-component.Po@am__quote@
Jeff Thompson36174062013-06-21 16:03:44 -0700641@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/name.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700642@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/fields/$(DEPDIR)/signature.Po@am__quote@
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700643@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/ndn_memory.Po@am__quote@
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700644@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700645
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700646.c.o:
647@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
648@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
649@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
650@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
651@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
653
654.c.obj:
655@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
656@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
657@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
658@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
659@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
661
Jeff Thompson36174062013-06-21 16:03:44 -0700662.cc.o:
663@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
664@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
665@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
666@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
669
670.cc.obj:
671@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
672@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
673@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
674@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
675@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
677
Jeff Thompson39128c62013-06-19 14:08:51 -0700678.cpp.o:
679@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
680@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
681@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
682@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
683@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
685
686.cpp.obj:
687@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
688@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
689@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
690@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
691@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
692@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
693
694ID: $(am__tagged_files)
695 $(am__define_uniq_tagged_files); mkid -fID $$unique
696tags: tags-am
697TAGS: tags
698
699tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
700 set x; \
701 here=`pwd`; \
702 $(am__define_uniq_tagged_files); \
703 shift; \
704 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
705 test -n "$$unique" || unique=$$empty_fix; \
706 if test $$# -gt 0; then \
707 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
708 "$$@" $$unique; \
709 else \
710 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
711 $$unique; \
712 fi; \
713 fi
714ctags: ctags-am
715
716CTAGS: ctags
717ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
718 $(am__define_uniq_tagged_files); \
719 test -z "$(CTAGS_ARGS)$$unique" \
720 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
721 $$unique
722
723GTAGS:
724 here=`$(am__cd) $(top_builddir) && pwd` \
725 && $(am__cd) $(top_srcdir) \
726 && gtags -i $(GTAGS_ARGS) "$$here"
727cscope: cscope.files
728 test ! -s cscope.files \
729 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
730clean-cscope:
731 -rm -f cscope.files
732cscope.files: clean-cscope cscopelist
733cscopelist: cscopelist-am
734
735cscopelist-am: $(am__tagged_files)
736 list='$(am__tagged_files)'; \
737 case "$(srcdir)" in \
738 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
739 *) sdir=$(subdir)/$(srcdir) ;; \
740 esac; \
741 for i in $$list; do \
742 if test -f "$$i"; then \
743 echo "$(subdir)/$$i"; \
744 else \
745 echo "$$sdir/$$i"; \
746 fi; \
747 done >> $(top_builddir)/cscope.files
748
749distclean-tags:
750 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
751 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
752
753distdir: $(DISTFILES)
754 $(am__remove_distdir)
755 test -d "$(distdir)" || mkdir "$(distdir)"
756 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758 list='$(DISTFILES)'; \
759 dist_files=`for file in $$list; do echo $$file; done | \
760 sed -e "s|^$$srcdirstrip/||;t" \
761 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
762 case $$dist_files in \
763 */*) $(MKDIR_P) `echo "$$dist_files" | \
764 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
765 sort -u` ;; \
766 esac; \
767 for file in $$dist_files; do \
768 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
769 if test -d $$d/$$file; then \
770 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
771 if test -d "$(distdir)/$$file"; then \
772 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773 fi; \
774 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
775 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
776 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777 fi; \
778 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
779 else \
780 test -f "$(distdir)/$$file" \
781 || cp -p $$d/$$file "$(distdir)/$$file" \
782 || exit 1; \
783 fi; \
784 done
785 -test -n "$(am__skip_mode_fix)" \
786 || find "$(distdir)" -type d ! -perm -755 \
787 -exec chmod u+rwx,go+rx {} \; -o \
788 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
789 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
790 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
791 || chmod -R a+r "$(distdir)"
792dist-gzip: distdir
793 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
794 $(am__post_remove_distdir)
795
796dist-bzip2: distdir
797 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
798 $(am__post_remove_distdir)
799
800dist-lzip: distdir
801 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
802 $(am__post_remove_distdir)
803
804dist-xz: distdir
805 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
806 $(am__post_remove_distdir)
807
808dist-tarZ: distdir
809 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
810 $(am__post_remove_distdir)
811
812dist-shar: distdir
813 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
814 $(am__post_remove_distdir)
815
816dist-zip: distdir
817 -rm -f $(distdir).zip
818 zip -rq $(distdir).zip $(distdir)
819 $(am__post_remove_distdir)
820
821dist dist-all:
822 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
823 $(am__post_remove_distdir)
824
825# This target untars the dist file and tries a VPATH configuration. Then
826# it guarantees that the distribution is self-contained by making another
827# tarfile.
828distcheck: dist
829 case '$(DIST_ARCHIVES)' in \
830 *.tar.gz*) \
831 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
832 *.tar.bz2*) \
833 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
834 *.tar.lz*) \
835 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
836 *.tar.xz*) \
837 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
838 *.tar.Z*) \
839 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
840 *.shar.gz*) \
841 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
842 *.zip*) \
843 unzip $(distdir).zip ;;\
844 esac
845 chmod -R a-w $(distdir)
846 chmod u+w $(distdir)
847 mkdir $(distdir)/_build $(distdir)/_inst
848 chmod a-w $(distdir)
849 test -d $(distdir)/_build || exit 0; \
850 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
851 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
852 && am__cwd=`pwd` \
853 && $(am__cd) $(distdir)/_build \
854 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
855 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
856 $(DISTCHECK_CONFIGURE_FLAGS) \
857 && $(MAKE) $(AM_MAKEFLAGS) \
858 && $(MAKE) $(AM_MAKEFLAGS) dvi \
859 && $(MAKE) $(AM_MAKEFLAGS) check \
860 && $(MAKE) $(AM_MAKEFLAGS) install \
861 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
862 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
863 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
864 distuninstallcheck \
865 && chmod -R a-w "$$dc_install_base" \
866 && ({ \
867 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
868 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
869 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
870 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
871 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
872 } || { rm -rf "$$dc_destdir"; exit 1; }) \
873 && rm -rf "$$dc_destdir" \
874 && $(MAKE) $(AM_MAKEFLAGS) dist \
875 && rm -rf $(DIST_ARCHIVES) \
876 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
877 && cd "$$am__cwd" \
878 || exit 1
879 $(am__post_remove_distdir)
880 @(echo "$(distdir) archives ready for distribution: "; \
881 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
882 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
883distuninstallcheck:
884 @test -n '$(distuninstallcheck_dir)' || { \
885 echo 'ERROR: trying to run $@ with an empty' \
886 '$$(distuninstallcheck_dir)' >&2; \
887 exit 1; \
888 }; \
889 $(am__cd) '$(distuninstallcheck_dir)' || { \
890 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
891 exit 1; \
892 }; \
893 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
894 || { echo "ERROR: files left after uninstall:" ; \
895 if test -n "$(DESTDIR)"; then \
896 echo " (check DESTDIR support)"; \
897 fi ; \
898 $(distuninstallcheck_listfiles) ; \
899 exit 1; } >&2
900distcleancheck: distclean
901 @if test '$(srcdir)' = . ; then \
902 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
903 exit 1 ; \
904 fi
905 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
906 || { echo "ERROR: files left in build directory after distclean:" ; \
907 $(distcleancheck_listfiles) ; \
908 exit 1; } >&2
909check-am: all-am
910check: check-am
Jeff Thompson36174062013-06-21 16:03:44 -0700911all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
Jeff Thompson39128c62013-06-19 14:08:51 -0700912installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -0700913 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -0700914 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
915 done
916install: install-am
917install-exec: install-exec-am
918install-data: install-data-am
919uninstall: uninstall-am
920
921install-am: all-am
922 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
923
924installcheck: installcheck-am
925install-strip:
926 if test -z '$(STRIP)'; then \
927 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
928 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
929 install; \
930 else \
931 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
932 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
933 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
934 fi
935mostlyclean-generic:
936
937clean-generic:
938
939distclean-generic:
940 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
941 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700942 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
943 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700944 -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
945 -rm -f ndn-cpp/encoding/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700946 -rm -f ndn-cpp/fields/$(DEPDIR)/$(am__dirstamp)
947 -rm -f ndn-cpp/fields/$(am__dirstamp)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700948 -rm -f ndn-cpp/util/$(DEPDIR)/$(am__dirstamp)
949 -rm -f ndn-cpp/util/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700950 -rm -f test/$(DEPDIR)/$(am__dirstamp)
951 -rm -f test/$(am__dirstamp)
952
953maintainer-clean-generic:
954 @echo "This command is intended for maintainers to use"
955 @echo "it deletes files that may require special tools to rebuild."
956clean: clean-am
957
Jeff Thompson36174062013-06-21 16:03:44 -0700958clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700959 mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -0700960
961distclean: distclean-am
962 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompsonf418fe02013-06-27 17:28:55 -0700963 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) ndn-cpp/util/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -0700964 -rm -f Makefile
965distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700966 distclean-hdr distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -0700967
968dvi: dvi-am
969
970dvi-am:
971
972html: html-am
973
974html-am:
975
976info: info-am
977
978info-am:
979
980install-data-am:
981
982install-dvi: install-dvi-am
983
984install-dvi-am:
985
Jeff Thompson36174062013-06-21 16:03:44 -0700986install-exec-am: install-binPROGRAMS install-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -0700987
988install-html: install-html-am
989
990install-html-am:
991
992install-info: install-info-am
993
994install-info-am:
995
996install-man:
997
998install-pdf: install-pdf-am
999
1000install-pdf-am:
1001
1002install-ps: install-ps-am
1003
1004install-ps-am:
1005
1006installcheck-am:
1007
1008maintainer-clean: maintainer-clean-am
1009 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1010 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompsonf418fe02013-06-27 17:28:55 -07001011 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/fields/$(DEPDIR) ndn-cpp/util/$(DEPDIR) test/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -07001012 -rm -f Makefile
1013maintainer-clean-am: distclean-am maintainer-clean-generic
1014
1015mostlyclean: mostlyclean-am
1016
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001017mostlyclean-am: mostlyclean-compile mostlyclean-generic
Jeff Thompson39128c62013-06-19 14:08:51 -07001018
1019pdf: pdf-am
1020
1021pdf-am:
1022
1023ps: ps-am
1024
1025ps-am:
1026
Jeff Thompson36174062013-06-21 16:03:44 -07001027uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001028
1029.MAKE: all install-am install-strip
1030
1031.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -07001032 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001033 clean-libLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1034 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1035 dist-xz dist-zip distcheck distclean distclean-compile \
1036 distclean-generic distclean-hdr distclean-tags distcleancheck \
1037 distdir distuninstallcheck dvi dvi-am html html-am info \
1038 info-am install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -07001039 install-data-am install-dvi install-dvi-am install-exec \
1040 install-exec-am install-html install-html-am install-info \
Jeff Thompson36174062013-06-21 16:03:44 -07001041 install-info-am install-libLIBRARIES install-man install-pdf \
1042 install-pdf-am install-ps install-ps-am install-strip \
1043 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -07001044 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001045 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1046 uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001047
1048
Jeff Thompsonca45e552013-06-26 17:40:06 -07001049@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1050
1051@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1052@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
1053@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1054@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1055@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
1056@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1057@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
1058@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1059@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
1060@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
1061@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1062@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
1063@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
1064@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1065
1066@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1067
1068@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1069@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1070@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1071@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1072@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1073@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1074@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1075@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1076@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1077@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1078@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1079@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1080@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1081@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1082
1083@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1084
1085@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1086
1087@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1088
1089@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1090
1091@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1092@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1093@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1094
Jeff Thompson39128c62013-06-19 14:08:51 -07001095# Tell versions [3.59,3.63) of GNU make to not export all variables.
1096# Otherwise a system limit (for SysV at least) may be exceeded.
1097.NOEXPORT: