blob: 860a24f25897e9b1ea994b93418f30b8fc1c5c0d [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
Jeff Thompsonca45e552013-06-26 17:40:06 -070017# This file is copied from http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
18
Jeff Thompson39128c62013-06-19 14:08:51 -070019
Jeff Thompson36174062013-06-21 16:03:44 -070020
Jeff Thompson39128c62013-06-19 14:08:51 -070021VPATH = @srcdir@
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__make_running_with_option = \
24 case $${target_option-} in \
25 ?) ;; \
26 *) echo "am__make_running_with_option: internal error: invalid" \
27 "target option '$${target_option-}' specified" >&2; \
28 exit 1;; \
29 esac; \
30 has_opt=no; \
31 sane_makeflags=$$MAKEFLAGS; \
32 if $(am__is_gnu_make); then \
33 sane_makeflags=$$MFLAGS; \
34 else \
35 case $$MAKEFLAGS in \
36 *\\[\ \ ]*) \
37 bs=\\; \
38 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 esac; \
41 fi; \
42 skip_next=no; \
43 strip_trailopt () \
44 { \
45 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46 }; \
47 for flg in $$sane_makeflags; do \
48 test $$skip_next = yes && { skip_next=no; continue; }; \
49 case $$flg in \
50 *=*|--*) continue;; \
51 -*I) strip_trailopt 'I'; skip_next=yes;; \
52 -*I?*) strip_trailopt 'I';; \
53 -*O) strip_trailopt 'O'; skip_next=yes;; \
54 -*O?*) strip_trailopt 'O';; \
55 -*l) strip_trailopt 'l'; skip_next=yes;; \
56 -*l?*) strip_trailopt 'l';; \
57 -[dEDm]) skip_next=yes;; \
58 -[JT]) skip_next=yes;; \
59 esac; \
60 case $$flg in \
61 *$$target_option*) has_opt=yes; break;; \
62 esac; \
63 done; \
64 test $$has_opt = yes
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67pkgdatadir = $(datadir)/@PACKAGE@
68pkgincludedir = $(includedir)/@PACKAGE@
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
Jeff Thompson4f031642013-08-05 11:03:16 -070083build_triplet = @build@
84host_triplet = @host@
Jeff Thompsonca45e552013-06-26 17:40:06 -070085DIST_COMMON = $(srcdir)/aminclude.am $(srcdir)/Makefile.in \
86 $(srcdir)/Makefile.am $(top_srcdir)/configure \
87 $(am__configure_deps) $(srcdir)/config.h.in \
Jeff Thompson47eecfc2013-07-07 22:56:46 -070088 $(dist_noinst_SCRIPTS) depcomp COPYING ar-lib compile \
Jeff Thompson4f031642013-08-05 11:03:16 -070089 config.guess config.sub install-sh missing ltmain.sh
Jeff Thompsone32adb62013-08-02 13:18:36 -070090bin_PROGRAMS = bin/test-encode-decode-interest$(EXEEXT) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -070091 bin/test-encode-decode-data$(EXEEXT) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -070092 bin/test-get-async$(EXEEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -070093subdir = .
Jeff Thompson39128c62013-06-19 14:08:51 -070094ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
Jeff Thompson36174062013-06-21 16:03:44 -0700104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105am__vpath_adj = case $$p in \
106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107 *) f=$$p;; \
108 esac;
109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
110am__install_max = 40
111am__nobase_strip_setup = \
112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
113am__nobase_strip = \
114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115am__nobase_list = $(am__nobase_strip_setup); \
116 for p in $$list; do echo "$$p $$p"; done | \
117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
119 if (++n[$$2] == $(am__install_max)) \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
122am__base_list = \
123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
125am__uninstall_files_from_dir = { \
126 test -z "$$files" \
127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
129 $(am__cd) "$$dir" && rm -f $$files; }; \
130 }
131am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
Jeff Thompson4f031642013-08-05 11:03:16 -0700132LTLIBRARIES = $(lib_LTLIBRARIES)
133libndn_c_la_LIBADD =
Jeff Thompson39128c62013-06-19 14:08:51 -0700134am__dirstamp = $(am__leading_dot)dirstamp
Jeff Thompson4f031642013-08-05 11:03:16 -0700135am_libndn_c_la_OBJECTS = ndn-cpp/c/errors.lo \
136 ndn-cpp/c/encoding/binary-xml-data.lo \
Jeff Thompson53412192013-08-06 13:35:50 -0700137 ndn-cpp/c/encoding/binary-xml-decoder.lo \
138 ndn-cpp/c/encoding/binary-xml-element-reader.lo \
139 ndn-cpp/c/encoding/binary-xml-encoder.lo \
140 ndn-cpp/c/encoding/binary-xml-interest.lo \
141 ndn-cpp/c/encoding/binary-xml-key.lo \
142 ndn-cpp/c/encoding/binary-xml-name.lo \
143 ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo \
144 ndn-cpp/c/encoding/binary-xml-structure-decoder.lo \
145 ndn-cpp/c/transport/socket-transport.lo \
146 ndn-cpp/c/util/dynamic-uchar-array.lo \
Jeff Thompson4f031642013-08-05 11:03:16 -0700147 ndn-cpp/c/util/ndn_memory.lo ndn-cpp/c/util/ndn_realloc.lo
148libndn_c_la_OBJECTS = $(am_libndn_c_la_OBJECTS)
149AM_V_lt = $(am__v_lt_@AM_V@)
150am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151am__v_lt_0 = --silent
152am__v_lt_1 =
153libndn_cpp_la_LIBADD =
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700154am_libndn_cpp_la_OBJECTS = ndn-cpp/common.lo ndn-cpp/data.lo \
155 ndn-cpp/interest.lo ndn-cpp/key.lo ndn-cpp/face.lo \
156 ndn-cpp/name.lo ndn-cpp/encoding/binary-xml-element-reader.lo \
Jeff Thompson53412192013-08-06 13:35:50 -0700157 ndn-cpp/encoding/binary-xml-wire-format.lo \
158 ndn-cpp/encoding/wire-format.lo \
159 ndn-cpp/transport/tcp-transport.lo \
160 ndn-cpp/transport/transport.lo \
161 ndn-cpp/transport/udp-transport.lo
Jeff Thompson4f031642013-08-05 11:03:16 -0700162libndn_cpp_la_OBJECTS = $(am_libndn_cpp_la_OBJECTS)
Jeff Thompson36174062013-06-21 16:03:44 -0700163PROGRAMS = $(bin_PROGRAMS)
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700164am_bin_test_encode_decode_data_OBJECTS = \
165 tests/test-encode-decode-data.$(OBJEXT)
166bin_test_encode_decode_data_OBJECTS = \
167 $(am_bin_test_encode_decode_data_OBJECTS)
Jeff Thompson734671e2013-08-05 12:05:09 -0700168bin_test_encode_decode_data_DEPENDENCIES = libndn-cpp.la libndn-c.la
Jeff Thompsone32adb62013-08-02 13:18:36 -0700169am_bin_test_encode_decode_interest_OBJECTS = \
170 tests/test-encode-decode-interest.$(OBJEXT)
171bin_test_encode_decode_interest_OBJECTS = \
172 $(am_bin_test_encode_decode_interest_OBJECTS)
Jeff Thompson734671e2013-08-05 12:05:09 -0700173bin_test_encode_decode_interest_DEPENDENCIES = libndn-cpp.la \
174 libndn-c.la
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700175am_bin_test_get_async_OBJECTS = tests/test-get-async.$(OBJEXT)
176bin_test_get_async_OBJECTS = $(am_bin_test_get_async_OBJECTS)
Jeff Thompson734671e2013-08-05 12:05:09 -0700177bin_test_get_async_DEPENDENCIES = libndn-cpp.la libndn-c.la
Jeff Thompson39128c62013-06-19 14:08:51 -0700178SCRIPTS = $(dist_noinst_SCRIPTS)
179AM_V_P = $(am__v_P_@AM_V@)
180am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
181am__v_P_0 = false
182am__v_P_1 = :
183AM_V_GEN = $(am__v_GEN_@AM_V@)
184am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
185am__v_GEN_0 = @echo " GEN " $@;
186am__v_GEN_1 =
187AM_V_at = $(am__v_at_@AM_V@)
188am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
189am__v_at_0 = @
190am__v_at_1 =
191DEFAULT_INCLUDES = -I.@am__isrc@
192depcomp = $(SHELL) $(top_srcdir)/depcomp
193am__depfiles_maybe = depfiles
194am__mv = mv -f
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700195COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Jeff Thompson4f031642013-08-05 11:03:16 -0700197LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200 $(AM_CFLAGS) $(CFLAGS)
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700201AM_V_CC = $(am__v_CC_@AM_V@)
202am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203am__v_CC_0 = @echo " CC " $@;
204am__v_CC_1 =
205CCLD = $(CC)
Jeff Thompson4f031642013-08-05 11:03:16 -0700206LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700209AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211am__v_CCLD_0 = @echo " CCLD " $@;
212am__v_CCLD_1 =
Jeff Thompson39128c62013-06-19 14:08:51 -0700213CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
214 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson4f031642013-08-05 11:03:16 -0700215LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
217 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
218 $(AM_CXXFLAGS) $(CXXFLAGS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700219AM_V_CXX = $(am__v_CXX_@AM_V@)
220am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
221am__v_CXX_0 = @echo " CXX " $@;
222am__v_CXX_1 =
223CXXLD = $(CXX)
Jeff Thompson4f031642013-08-05 11:03:16 -0700224CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
225 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
226 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Jeff Thompson39128c62013-06-19 14:08:51 -0700227AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
228am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
229am__v_CXXLD_0 = @echo " CXXLD " $@;
230am__v_CXXLD_1 =
Jeff Thompson4f031642013-08-05 11:03:16 -0700231SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700232 $(bin_test_encode_decode_data_SOURCES) \
Jeff Thompsone32adb62013-08-02 13:18:36 -0700233 $(bin_test_encode_decode_interest_SOURCES) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700234 $(bin_test_get_async_SOURCES)
Jeff Thompson4f031642013-08-05 11:03:16 -0700235DIST_SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700236 $(bin_test_encode_decode_data_SOURCES) \
Jeff Thompsone32adb62013-08-02 13:18:36 -0700237 $(bin_test_encode_decode_interest_SOURCES) \
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700238 $(bin_test_get_async_SOURCES)
Jeff Thompson39128c62013-06-19 14:08:51 -0700239am__can_run_installinfo = \
240 case $$AM_UPDATE_INFO_DIR in \
241 n|no|NO) false;; \
242 *) (install-info --version) >/dev/null 2>&1;; \
243 esac
244am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
245 $(LISP)config.h.in
246# Read a list of newline-separated strings from the standard input,
247# and print each of them once, without duplicates. Input order is
248# *not* preserved.
249am__uniquify_input = $(AWK) '\
250 BEGIN { nonempty = 0; } \
251 { items[$$0] = 1; nonempty = 1; } \
252 END { if (nonempty) { for (i in items) print i; }; } \
253'
254# Make sure the list of sources is unique. This is necessary because,
255# e.g., the same source file might be shared among _SOURCES variables
256# for different programs/libraries.
257am__define_uniq_tagged_files = \
258 list='$(am__tagged_files)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | $(am__uniquify_input)`
262ETAGS = etags
263CTAGS = ctags
264CSCOPE = cscope
265AM_RECURSIVE_TARGETS = cscope
266DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267distdir = $(PACKAGE)-$(VERSION)
268top_distdir = $(distdir)
269am__remove_distdir = \
270 if test -d "$(distdir)"; then \
271 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
272 && rm -rf "$(distdir)" \
273 || { sleep 5 && rm -rf "$(distdir)"; }; \
274 else :; fi
275am__post_remove_distdir = $(am__remove_distdir)
276DIST_ARCHIVES = $(distdir).tar.gz
277GZIP_ENV = --best
278DIST_TARGETS = dist-gzip
279distuninstallcheck_listfiles = find . -type f -print
280am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
281 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
282distcleancheck_listfiles = find . -type f -print
283ACLOCAL = @ACLOCAL@
284AMTAR = @AMTAR@
285AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Jeff Thompson36174062013-06-21 16:03:44 -0700286AR = @AR@
Jeff Thompson39128c62013-06-19 14:08:51 -0700287AUTOCONF = @AUTOCONF@
288AUTOHEADER = @AUTOHEADER@
289AUTOMAKE = @AUTOMAKE@
290AWK = @AWK@
Jeff Thompson36174062013-06-21 16:03:44 -0700291CC = @CC@
292CCDEPMODE = @CCDEPMODE@
293CFLAGS = @CFLAGS@
Jeff Thompson4f031642013-08-05 11:03:16 -0700294CPP = @CPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700295CPPFLAGS = @CPPFLAGS@
296CXX = @CXX@
Jeff Thompson4f031642013-08-05 11:03:16 -0700297CXXCPP = @CXXCPP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700298CXXDEPMODE = @CXXDEPMODE@
299CXXFLAGS = @CXXFLAGS@
300CYGPATH_W = @CYGPATH_W@
301DEFS = @DEFS@
302DEPDIR = @DEPDIR@
Jeff Thompson4f031642013-08-05 11:03:16 -0700303DLLTOOL = @DLLTOOL@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700304DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
Jeff Thompson4f031642013-08-05 11:03:16 -0700305DSYMUTIL = @DSYMUTIL@
306DUMPBIN = @DUMPBIN@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700307DX_CONFIG = @DX_CONFIG@
308DX_DOCDIR = @DX_DOCDIR@
309DX_DOT = @DX_DOT@
310DX_DOXYGEN = @DX_DOXYGEN@
311DX_DVIPS = @DX_DVIPS@
312DX_EGREP = @DX_EGREP@
313DX_ENV = @DX_ENV@
314DX_FLAG_chi = @DX_FLAG_chi@
315DX_FLAG_chm = @DX_FLAG_chm@
316DX_FLAG_doc = @DX_FLAG_doc@
317DX_FLAG_dot = @DX_FLAG_dot@
318DX_FLAG_html = @DX_FLAG_html@
319DX_FLAG_man = @DX_FLAG_man@
320DX_FLAG_pdf = @DX_FLAG_pdf@
321DX_FLAG_ps = @DX_FLAG_ps@
322DX_FLAG_rtf = @DX_FLAG_rtf@
323DX_FLAG_xml = @DX_FLAG_xml@
324DX_HHC = @DX_HHC@
325DX_LATEX = @DX_LATEX@
326DX_MAKEINDEX = @DX_MAKEINDEX@
327DX_PDFLATEX = @DX_PDFLATEX@
328DX_PERL = @DX_PERL@
329DX_PROJECT = @DX_PROJECT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700330ECHO_C = @ECHO_C@
331ECHO_N = @ECHO_N@
332ECHO_T = @ECHO_T@
Jeff Thompson4f031642013-08-05 11:03:16 -0700333EGREP = @EGREP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700334EXEEXT = @EXEEXT@
Jeff Thompson4f031642013-08-05 11:03:16 -0700335FGREP = @FGREP@
336GREP = @GREP@
Jeff Thompson1b8f4c92013-06-19 16:18:46 -0700337HAVE_CXX11 = @HAVE_CXX11@
Jeff Thompson39128c62013-06-19 14:08:51 -0700338INSTALL = @INSTALL@
339INSTALL_DATA = @INSTALL_DATA@
340INSTALL_PROGRAM = @INSTALL_PROGRAM@
341INSTALL_SCRIPT = @INSTALL_SCRIPT@
342INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Jeff Thompson4f031642013-08-05 11:03:16 -0700343LD = @LD@
Jeff Thompson39128c62013-06-19 14:08:51 -0700344LDFLAGS = @LDFLAGS@
345LIBOBJS = @LIBOBJS@
346LIBS = @LIBS@
Jeff Thompson4f031642013-08-05 11:03:16 -0700347LIBTOOL = @LIBTOOL@
348LIPO = @LIPO@
349LN_S = @LN_S@
Jeff Thompson39128c62013-06-19 14:08:51 -0700350LTLIBOBJS = @LTLIBOBJS@
Jeff Thompson47053ad2013-08-05 10:36:53 -0700351MAINT = @MAINT@
Jeff Thompson39128c62013-06-19 14:08:51 -0700352MAKEINFO = @MAKEINFO@
Jeff Thompson4f031642013-08-05 11:03:16 -0700353MANIFEST_TOOL = @MANIFEST_TOOL@
Jeff Thompson39128c62013-06-19 14:08:51 -0700354MKDIR_P = @MKDIR_P@
Jeff Thompson4f031642013-08-05 11:03:16 -0700355NM = @NM@
356NMEDIT = @NMEDIT@
357OBJDUMP = @OBJDUMP@
Jeff Thompson39128c62013-06-19 14:08:51 -0700358OBJEXT = @OBJEXT@
Jeff Thompson4f031642013-08-05 11:03:16 -0700359OTOOL = @OTOOL@
360OTOOL64 = @OTOOL64@
Jeff Thompson39128c62013-06-19 14:08:51 -0700361PACKAGE = @PACKAGE@
362PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
363PACKAGE_NAME = @PACKAGE_NAME@
364PACKAGE_STRING = @PACKAGE_STRING@
365PACKAGE_TARNAME = @PACKAGE_TARNAME@
366PACKAGE_URL = @PACKAGE_URL@
367PACKAGE_VERSION = @PACKAGE_VERSION@
368PATH_SEPARATOR = @PATH_SEPARATOR@
Jeff Thompson36174062013-06-21 16:03:44 -0700369RANLIB = @RANLIB@
Jeff Thompson4f031642013-08-05 11:03:16 -0700370SED = @SED@
Jeff Thompson39128c62013-06-19 14:08:51 -0700371SET_MAKE = @SET_MAKE@
372SHELL = @SHELL@
373STRIP = @STRIP@
374VERSION = @VERSION@
375abs_builddir = @abs_builddir@
376abs_srcdir = @abs_srcdir@
377abs_top_builddir = @abs_top_builddir@
378abs_top_srcdir = @abs_top_srcdir@
Jeff Thompson36174062013-06-21 16:03:44 -0700379ac_ct_AR = @ac_ct_AR@
380ac_ct_CC = @ac_ct_CC@
Jeff Thompson39128c62013-06-19 14:08:51 -0700381ac_ct_CXX = @ac_ct_CXX@
Jeff Thompson4f031642013-08-05 11:03:16 -0700382ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Jeff Thompson39128c62013-06-19 14:08:51 -0700383am__include = @am__include@
384am__leading_dot = @am__leading_dot@
385am__quote = @am__quote@
386am__tar = @am__tar@
387am__untar = @am__untar@
388bindir = @bindir@
Jeff Thompson4f031642013-08-05 11:03:16 -0700389build = @build@
Jeff Thompson39128c62013-06-19 14:08:51 -0700390build_alias = @build_alias@
Jeff Thompson4f031642013-08-05 11:03:16 -0700391build_cpu = @build_cpu@
392build_os = @build_os@
393build_vendor = @build_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700394builddir = @builddir@
395datadir = @datadir@
396datarootdir = @datarootdir@
397docdir = @docdir@
398dvidir = @dvidir@
399exec_prefix = @exec_prefix@
Jeff Thompson4f031642013-08-05 11:03:16 -0700400host = @host@
Jeff Thompson39128c62013-06-19 14:08:51 -0700401host_alias = @host_alias@
Jeff Thompson4f031642013-08-05 11:03:16 -0700402host_cpu = @host_cpu@
403host_os = @host_os@
404host_vendor = @host_vendor@
Jeff Thompson39128c62013-06-19 14:08:51 -0700405htmldir = @htmldir@
406includedir = @includedir@
407infodir = @infodir@
408install_sh = @install_sh@
409libdir = @libdir@
410libexecdir = @libexecdir@
411localedir = @localedir@
412localstatedir = @localstatedir@
413mandir = @mandir@
414mkdir_p = @mkdir_p@
415oldincludedir = @oldincludedir@
416pdfdir = @pdfdir@
417prefix = @prefix@
418program_transform_name = @program_transform_name@
419psdir = @psdir@
420sbindir = @sbindir@
421sharedstatedir = @sharedstatedir@
422srcdir = @srcdir@
423sysconfdir = @sysconfdir@
424target_alias = @target_alias@
425top_build_prefix = @top_build_prefix@
426top_builddir = @top_builddir@
427top_srcdir = @top_srcdir@
Jeff Thompsonca45e552013-06-26 17:40:06 -0700428@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
429@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
430@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
431@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
432@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
433@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
434@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
435@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
436@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
437@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
438@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
439@DX_COND_doc_TRUE@DX_CLEANFILES = \
440@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
441@DX_COND_doc_TRUE@ -r \
442@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
443@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
444@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
445@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
446@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
447@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
448@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
449@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
450@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
451
Jeff Thompson39128c62013-06-19 14:08:51 -0700452AUTOMAKE_OPTIONS = subdir-objects
453ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
Jeff Thompson4f031642013-08-05 11:03:16 -0700454lib_LTLIBRARIES = libndn-c.la libndn-cpp.la
455libndn_c_la_SOURCES = \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700456 config.h \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700457 ndn-cpp/c/data.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700458 ndn-cpp/c/interest.h \
459 ndn-cpp/c/key.h \
460 ndn-cpp/c/name.h \
461 ndn-cpp/c/publisher-public-key-digest.h \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700462 ndn-cpp/c/errors.c ndn-cpp/c/errors.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700463 ndn-cpp/c/encoding/binary-xml.h \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700464 ndn-cpp/c/encoding/binary-xml-data.c ndn-cpp/c/encoding/binary-xml-data.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700465 ndn-cpp/c/encoding/binary-xml-decoder.c ndn-cpp/c/encoding/binary-xml-decoder.h \
466 ndn-cpp/c/encoding/binary-xml-element-reader.c ndn-cpp/c/encoding/binary-xml-element-reader.h \
467 ndn-cpp/c/encoding/binary-xml-encoder.c ndn-cpp/c/encoding/binary-xml-encoder.h \
468 ndn-cpp/c/encoding/binary-xml-interest.c ndn-cpp/c/encoding/binary-xml-interest.h \
469 ndn-cpp/c/encoding/binary-xml-key.c ndn-cpp/c/encoding/binary-xml-key.h \
470 ndn-cpp/c/encoding/binary-xml-name.c ndn-cpp/c/encoding/binary-xml-name.h \
471 ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.c ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.h \
472 ndn-cpp/c/encoding/binary-xml-structure-decoder.c ndn-cpp/c/encoding/binary-xml-structure-decoder.h \
473 ndn-cpp/c/transport/socket-transport.c ndn-cpp/c/transport/socket-transport.h \
474 ndn-cpp/c/transport/tcp-transport.h \
475 ndn-cpp/c/transport/udp-transport.h \
476 ndn-cpp/c/util/dynamic-uchar-array.c ndn-cpp/c/util/dynamic-uchar-array.h \
Jeff Thompson45545092013-07-16 18:36:26 -0700477 ndn-cpp/c/util/ndn_memory.c ndn-cpp/c/util/ndn_memory.h \
478 ndn-cpp/c/util/ndn_realloc.c ndn-cpp/c/util/ndn_realloc.h
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700479
Jeff Thompson4f031642013-08-05 11:03:16 -0700480libndn_cpp_la_SOURCES = \
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700481 config.h \
Jeff Thompson53412192013-08-06 13:35:50 -0700482 ndn-cpp/closure.hpp \
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700483 ndn-cpp/common.hpp ndn-cpp/common.cpp \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700484 ndn-cpp/data.cpp ndn-cpp/c/data.h ndn-cpp/data.hpp \
Jeff Thompson53412192013-08-06 13:35:50 -0700485 ndn-cpp/interest.cpp ndn-cpp/c/interest.h ndn-cpp/interest.hpp \
486 ndn-cpp/key.cpp ndn-cpp/c/key.h ndn-cpp/key.hpp \
Jeff Thompsonb9e3c8e2013-08-02 11:42:51 -0700487 ndn-cpp/face.cpp ndn-cpp/face.hpp \
Jeff Thompson53412192013-08-06 13:35:50 -0700488 ndn-cpp/name.cpp ndn-cpp/c/name.h ndn-cpp/name.hpp \
489 ndn-cpp/publisher-public-key-digest.hpp \
490 ndn-cpp/c/encoding/binary-xml.h \
491 ndn-cpp/c/encoding/binary-xml-decoder.h ndn-cpp/encoding/binary-xml-decoder.hpp \
492 ndn-cpp/c/encoding/binary-xml-element-reader.h ndn-cpp/encoding/binary-xml-element-reader.cpp ndn-cpp/encoding/binary-xml-element-reader.hpp \
493 ndn-cpp/c/encoding/binary-xml-encoder.h ndn-cpp/encoding/binary-xml-encoder.hpp ndn-cpp/c/util/dynamic-uchar-array.h \
494 ndn-cpp/c/encoding/binary-xml-structure-decoder.h ndn-cpp/encoding/binary-xml-structure-decoder.hpp \
495 ndn-cpp/encoding/binary-xml-wire-format.cpp ndn-cpp/c/encoding/binary-xml-name.h ndn-cpp/encoding/binary-xml-wire-format.hpp \
496 ndn-cpp/encoding/wire-format.cpp ndn-cpp/encoding/wire-format.hpp \
497 ndn-cpp/c/transport/socket-transport.h ndn-cpp/c/transport/tcp-transport.h ndn-cpp/transport/tcp-transport.cpp ndn-cpp/transport/tcp-transport.hpp \
498 ndn-cpp/transport/transport.cpp ndn-cpp/transport/transport.hpp \
499 ndn-cpp/c/transport/socket-transport.h ndn-cpp/c/transport/udp-transport.h ndn-cpp/transport/udp-transport.cpp ndn-cpp/transport/udp-transport.hpp
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700500
Jeff Thompsone32adb62013-08-02 13:18:36 -0700501bin_test_encode_decode_interest_SOURCES = tests/test-encode-decode-interest.cpp
Jeff Thompson734671e2013-08-05 12:05:09 -0700502bin_test_encode_decode_interest_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700503bin_test_encode_decode_data_SOURCES = tests/test-encode-decode-data.cpp
Jeff Thompson734671e2013-08-05 12:05:09 -0700504bin_test_encode_decode_data_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700505bin_test_get_async_SOURCES = tests/test-get-async.cpp
Jeff Thompson734671e2013-08-05 12:05:09 -0700506bin_test_get_async_LDADD = libndn-cpp.la libndn-c.la
Jeff Thompson39128c62013-06-19 14:08:51 -0700507dist_noinst_SCRIPTS = autogen.sh
508all: config.h
509 $(MAKE) $(AM_MAKEFLAGS) all-am
510
511.SUFFIXES:
Jeff Thompson4f031642013-08-05 11:03:16 -0700512.SUFFIXES: .c .cpp .lo .o .obj
Jeff Thompson39128c62013-06-19 14:08:51 -0700513am--refresh: Makefile
514 @:
Jeff Thompson47053ad2013-08-05 10:36:53 -0700515$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700516 @for dep in $?; do \
517 case '$(am__configure_deps)' in \
518 *$$dep*) \
519 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
520 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
521 && exit 0; \
522 exit 1;; \
523 esac; \
524 done; \
525 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
526 $(am__cd) $(top_srcdir) && \
527 $(AUTOMAKE) --foreign Makefile
528.PRECIOUS: Makefile
529Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
530 @case '$?' in \
531 *config.status*) \
532 echo ' $(SHELL) ./config.status'; \
533 $(SHELL) ./config.status;; \
534 *) \
535 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
536 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
537 esac;
Jeff Thompsonca45e552013-06-26 17:40:06 -0700538$(srcdir)/aminclude.am:
Jeff Thompson39128c62013-06-19 14:08:51 -0700539
540$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
541 $(SHELL) ./config.status --recheck
542
Jeff Thompson47053ad2013-08-05 10:36:53 -0700543$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700544 $(am__cd) $(srcdir) && $(AUTOCONF)
Jeff Thompson47053ad2013-08-05 10:36:53 -0700545$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700546 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
547$(am__aclocal_m4_deps):
548
549config.h: stamp-h1
550 @if test ! -f $@; then rm -f stamp-h1; else :; fi
551 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
552
553stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
554 @rm -f stamp-h1
555 cd $(top_builddir) && $(SHELL) ./config.status config.h
Jeff Thompson47053ad2013-08-05 10:36:53 -0700556$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Jeff Thompson39128c62013-06-19 14:08:51 -0700557 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
558 rm -f stamp-h1
559 touch $@
560
561distclean-hdr:
562 -rm -f config.h stamp-h1
Jeff Thompson4f031642013-08-05 11:03:16 -0700563
564install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Jeff Thompson36174062013-06-21 16:03:44 -0700565 @$(NORMAL_INSTALL)
Jeff Thompson4f031642013-08-05 11:03:16 -0700566 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Jeff Thompson36174062013-06-21 16:03:44 -0700567 list2=; for p in $$list; do \
568 if test -f $$p; then \
569 list2="$$list2 $$p"; \
570 else :; fi; \
571 done; \
572 test -z "$$list2" || { \
573 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
574 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Jeff Thompson4f031642013-08-05 11:03:16 -0700575 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
576 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
577 }
578
579uninstall-libLTLIBRARIES:
580 @$(NORMAL_UNINSTALL)
581 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Jeff Thompson36174062013-06-21 16:03:44 -0700582 for p in $$list; do \
Jeff Thompson4f031642013-08-05 11:03:16 -0700583 $(am__strip_dir) \
584 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
585 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Jeff Thompson36174062013-06-21 16:03:44 -0700586 done
587
Jeff Thompson4f031642013-08-05 11:03:16 -0700588clean-libLTLIBRARIES:
589 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
590 @list='$(lib_LTLIBRARIES)'; \
591 locs=`for p in $$list; do echo $$p; done | \
592 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
593 sort -u`; \
594 test -z "$$locs" || { \
595 echo rm -f $${locs}; \
596 rm -f $${locs}; \
597 }
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700598ndn-cpp/c/$(am__dirstamp):
599 @$(MKDIR_P) ndn-cpp/c
600 @: > ndn-cpp/c/$(am__dirstamp)
601ndn-cpp/c/$(DEPDIR)/$(am__dirstamp):
602 @$(MKDIR_P) ndn-cpp/c/$(DEPDIR)
603 @: > ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700604ndn-cpp/c/errors.lo: ndn-cpp/c/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700605 ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700606ndn-cpp/c/encoding/$(am__dirstamp):
607 @$(MKDIR_P) ndn-cpp/c/encoding
608 @: > ndn-cpp/c/encoding/$(am__dirstamp)
609ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp):
610 @$(MKDIR_P) ndn-cpp/c/encoding/$(DEPDIR)
611 @: > ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700612ndn-cpp/c/encoding/binary-xml-data.lo: \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700613 ndn-cpp/c/encoding/$(am__dirstamp) \
614 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700615ndn-cpp/c/encoding/binary-xml-decoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700616 ndn-cpp/c/encoding/$(am__dirstamp) \
617 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700618ndn-cpp/c/encoding/binary-xml-element-reader.lo: \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700619 ndn-cpp/c/encoding/$(am__dirstamp) \
620 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700621ndn-cpp/c/encoding/binary-xml-encoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700622 ndn-cpp/c/encoding/$(am__dirstamp) \
623 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700624ndn-cpp/c/encoding/binary-xml-interest.lo: \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -0700625 ndn-cpp/c/encoding/$(am__dirstamp) \
626 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700627ndn-cpp/c/encoding/binary-xml-key.lo: \
Jeff Thompson9915bdd2013-07-11 11:27:09 -0700628 ndn-cpp/c/encoding/$(am__dirstamp) \
629 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700630ndn-cpp/c/encoding/binary-xml-name.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700631 ndn-cpp/c/encoding/$(am__dirstamp) \
632 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700633ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo: \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700634 ndn-cpp/c/encoding/$(am__dirstamp) \
635 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700636ndn-cpp/c/encoding/binary-xml-structure-decoder.lo: \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700637 ndn-cpp/c/encoding/$(am__dirstamp) \
638 ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -0700639ndn-cpp/c/transport/$(am__dirstamp):
640 @$(MKDIR_P) ndn-cpp/c/transport
641 @: > ndn-cpp/c/transport/$(am__dirstamp)
642ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp):
643 @$(MKDIR_P) ndn-cpp/c/transport/$(DEPDIR)
644 @: > ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700645ndn-cpp/c/transport/socket-transport.lo: \
Jeff Thompsonbc53c522013-07-17 17:11:48 -0700646 ndn-cpp/c/transport/$(am__dirstamp) \
647 ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700648ndn-cpp/c/util/$(am__dirstamp):
649 @$(MKDIR_P) ndn-cpp/c/util
650 @: > ndn-cpp/c/util/$(am__dirstamp)
651ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp):
652 @$(MKDIR_P) ndn-cpp/c/util/$(DEPDIR)
653 @: > ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700654ndn-cpp/c/util/dynamic-uchar-array.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700655 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700656ndn-cpp/c/util/ndn_memory.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700657 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700658ndn-cpp/c/util/ndn_realloc.lo: ndn-cpp/c/util/$(am__dirstamp) \
Jeff Thompson45545092013-07-16 18:36:26 -0700659 ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson36174062013-06-21 16:03:44 -0700660
Jeff Thompson4f031642013-08-05 11:03:16 -0700661libndn-c.la: $(libndn_c_la_OBJECTS) $(libndn_c_la_DEPENDENCIES) $(EXTRA_libndn_c_la_DEPENDENCIES)
662 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libndn_c_la_OBJECTS) $(libndn_c_la_LIBADD) $(LIBS)
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700663ndn-cpp/$(am__dirstamp):
664 @$(MKDIR_P) ndn-cpp
665 @: > ndn-cpp/$(am__dirstamp)
666ndn-cpp/$(DEPDIR)/$(am__dirstamp):
667 @$(MKDIR_P) ndn-cpp/$(DEPDIR)
668 @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700669ndn-cpp/common.lo: ndn-cpp/$(am__dirstamp) \
670 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700671ndn-cpp/data.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700672 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700673ndn-cpp/interest.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5eb86ac2013-07-03 18:37:45 -0700674 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700675ndn-cpp/key.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700676 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson4f031642013-08-05 11:03:16 -0700677ndn-cpp/face.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700678 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700679ndn-cpp/name.lo: ndn-cpp/$(am__dirstamp) \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700680 ndn-cpp/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700681ndn-cpp/encoding/$(am__dirstamp):
682 @$(MKDIR_P) ndn-cpp/encoding
683 @: > ndn-cpp/encoding/$(am__dirstamp)
684ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp):
685 @$(MKDIR_P) ndn-cpp/encoding/$(DEPDIR)
686 @: > ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700687ndn-cpp/encoding/binary-xml-element-reader.lo: \
Jeff Thompsonaa4e6db2013-07-15 17:25:23 -0700688 ndn-cpp/encoding/$(am__dirstamp) \
689 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700690ndn-cpp/encoding/binary-xml-wire-format.lo: \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700691 ndn-cpp/encoding/$(am__dirstamp) \
692 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700693ndn-cpp/encoding/wire-format.lo: ndn-cpp/encoding/$(am__dirstamp) \
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700694 ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -0700695ndn-cpp/transport/$(am__dirstamp):
696 @$(MKDIR_P) ndn-cpp/transport
697 @: > ndn-cpp/transport/$(am__dirstamp)
698ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp):
699 @$(MKDIR_P) ndn-cpp/transport/$(DEPDIR)
700 @: > ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700701ndn-cpp/transport/tcp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompson25f8e612013-07-15 11:30:21 -0700702 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700703ndn-cpp/transport/transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompson25f8e612013-07-15 11:30:21 -0700704 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson53412192013-08-06 13:35:50 -0700705ndn-cpp/transport/udp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \
Jeff Thompsonbc53c522013-07-17 17:11:48 -0700706 ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
Jeff Thompson27e2feb2013-07-01 15:09:57 -0700707
Jeff Thompson4f031642013-08-05 11:03:16 -0700708libndn-cpp.la: $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_DEPENDENCIES) $(EXTRA_libndn_cpp_la_DEPENDENCIES)
709 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_LIBADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700710install-binPROGRAMS: $(bin_PROGRAMS)
711 @$(NORMAL_INSTALL)
712 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
713 if test -n "$$list"; then \
714 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
715 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
716 fi; \
717 for p in $$list; do echo "$$p $$p"; done | \
718 sed 's/$(EXEEXT)$$//' | \
719 while read p p1; do if test -f $$p \
Jeff Thompson4f031642013-08-05 11:03:16 -0700720 || test -f $$p1 \
Jeff Thompson39128c62013-06-19 14:08:51 -0700721 ; then echo "$$p"; echo "$$p"; else :; fi; \
722 done | \
723 sed -e 'p;s,.*/,,;n;h' \
724 -e 's|.*|.|' \
725 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
726 sed 'N;N;N;s,\n, ,g' | \
727 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
728 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
729 if ($$2 == $$4) files[d] = files[d] " " $$1; \
730 else { print "f", $$3 "/" $$4, $$1; } } \
731 END { for (d in files) print "f", d, files[d] }' | \
732 while read type dir files; do \
733 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
734 test -z "$$files" || { \
Jeff Thompson4f031642013-08-05 11:03:16 -0700735 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
736 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Jeff Thompson39128c62013-06-19 14:08:51 -0700737 } \
738 ; done
739
740uninstall-binPROGRAMS:
741 @$(NORMAL_UNINSTALL)
742 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
743 files=`for p in $$list; do echo "$$p"; done | \
744 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
745 -e 's/$$/$(EXEEXT)/' \
746 `; \
747 test -n "$$list" || exit 0; \
748 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
749 cd "$(DESTDIR)$(bindir)" && rm -f $$files
750
751clean-binPROGRAMS:
Jeff Thompson4f031642013-08-05 11:03:16 -0700752 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
753 echo " rm -f" $$list; \
754 rm -f $$list || exit $$?; \
755 test -n "$(EXEEXT)" || exit 0; \
756 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
757 echo " rm -f" $$list; \
758 rm -f $$list
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700759tests/$(am__dirstamp):
760 @$(MKDIR_P) tests
761 @: > tests/$(am__dirstamp)
762tests/$(DEPDIR)/$(am__dirstamp):
763 @$(MKDIR_P) tests/$(DEPDIR)
764 @: > tests/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsone32adb62013-08-02 13:18:36 -0700765tests/test-encode-decode-data.$(OBJEXT): tests/$(am__dirstamp) \
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700766 tests/$(DEPDIR)/$(am__dirstamp)
Jeff Thompsoncc2474f2013-07-02 10:36:05 -0700767bin/$(am__dirstamp):
768 @$(MKDIR_P) bin
769 @: > bin/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -0700770
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700771bin/test-encode-decode-data$(EXEEXT): $(bin_test_encode_decode_data_OBJECTS) $(bin_test_encode_decode_data_DEPENDENCIES) $(EXTRA_bin_test_encode_decode_data_DEPENDENCIES) bin/$(am__dirstamp)
772 @rm -f bin/test-encode-decode-data$(EXEEXT)
773 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_data_OBJECTS) $(bin_test_encode_decode_data_LDADD) $(LIBS)
Jeff Thompsone32adb62013-08-02 13:18:36 -0700774tests/test-encode-decode-interest.$(OBJEXT): tests/$(am__dirstamp) \
775 tests/$(DEPDIR)/$(am__dirstamp)
776
777bin/test-encode-decode-interest$(EXEEXT): $(bin_test_encode_decode_interest_OBJECTS) $(bin_test_encode_decode_interest_DEPENDENCIES) $(EXTRA_bin_test_encode_decode_interest_DEPENDENCIES) bin/$(am__dirstamp)
778 @rm -f bin/test-encode-decode-interest$(EXEEXT)
779 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_interest_OBJECTS) $(bin_test_encode_decode_interest_LDADD) $(LIBS)
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700780tests/test-get-async.$(OBJEXT): tests/$(am__dirstamp) \
781 tests/$(DEPDIR)/$(am__dirstamp)
782
783bin/test-get-async$(EXEEXT): $(bin_test_get_async_OBJECTS) $(bin_test_get_async_DEPENDENCIES) $(EXTRA_bin_test_get_async_DEPENDENCIES) bin/$(am__dirstamp)
784 @rm -f bin/test-get-async$(EXEEXT)
785 $(AM_V_CXXLD)$(CXXLINK) $(bin_test_get_async_OBJECTS) $(bin_test_get_async_LDADD) $(LIBS)
Jeff Thompson39128c62013-06-19 14:08:51 -0700786
787mostlyclean-compile:
788 -rm -f *.$(OBJEXT)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -0700789 -rm -f ndn-cpp/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700790 -rm -f ndn-cpp/*.lo
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700791 -rm -f ndn-cpp/c/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700792 -rm -f ndn-cpp/c/*.lo
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700793 -rm -f ndn-cpp/c/encoding/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700794 -rm -f ndn-cpp/c/encoding/*.lo
Jeff Thompson25f8e612013-07-15 11:30:21 -0700795 -rm -f ndn-cpp/c/transport/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700796 -rm -f ndn-cpp/c/transport/*.lo
Jeff Thompson6cb56f92013-07-01 15:38:09 -0700797 -rm -f ndn-cpp/c/util/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700798 -rm -f ndn-cpp/c/util/*.lo
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700799 -rm -f ndn-cpp/encoding/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700800 -rm -f ndn-cpp/encoding/*.lo
Jeff Thompson25f8e612013-07-15 11:30:21 -0700801 -rm -f ndn-cpp/transport/*.$(OBJEXT)
Jeff Thompson4f031642013-08-05 11:03:16 -0700802 -rm -f ndn-cpp/transport/*.lo
Jeff Thompson5cae5e52013-07-10 19:41:20 -0700803 -rm -f tests/*.$(OBJEXT)
Jeff Thompson39128c62013-06-19 14:08:51 -0700804
805distclean-compile:
806 -rm -f *.tab.c
807
Jeff Thompson11b1cb62013-08-08 16:57:44 -0700808@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/common.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700809@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Plo@am__quote@
810@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/face.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700811@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Plo@am__quote@
812@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/key.Plo@am__quote@
813@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/name.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700814@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/errors.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700815@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-data.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700816@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-decoder.Plo@am__quote@
817@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-encoder.Plo@am__quote@
819@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-interest.Plo@am__quote@
820@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-key.Plo@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-name.Plo@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-publisher-public-key-digest.Plo@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-structure-decoder.Plo@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/transport/$(DEPDIR)/socket-transport.Plo@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/dynamic-uchar-array.Plo@am__quote@
Jeff Thompson4f031642013-08-05 11:03:16 -0700826@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_memory.Plo@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_realloc.Plo@am__quote@
Jeff Thompson53412192013-08-06 13:35:50 -0700828@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-wire-format.Plo@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/wire-format.Plo@am__quote@
831@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/tcp-transport.Plo@am__quote@
832@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/transport.Plo@am__quote@
833@AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/udp-transport.Plo@am__quote@
Jeff Thompson56ec9e22013-08-02 11:34:07 -0700834@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-data.Po@am__quote@
Jeff Thompsone32adb62013-08-02 13:18:36 -0700835@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@
Jeff Thompsonc98be1a2013-07-14 22:44:43 -0700836@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-get-async.Po@am__quote@
Jeff Thompson39128c62013-06-19 14:08:51 -0700837
Jeff Thompson42cea3a2013-06-25 19:10:59 -0700838.c.o:
839@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
840@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
841@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
842@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
843@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
845
846.c.obj:
847@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
848@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
849@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
850@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
851@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
853
Jeff Thompson4f031642013-08-05 11:03:16 -0700854.c.lo:
855@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
856@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
857@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
858@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
859@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
861
Jeff Thompson39128c62013-06-19 14:08:51 -0700862.cpp.o:
863@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
864@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
865@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
866@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
867@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
869
870.cpp.obj:
871@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
872@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
873@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
874@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
877
Jeff Thompson4f031642013-08-05 11:03:16 -0700878.cpp.lo:
879@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
880@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
881@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
882@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
883@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
885
886mostlyclean-libtool:
887 -rm -f *.lo
888
889clean-libtool:
890 -rm -rf .libs _libs
891 -rm -rf bin/.libs bin/_libs
892 -rm -rf ndn-cpp/.libs ndn-cpp/_libs
893 -rm -rf ndn-cpp/c/.libs ndn-cpp/c/_libs
894 -rm -rf ndn-cpp/c/encoding/.libs ndn-cpp/c/encoding/_libs
895 -rm -rf ndn-cpp/c/transport/.libs ndn-cpp/c/transport/_libs
896 -rm -rf ndn-cpp/c/util/.libs ndn-cpp/c/util/_libs
897 -rm -rf ndn-cpp/encoding/.libs ndn-cpp/encoding/_libs
898 -rm -rf ndn-cpp/transport/.libs ndn-cpp/transport/_libs
899
900distclean-libtool:
901 -rm -f libtool config.lt
902
Jeff Thompson39128c62013-06-19 14:08:51 -0700903ID: $(am__tagged_files)
904 $(am__define_uniq_tagged_files); mkid -fID $$unique
905tags: tags-am
906TAGS: tags
907
908tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
909 set x; \
910 here=`pwd`; \
911 $(am__define_uniq_tagged_files); \
912 shift; \
913 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
914 test -n "$$unique" || unique=$$empty_fix; \
915 if test $$# -gt 0; then \
916 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
917 "$$@" $$unique; \
918 else \
919 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
920 $$unique; \
921 fi; \
922 fi
923ctags: ctags-am
924
925CTAGS: ctags
926ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
927 $(am__define_uniq_tagged_files); \
928 test -z "$(CTAGS_ARGS)$$unique" \
929 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
930 $$unique
931
932GTAGS:
933 here=`$(am__cd) $(top_builddir) && pwd` \
934 && $(am__cd) $(top_srcdir) \
935 && gtags -i $(GTAGS_ARGS) "$$here"
936cscope: cscope.files
937 test ! -s cscope.files \
938 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
939clean-cscope:
940 -rm -f cscope.files
941cscope.files: clean-cscope cscopelist
942cscopelist: cscopelist-am
943
944cscopelist-am: $(am__tagged_files)
945 list='$(am__tagged_files)'; \
946 case "$(srcdir)" in \
947 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
948 *) sdir=$(subdir)/$(srcdir) ;; \
949 esac; \
950 for i in $$list; do \
951 if test -f "$$i"; then \
952 echo "$(subdir)/$$i"; \
953 else \
954 echo "$$sdir/$$i"; \
955 fi; \
956 done >> $(top_builddir)/cscope.files
957
958distclean-tags:
959 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
960 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
961
962distdir: $(DISTFILES)
963 $(am__remove_distdir)
964 test -d "$(distdir)" || mkdir "$(distdir)"
965 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
966 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
967 list='$(DISTFILES)'; \
968 dist_files=`for file in $$list; do echo $$file; done | \
969 sed -e "s|^$$srcdirstrip/||;t" \
970 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
971 case $$dist_files in \
972 */*) $(MKDIR_P) `echo "$$dist_files" | \
973 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
974 sort -u` ;; \
975 esac; \
976 for file in $$dist_files; do \
977 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
978 if test -d $$d/$$file; then \
979 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
980 if test -d "$(distdir)/$$file"; then \
981 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
982 fi; \
983 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
984 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
985 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
986 fi; \
987 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
988 else \
989 test -f "$(distdir)/$$file" \
990 || cp -p $$d/$$file "$(distdir)/$$file" \
991 || exit 1; \
992 fi; \
993 done
994 -test -n "$(am__skip_mode_fix)" \
995 || find "$(distdir)" -type d ! -perm -755 \
996 -exec chmod u+rwx,go+rx {} \; -o \
997 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
998 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
999 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1000 || chmod -R a+r "$(distdir)"
1001dist-gzip: distdir
1002 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1003 $(am__post_remove_distdir)
1004
1005dist-bzip2: distdir
1006 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1007 $(am__post_remove_distdir)
1008
1009dist-lzip: distdir
1010 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1011 $(am__post_remove_distdir)
1012
1013dist-xz: distdir
1014 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1015 $(am__post_remove_distdir)
1016
1017dist-tarZ: distdir
1018 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1019 $(am__post_remove_distdir)
1020
1021dist-shar: distdir
1022 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1023 $(am__post_remove_distdir)
1024
1025dist-zip: distdir
1026 -rm -f $(distdir).zip
1027 zip -rq $(distdir).zip $(distdir)
1028 $(am__post_remove_distdir)
1029
1030dist dist-all:
1031 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1032 $(am__post_remove_distdir)
1033
1034# This target untars the dist file and tries a VPATH configuration. Then
1035# it guarantees that the distribution is self-contained by making another
1036# tarfile.
1037distcheck: dist
1038 case '$(DIST_ARCHIVES)' in \
1039 *.tar.gz*) \
1040 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1041 *.tar.bz2*) \
1042 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1043 *.tar.lz*) \
1044 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1045 *.tar.xz*) \
1046 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1047 *.tar.Z*) \
1048 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1049 *.shar.gz*) \
1050 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1051 *.zip*) \
1052 unzip $(distdir).zip ;;\
1053 esac
1054 chmod -R a-w $(distdir)
1055 chmod u+w $(distdir)
1056 mkdir $(distdir)/_build $(distdir)/_inst
1057 chmod a-w $(distdir)
1058 test -d $(distdir)/_build || exit 0; \
1059 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1060 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1061 && am__cwd=`pwd` \
1062 && $(am__cd) $(distdir)/_build \
1063 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1064 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1065 $(DISTCHECK_CONFIGURE_FLAGS) \
1066 && $(MAKE) $(AM_MAKEFLAGS) \
1067 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1068 && $(MAKE) $(AM_MAKEFLAGS) check \
1069 && $(MAKE) $(AM_MAKEFLAGS) install \
1070 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1071 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1072 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1073 distuninstallcheck \
1074 && chmod -R a-w "$$dc_install_base" \
1075 && ({ \
1076 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1077 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1078 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1079 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1080 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1081 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1082 && rm -rf "$$dc_destdir" \
1083 && $(MAKE) $(AM_MAKEFLAGS) dist \
1084 && rm -rf $(DIST_ARCHIVES) \
1085 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1086 && cd "$$am__cwd" \
1087 || exit 1
1088 $(am__post_remove_distdir)
1089 @(echo "$(distdir) archives ready for distribution: "; \
1090 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1091 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1092distuninstallcheck:
1093 @test -n '$(distuninstallcheck_dir)' || { \
1094 echo 'ERROR: trying to run $@ with an empty' \
1095 '$$(distuninstallcheck_dir)' >&2; \
1096 exit 1; \
1097 }; \
1098 $(am__cd) '$(distuninstallcheck_dir)' || { \
1099 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1100 exit 1; \
1101 }; \
1102 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1103 || { echo "ERROR: files left after uninstall:" ; \
1104 if test -n "$(DESTDIR)"; then \
1105 echo " (check DESTDIR support)"; \
1106 fi ; \
1107 $(distuninstallcheck_listfiles) ; \
1108 exit 1; } >&2
1109distcleancheck: distclean
1110 @if test '$(srcdir)' = . ; then \
1111 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1112 exit 1 ; \
1113 fi
1114 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1115 || { echo "ERROR: files left in build directory after distclean:" ; \
1116 $(distcleancheck_listfiles) ; \
1117 exit 1; } >&2
1118check-am: all-am
1119check: check-am
Jeff Thompson4f031642013-08-05 11:03:16 -07001120all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h
1121install-binPROGRAMS: install-libLTLIBRARIES
1122
Jeff Thompson39128c62013-06-19 14:08:51 -07001123installdirs:
Jeff Thompson36174062013-06-21 16:03:44 -07001124 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
Jeff Thompson39128c62013-06-19 14:08:51 -07001125 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1126 done
1127install: install-am
1128install-exec: install-exec-am
1129install-data: install-data-am
1130uninstall: uninstall-am
1131
1132install-am: all-am
1133 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1134
1135installcheck: installcheck-am
1136install-strip:
1137 if test -z '$(STRIP)'; then \
1138 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1139 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1140 install; \
1141 else \
1142 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1143 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1144 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1145 fi
1146mostlyclean-generic:
1147
1148clean-generic:
1149
1150distclean-generic:
1151 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1152 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Jeff Thompsoncc2474f2013-07-02 10:36:05 -07001153 -rm -f bin/$(am__dirstamp)
Jeff Thompson3b3aabf2013-06-21 16:50:20 -07001154 -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp)
1155 -rm -f ndn-cpp/$(am__dirstamp)
Jeff Thompson5cae5e52013-07-10 19:41:20 -07001156 -rm -f ndn-cpp/c/$(DEPDIR)/$(am__dirstamp)
1157 -rm -f ndn-cpp/c/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -07001158 -rm -f ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp)
1159 -rm -f ndn-cpp/c/encoding/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -07001160 -rm -f ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp)
1161 -rm -f ndn-cpp/c/transport/$(am__dirstamp)
Jeff Thompson6cb56f92013-07-01 15:38:09 -07001162 -rm -f ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp)
1163 -rm -f ndn-cpp/c/util/$(am__dirstamp)
Jeff Thompson42cea3a2013-06-25 19:10:59 -07001164 -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp)
1165 -rm -f ndn-cpp/encoding/$(am__dirstamp)
Jeff Thompson25f8e612013-07-15 11:30:21 -07001166 -rm -f ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp)
1167 -rm -f ndn-cpp/transport/$(am__dirstamp)
Jeff Thompson5cae5e52013-07-10 19:41:20 -07001168 -rm -f tests/$(DEPDIR)/$(am__dirstamp)
1169 -rm -f tests/$(am__dirstamp)
Jeff Thompson39128c62013-06-19 14:08:51 -07001170
1171maintainer-clean-generic:
1172 @echo "This command is intended for maintainers to use"
1173 @echo "it deletes files that may require special tools to rebuild."
1174clean: clean-am
1175
Jeff Thompson4f031642013-08-05 11:03:16 -07001176clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1177 clean-libtool mostlyclean-am
Jeff Thompson39128c62013-06-19 14:08:51 -07001178
1179distclean: distclean-am
1180 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Jeff Thompson25f8e612013-07-15 11:30:21 -07001181 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/c/$(DEPDIR) ndn-cpp/c/encoding/$(DEPDIR) ndn-cpp/c/transport/$(DEPDIR) ndn-cpp/c/util/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) tests/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -07001182 -rm -f Makefile
1183distclean-am: clean-am distclean-compile distclean-generic \
Jeff Thompson4f031642013-08-05 11:03:16 -07001184 distclean-hdr distclean-libtool distclean-tags
Jeff Thompson39128c62013-06-19 14:08:51 -07001185
1186dvi: dvi-am
1187
1188dvi-am:
1189
1190html: html-am
1191
1192html-am:
1193
1194info: info-am
1195
1196info-am:
1197
1198install-data-am:
1199
1200install-dvi: install-dvi-am
1201
1202install-dvi-am:
1203
Jeff Thompson4f031642013-08-05 11:03:16 -07001204install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001205
1206install-html: install-html-am
1207
1208install-html-am:
1209
1210install-info: install-info-am
1211
1212install-info-am:
1213
1214install-man:
1215
1216install-pdf: install-pdf-am
1217
1218install-pdf-am:
1219
1220install-ps: install-ps-am
1221
1222install-ps-am:
1223
1224installcheck-am:
1225
1226maintainer-clean: maintainer-clean-am
1227 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1228 -rm -rf $(top_srcdir)/autom4te.cache
Jeff Thompson25f8e612013-07-15 11:30:21 -07001229 -rm -rf ndn-cpp/$(DEPDIR) ndn-cpp/c/$(DEPDIR) ndn-cpp/c/encoding/$(DEPDIR) ndn-cpp/c/transport/$(DEPDIR) ndn-cpp/c/util/$(DEPDIR) ndn-cpp/encoding/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) tests/$(DEPDIR)
Jeff Thompson39128c62013-06-19 14:08:51 -07001230 -rm -f Makefile
1231maintainer-clean-am: distclean-am maintainer-clean-generic
1232
1233mostlyclean: mostlyclean-am
1234
Jeff Thompson4f031642013-08-05 11:03:16 -07001235mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1236 mostlyclean-libtool
Jeff Thompson39128c62013-06-19 14:08:51 -07001237
1238pdf: pdf-am
1239
1240pdf-am:
1241
1242ps: ps-am
1243
1244ps-am:
1245
Jeff Thompson4f031642013-08-05 11:03:16 -07001246uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001247
1248.MAKE: all install-am install-strip
1249
1250.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
Jeff Thompson36174062013-06-21 16:03:44 -07001251 clean-binPROGRAMS clean-cscope clean-generic \
Jeff Thompson4f031642013-08-05 11:03:16 -07001252 clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1253 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1254 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1255 distclean-compile distclean-generic distclean-hdr \
1256 distclean-libtool distclean-tags distcleancheck distdir \
1257 distuninstallcheck dvi dvi-am html html-am info info-am \
1258 install install-am install-binPROGRAMS install-data \
Jeff Thompson39128c62013-06-19 14:08:51 -07001259 install-data-am install-dvi install-dvi-am install-exec \
1260 install-exec-am install-html install-html-am install-info \
Jeff Thompson4f031642013-08-05 11:03:16 -07001261 install-info-am install-libLTLIBRARIES install-man install-pdf \
Jeff Thompson36174062013-06-21 16:03:44 -07001262 install-pdf-am install-ps install-ps-am install-strip \
1263 installcheck installcheck-am installdirs maintainer-clean \
Jeff Thompson39128c62013-06-19 14:08:51 -07001264 maintainer-clean-generic mostlyclean mostlyclean-compile \
Jeff Thompson4f031642013-08-05 11:03:16 -07001265 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1266 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1267 uninstall-libLTLIBRARIES
Jeff Thompson39128c62013-06-19 14:08:51 -07001268
1269
Jeff Thompsonca45e552013-06-26 17:40:06 -07001270@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1271
1272@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1273@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
1274@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1275@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1276@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
1277@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1278@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
1279@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1280@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
1281@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
1282@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1283@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
1284@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
1285@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1286
1287@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1288
1289@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1290@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1291@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1292@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1293@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1294@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1295@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1296@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1297@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1298@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1299@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1300@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1301@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1302@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1303
1304@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1305
1306@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1307
1308@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1309
1310@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1311
1312@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1313@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1314@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1315
Jeff Thompson39128c62013-06-19 14:08:51 -07001316# Tell versions [3.59,3.63) of GNU make to not export all variables.
1317# Otherwise a system limit (for SysV at least) may be exceeded.
1318.NOEXPORT: