Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.14 from Makefile.am. |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 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 Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 17 | # This file is copied from http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html |
| 18 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 19 | |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 20 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 21 | VPATH = @srcdir@ |
| 22 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 23 | am__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 |
| 65 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 66 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 67 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 68 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 69 | pkglibdir = $(libdir)/@PACKAGE@ |
| 70 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 71 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 72 | install_sh_DATA = $(install_sh) -c -m 644 |
| 73 | install_sh_PROGRAM = $(install_sh) -c |
| 74 | install_sh_SCRIPT = $(install_sh) -c |
| 75 | INSTALL_HEADER = $(INSTALL_DATA) |
| 76 | transform = $(program_transform_name) |
| 77 | NORMAL_INSTALL = : |
| 78 | PRE_INSTALL = : |
| 79 | POST_INSTALL = : |
| 80 | NORMAL_UNINSTALL = : |
| 81 | PRE_UNINSTALL = : |
| 82 | POST_UNINSTALL = : |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 83 | build_triplet = @build@ |
| 84 | host_triplet = @host@ |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 85 | DIST_COMMON = $(srcdir)/aminclude.am $(srcdir)/Makefile.in \ |
| 86 | $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| 87 | $(am__configure_deps) $(srcdir)/config.h.in \ |
Jeff Thompson | 9208004 | 2013-08-09 16:54:46 -0700 | [diff] [blame] | 88 | $(dist_noinst_SCRIPTS) depcomp COPYING INSTALL ar-lib compile \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 89 | config.guess config.sub install-sh missing ltmain.sh |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 90 | bin_PROGRAMS = bin/test-encode-decode-forwarding-entry$(EXEEXT) \ |
| 91 | bin/test-encode-decode-interest$(EXEEXT) \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 92 | bin/test-encode-decode-data$(EXEEXT) \ |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 93 | bin/test-get-async$(EXEEXT) bin/test-publish-async$(EXEEXT) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 94 | subdir = . |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 96 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
| 97 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 98 | $(ACLOCAL_M4) |
| 99 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 100 | configure.lineno config.status.lineno |
| 101 | mkinstalldirs = $(install_sh) -d |
| 102 | CONFIG_HEADER = config.h |
| 103 | CONFIG_CLEAN_FILES = |
| 104 | CONFIG_CLEAN_VPATH_FILES = |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 105 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 106 | am__vpath_adj = case $$p in \ |
| 107 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 108 | *) f=$$p;; \ |
| 109 | esac; |
| 110 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 111 | am__install_max = 40 |
| 112 | am__nobase_strip_setup = \ |
| 113 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 114 | am__nobase_strip = \ |
| 115 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 116 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 117 | for p in $$list; do echo "$$p $$p"; done | \ |
| 118 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 119 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 120 | if (++n[$$2] == $(am__install_max)) \ |
| 121 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 122 | END { for (dir in files) print dir, files[dir] }' |
| 123 | am__base_list = \ |
| 124 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 125 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 126 | am__uninstall_files_from_dir = { \ |
| 127 | test -z "$$files" \ |
| 128 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 129 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 130 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 131 | } |
| 132 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 133 | LTLIBRARIES = $(lib_LTLIBRARIES) |
| 134 | libndn_c_la_LIBADD = |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 135 | am__dirstamp = $(am__leading_dot)dirstamp |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 136 | am_libndn_c_la_OBJECTS = ndn-cpp/c/errors.lo ndn-cpp/c/interest.lo \ |
| 137 | ndn-cpp/c/name.lo ndn-cpp/c/encoding/binary-xml-data.lo \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 138 | ndn-cpp/c/encoding/binary-xml-decoder.lo \ |
| 139 | ndn-cpp/c/encoding/binary-xml-element-reader.lo \ |
| 140 | ndn-cpp/c/encoding/binary-xml-encoder.lo \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 141 | ndn-cpp/c/encoding/binary-xml-forwarding-entry.lo \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 142 | ndn-cpp/c/encoding/binary-xml-interest.lo \ |
| 143 | ndn-cpp/c/encoding/binary-xml-key.lo \ |
| 144 | ndn-cpp/c/encoding/binary-xml-name.lo \ |
| 145 | ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo \ |
| 146 | ndn-cpp/c/encoding/binary-xml-structure-decoder.lo \ |
| 147 | ndn-cpp/c/transport/socket-transport.lo \ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 148 | ndn-cpp/c/util/crypto.lo ndn-cpp/c/util/dynamic-uint8-array.lo \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 149 | ndn-cpp/c/util/ndn_memory.lo ndn-cpp/c/util/ndn_realloc.lo |
| 150 | libndn_c_la_OBJECTS = $(am_libndn_c_la_OBJECTS) |
| 151 | AM_V_lt = $(am__v_lt_@AM_V@) |
| 152 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 153 | am__v_lt_0 = --silent |
| 154 | am__v_lt_1 = |
| 155 | libndn_cpp_la_LIBADD = |
Jeff Thompson | 11b1cb6 | 2013-08-08 16:57:44 -0700 | [diff] [blame] | 156 | am_libndn_cpp_la_OBJECTS = ndn-cpp/common.lo ndn-cpp/data.lo \ |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 157 | ndn-cpp/face.lo ndn-cpp/forwarding-entry.lo \ |
| 158 | ndn-cpp/interest.lo ndn-cpp/key.lo ndn-cpp/name.lo \ |
| 159 | ndn-cpp/node.lo ndn-cpp/sha256-with-rsa-signature.lo \ |
Jeff Thompson | b3768ae | 2013-08-08 21:22:45 -0700 | [diff] [blame] | 160 | ndn-cpp/encoding/binary-xml-element-reader.lo \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 161 | ndn-cpp/encoding/binary-xml-wire-format.lo \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 162 | ndn-cpp/encoding/wire-format.lo ndn-cpp/security/key-chain.lo \ |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 163 | ndn-cpp/security/security-exception.lo \ |
| 164 | ndn-cpp/security/certificate/oid.lo \ |
| 165 | ndn-cpp/security/certificate/public-key.lo \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 166 | ndn-cpp/security/identity/identity-manager.lo \ |
Jeff Thompson | 6c314bc | 2013-09-23 18:09:38 -0700 | [diff] [blame] | 167 | ndn-cpp/security/identity/memory-identity-storage.lo \ |
| 168 | ndn-cpp/security/identity/memory-private-key-storage.lo \ |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 169 | ndn-cpp/security/policy/no-verify-policy-manager.lo \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 170 | ndn-cpp/transport/tcp-transport.lo \ |
| 171 | ndn-cpp/transport/transport.lo \ |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 172 | ndn-cpp/transport/udp-transport.lo \ |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 173 | ndn-cpp/util/changed-event.lo \ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 174 | ndn-cpp/util/dynamic-uint8-vector.lo ndn-cpp/util/logging.lo |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 175 | libndn_cpp_la_OBJECTS = $(am_libndn_cpp_la_OBJECTS) |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 176 | PROGRAMS = $(bin_PROGRAMS) |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 177 | am_bin_test_encode_decode_data_OBJECTS = \ |
| 178 | tests/test-encode-decode-data.$(OBJEXT) |
| 179 | bin_test_encode_decode_data_OBJECTS = \ |
| 180 | $(am_bin_test_encode_decode_data_OBJECTS) |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 181 | bin_test_encode_decode_data_DEPENDENCIES = libndn-cpp.la libndn-c.la |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 182 | am_bin_test_encode_decode_forwarding_entry_OBJECTS = \ |
| 183 | tests/test-encode-decode-forwarding-entry.$(OBJEXT) |
| 184 | bin_test_encode_decode_forwarding_entry_OBJECTS = \ |
| 185 | $(am_bin_test_encode_decode_forwarding_entry_OBJECTS) |
| 186 | bin_test_encode_decode_forwarding_entry_DEPENDENCIES = libndn-cpp.la \ |
| 187 | libndn-c.la |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 188 | am_bin_test_encode_decode_interest_OBJECTS = \ |
| 189 | tests/test-encode-decode-interest.$(OBJEXT) |
| 190 | bin_test_encode_decode_interest_OBJECTS = \ |
| 191 | $(am_bin_test_encode_decode_interest_OBJECTS) |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 192 | bin_test_encode_decode_interest_DEPENDENCIES = libndn-cpp.la \ |
| 193 | libndn-c.la |
Jeff Thompson | c98be1a | 2013-07-14 22:44:43 -0700 | [diff] [blame] | 194 | am_bin_test_get_async_OBJECTS = tests/test-get-async.$(OBJEXT) |
| 195 | bin_test_get_async_OBJECTS = $(am_bin_test_get_async_OBJECTS) |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 196 | bin_test_get_async_DEPENDENCIES = libndn-cpp.la libndn-c.la |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 197 | am_bin_test_publish_async_OBJECTS = \ |
| 198 | tests/test-publish-async.$(OBJEXT) |
| 199 | bin_test_publish_async_OBJECTS = $(am_bin_test_publish_async_OBJECTS) |
| 200 | bin_test_publish_async_DEPENDENCIES = libndn-cpp.la libndn-c.la |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 201 | SCRIPTS = $(dist_noinst_SCRIPTS) |
| 202 | AM_V_P = $(am__v_P_@AM_V@) |
| 203 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 204 | am__v_P_0 = false |
| 205 | am__v_P_1 = : |
| 206 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 207 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 208 | am__v_GEN_0 = @echo " GEN " $@; |
| 209 | am__v_GEN_1 = |
| 210 | AM_V_at = $(am__v_at_@AM_V@) |
| 211 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 212 | am__v_at_0 = @ |
| 213 | am__v_at_1 = |
| 214 | DEFAULT_INCLUDES = -I.@am__isrc@ |
| 215 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 216 | am__depfiles_maybe = depfiles |
| 217 | am__mv = mv -f |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 218 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 219 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 220 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 221 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
| 222 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 223 | $(AM_CFLAGS) $(CFLAGS) |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 224 | AM_V_CC = $(am__v_CC_@AM_V@) |
| 225 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 226 | am__v_CC_0 = @echo " CC " $@; |
| 227 | am__v_CC_1 = |
| 228 | CCLD = $(CC) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 229 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 230 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 231 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 232 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 233 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 234 | am__v_CCLD_0 = @echo " CCLD " $@; |
| 235 | am__v_CCLD_1 = |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 236 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 237 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 238 | LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 239 | $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ |
| 240 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 241 | $(AM_CXXFLAGS) $(CXXFLAGS) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 242 | AM_V_CXX = $(am__v_CXX_@AM_V@) |
| 243 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
| 244 | am__v_CXX_0 = @echo " CXX " $@; |
| 245 | am__v_CXX_1 = |
| 246 | CXXLD = $(CXX) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 247 | CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 248 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 249 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 250 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
| 251 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
| 252 | am__v_CXXLD_0 = @echo " CXXLD " $@; |
| 253 | am__v_CXXLD_1 = |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 254 | SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 255 | $(bin_test_encode_decode_data_SOURCES) \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 256 | $(bin_test_encode_decode_forwarding_entry_SOURCES) \ |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 257 | $(bin_test_encode_decode_interest_SOURCES) \ |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 258 | $(bin_test_get_async_SOURCES) \ |
| 259 | $(bin_test_publish_async_SOURCES) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 260 | DIST_SOURCES = $(libndn_c_la_SOURCES) $(libndn_cpp_la_SOURCES) \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 261 | $(bin_test_encode_decode_data_SOURCES) \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 262 | $(bin_test_encode_decode_forwarding_entry_SOURCES) \ |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 263 | $(bin_test_encode_decode_interest_SOURCES) \ |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 264 | $(bin_test_get_async_SOURCES) \ |
| 265 | $(bin_test_publish_async_SOURCES) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 266 | am__can_run_installinfo = \ |
| 267 | case $$AM_UPDATE_INFO_DIR in \ |
| 268 | n|no|NO) false;; \ |
| 269 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 270 | esac |
| 271 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| 272 | $(LISP)config.h.in |
| 273 | # Read a list of newline-separated strings from the standard input, |
| 274 | # and print each of them once, without duplicates. Input order is |
| 275 | # *not* preserved. |
| 276 | am__uniquify_input = $(AWK) '\ |
| 277 | BEGIN { nonempty = 0; } \ |
| 278 | { items[$$0] = 1; nonempty = 1; } \ |
| 279 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 280 | ' |
| 281 | # Make sure the list of sources is unique. This is necessary because, |
| 282 | # e.g., the same source file might be shared among _SOURCES variables |
| 283 | # for different programs/libraries. |
| 284 | am__define_uniq_tagged_files = \ |
| 285 | list='$(am__tagged_files)'; \ |
| 286 | unique=`for i in $$list; do \ |
| 287 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 288 | done | $(am__uniquify_input)` |
| 289 | ETAGS = etags |
| 290 | CTAGS = ctags |
| 291 | CSCOPE = cscope |
| 292 | AM_RECURSIVE_TARGETS = cscope |
| 293 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 294 | distdir = $(PACKAGE)-$(VERSION) |
| 295 | top_distdir = $(distdir) |
| 296 | am__remove_distdir = \ |
| 297 | if test -d "$(distdir)"; then \ |
| 298 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 299 | && rm -rf "$(distdir)" \ |
| 300 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
| 301 | else :; fi |
| 302 | am__post_remove_distdir = $(am__remove_distdir) |
| 303 | DIST_ARCHIVES = $(distdir).tar.gz |
| 304 | GZIP_ENV = --best |
| 305 | DIST_TARGETS = dist-gzip |
| 306 | distuninstallcheck_listfiles = find . -type f -print |
| 307 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 308 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 309 | distcleancheck_listfiles = find . -type f -print |
| 310 | ACLOCAL = @ACLOCAL@ |
| 311 | AMTAR = @AMTAR@ |
| 312 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 313 | AR = @AR@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 314 | AUTOCONF = @AUTOCONF@ |
| 315 | AUTOHEADER = @AUTOHEADER@ |
| 316 | AUTOMAKE = @AUTOMAKE@ |
| 317 | AWK = @AWK@ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 318 | CC = @CC@ |
| 319 | CCDEPMODE = @CCDEPMODE@ |
| 320 | CFLAGS = @CFLAGS@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 321 | CPP = @CPP@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 322 | CPPFLAGS = @CPPFLAGS@ |
| 323 | CXX = @CXX@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 324 | CXXCPP = @CXXCPP@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 325 | CXXDEPMODE = @CXXDEPMODE@ |
| 326 | CXXFLAGS = @CXXFLAGS@ |
| 327 | CYGPATH_W = @CYGPATH_W@ |
| 328 | DEFS = @DEFS@ |
| 329 | DEPDIR = @DEPDIR@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 330 | DLLTOOL = @DLLTOOL@ |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 331 | DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 332 | DSYMUTIL = @DSYMUTIL@ |
| 333 | DUMPBIN = @DUMPBIN@ |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 334 | DX_CONFIG = @DX_CONFIG@ |
| 335 | DX_DOCDIR = @DX_DOCDIR@ |
| 336 | DX_DOT = @DX_DOT@ |
| 337 | DX_DOXYGEN = @DX_DOXYGEN@ |
| 338 | DX_DVIPS = @DX_DVIPS@ |
| 339 | DX_EGREP = @DX_EGREP@ |
| 340 | DX_ENV = @DX_ENV@ |
| 341 | DX_FLAG_chi = @DX_FLAG_chi@ |
| 342 | DX_FLAG_chm = @DX_FLAG_chm@ |
| 343 | DX_FLAG_doc = @DX_FLAG_doc@ |
| 344 | DX_FLAG_dot = @DX_FLAG_dot@ |
| 345 | DX_FLAG_html = @DX_FLAG_html@ |
| 346 | DX_FLAG_man = @DX_FLAG_man@ |
| 347 | DX_FLAG_pdf = @DX_FLAG_pdf@ |
| 348 | DX_FLAG_ps = @DX_FLAG_ps@ |
| 349 | DX_FLAG_rtf = @DX_FLAG_rtf@ |
| 350 | DX_FLAG_xml = @DX_FLAG_xml@ |
| 351 | DX_HHC = @DX_HHC@ |
| 352 | DX_LATEX = @DX_LATEX@ |
| 353 | DX_MAKEINDEX = @DX_MAKEINDEX@ |
| 354 | DX_PDFLATEX = @DX_PDFLATEX@ |
| 355 | DX_PERL = @DX_PERL@ |
| 356 | DX_PROJECT = @DX_PROJECT@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 357 | ECHO_C = @ECHO_C@ |
| 358 | ECHO_N = @ECHO_N@ |
| 359 | ECHO_T = @ECHO_T@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 360 | EGREP = @EGREP@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 361 | EXEEXT = @EXEEXT@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 362 | FGREP = @FGREP@ |
| 363 | GREP = @GREP@ |
Jeff Thompson | 1b8f4c9 | 2013-06-19 16:18:46 -0700 | [diff] [blame] | 364 | HAVE_CXX11 = @HAVE_CXX11@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 365 | INSTALL = @INSTALL@ |
| 366 | INSTALL_DATA = @INSTALL_DATA@ |
| 367 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 368 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 369 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 370 | LD = @LD@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 371 | LDFLAGS = @LDFLAGS@ |
| 372 | LIBOBJS = @LIBOBJS@ |
| 373 | LIBS = @LIBS@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 374 | LIBTOOL = @LIBTOOL@ |
| 375 | LIPO = @LIPO@ |
| 376 | LN_S = @LN_S@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 377 | LTLIBOBJS = @LTLIBOBJS@ |
Jeff Thompson | 47053ad | 2013-08-05 10:36:53 -0700 | [diff] [blame] | 378 | MAINT = @MAINT@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 379 | MAKEINFO = @MAKEINFO@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 380 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 381 | MKDIR_P = @MKDIR_P@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 382 | NM = @NM@ |
| 383 | NMEDIT = @NMEDIT@ |
| 384 | OBJDUMP = @OBJDUMP@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 385 | OBJEXT = @OBJEXT@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 386 | OTOOL = @OTOOL@ |
| 387 | OTOOL64 = @OTOOL64@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 388 | PACKAGE = @PACKAGE@ |
| 389 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 390 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 391 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 392 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 393 | PACKAGE_URL = @PACKAGE_URL@ |
| 394 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 395 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 396 | RANLIB = @RANLIB@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 397 | SED = @SED@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 398 | SET_MAKE = @SET_MAKE@ |
| 399 | SHELL = @SHELL@ |
| 400 | STRIP = @STRIP@ |
| 401 | VERSION = @VERSION@ |
| 402 | abs_builddir = @abs_builddir@ |
| 403 | abs_srcdir = @abs_srcdir@ |
| 404 | abs_top_builddir = @abs_top_builddir@ |
| 405 | abs_top_srcdir = @abs_top_srcdir@ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 406 | ac_ct_AR = @ac_ct_AR@ |
| 407 | ac_ct_CC = @ac_ct_CC@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 408 | ac_ct_CXX = @ac_ct_CXX@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 409 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 410 | am__include = @am__include@ |
| 411 | am__leading_dot = @am__leading_dot@ |
| 412 | am__quote = @am__quote@ |
| 413 | am__tar = @am__tar@ |
| 414 | am__untar = @am__untar@ |
| 415 | bindir = @bindir@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 416 | build = @build@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 417 | build_alias = @build_alias@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 418 | build_cpu = @build_cpu@ |
| 419 | build_os = @build_os@ |
| 420 | build_vendor = @build_vendor@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 421 | builddir = @builddir@ |
| 422 | datadir = @datadir@ |
| 423 | datarootdir = @datarootdir@ |
| 424 | docdir = @docdir@ |
| 425 | dvidir = @dvidir@ |
| 426 | exec_prefix = @exec_prefix@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 427 | host = @host@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 428 | host_alias = @host_alias@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 429 | host_cpu = @host_cpu@ |
| 430 | host_os = @host_os@ |
| 431 | host_vendor = @host_vendor@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 432 | htmldir = @htmldir@ |
| 433 | includedir = @includedir@ |
| 434 | infodir = @infodir@ |
| 435 | install_sh = @install_sh@ |
| 436 | libdir = @libdir@ |
| 437 | libexecdir = @libexecdir@ |
| 438 | localedir = @localedir@ |
| 439 | localstatedir = @localstatedir@ |
| 440 | mandir = @mandir@ |
| 441 | mkdir_p = @mkdir_p@ |
| 442 | oldincludedir = @oldincludedir@ |
| 443 | pdfdir = @pdfdir@ |
| 444 | prefix = @prefix@ |
| 445 | program_transform_name = @program_transform_name@ |
| 446 | psdir = @psdir@ |
| 447 | sbindir = @sbindir@ |
| 448 | sharedstatedir = @sharedstatedir@ |
| 449 | srcdir = @srcdir@ |
| 450 | sysconfdir = @sysconfdir@ |
| 451 | target_alias = @target_alias@ |
| 452 | top_build_prefix = @top_build_prefix@ |
| 453 | top_builddir = @top_builddir@ |
| 454 | top_srcdir = @top_srcdir@ |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 455 | @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html |
| 456 | @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm |
| 457 | @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi |
| 458 | @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man |
| 459 | @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf |
| 460 | @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml |
| 461 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps |
| 462 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps |
| 463 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf |
| 464 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf |
| 465 | @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex |
| 466 | @DX_COND_doc_TRUE@DX_CLEANFILES = \ |
| 467 | @DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \ |
| 468 | @DX_COND_doc_TRUE@ -r \ |
| 469 | @DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \ |
| 470 | @DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \ |
| 471 | @DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \ |
| 472 | @DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \ |
| 473 | @DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \ |
| 474 | @DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \ |
| 475 | @DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \ |
| 476 | @DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \ |
| 477 | @DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX) |
| 478 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 479 | AUTOMAKE_OPTIONS = subdir-objects |
| 480 | ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 481 | lib_LTLIBRARIES = libndn-c.la libndn-cpp.la |
| 482 | libndn_c_la_SOURCES = \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 483 | config.h \ |
Jeff Thompson | c868dd0 | 2013-09-24 15:50:47 -0700 | [diff] [blame] | 484 | ndn-cpp/c/common.h \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 485 | ndn-cpp/c/data.h \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 486 | ndn-cpp/c/errors.c ndn-cpp/c/errors.h \ |
| 487 | ndn-cpp/c/forwarding-entry.h \ |
Jeff Thompson | 2e0e088 | 2013-08-12 17:55:13 -0700 | [diff] [blame] | 488 | ndn-cpp/c/interest.c ndn-cpp/c/interest.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 489 | ndn-cpp/c/key.h \ |
Jeff Thompson | f1ba9bd | 2013-08-12 17:43:08 -0700 | [diff] [blame] | 490 | ndn-cpp/c/name.c ndn-cpp/c/name.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 491 | ndn-cpp/c/publisher-public-key-digest.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 492 | ndn-cpp/c/encoding/binary-xml.h \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 493 | ndn-cpp/c/encoding/binary-xml-data.c ndn-cpp/c/encoding/binary-xml-data.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 494 | ndn-cpp/c/encoding/binary-xml-decoder.c ndn-cpp/c/encoding/binary-xml-decoder.h \ |
| 495 | ndn-cpp/c/encoding/binary-xml-element-reader.c ndn-cpp/c/encoding/binary-xml-element-reader.h \ |
| 496 | ndn-cpp/c/encoding/binary-xml-encoder.c ndn-cpp/c/encoding/binary-xml-encoder.h \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 497 | ndn-cpp/c/encoding/binary-xml-forwarding-entry.c ndn-cpp/c/encoding/binary-xml-forwarding-entry.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 498 | ndn-cpp/c/encoding/binary-xml-interest.c ndn-cpp/c/encoding/binary-xml-interest.h \ |
| 499 | ndn-cpp/c/encoding/binary-xml-key.c ndn-cpp/c/encoding/binary-xml-key.h \ |
| 500 | ndn-cpp/c/encoding/binary-xml-name.c ndn-cpp/c/encoding/binary-xml-name.h \ |
| 501 | ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.c ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.h \ |
| 502 | ndn-cpp/c/encoding/binary-xml-structure-decoder.c ndn-cpp/c/encoding/binary-xml-structure-decoder.h \ |
| 503 | ndn-cpp/c/transport/socket-transport.c ndn-cpp/c/transport/socket-transport.h \ |
| 504 | ndn-cpp/c/transport/tcp-transport.h \ |
| 505 | ndn-cpp/c/transport/udp-transport.h \ |
Jeff Thompson | 8dc775b | 2013-08-29 17:16:42 -0700 | [diff] [blame] | 506 | ndn-cpp/c/util/blob.h \ |
Jeff Thompson | 3af7e79 | 2013-08-23 14:22:11 -0700 | [diff] [blame] | 507 | ndn-cpp/c/util/crypto.c ndn-cpp/c/util/crypto.h \ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 508 | ndn-cpp/c/util/dynamic-uint8-array.c ndn-cpp/c/util/dynamic-uint8-array.h \ |
Jeff Thompson | 4554509 | 2013-07-16 18:36:26 -0700 | [diff] [blame] | 509 | ndn-cpp/c/util/ndn_memory.c ndn-cpp/c/util/ndn_memory.h \ |
| 510 | ndn-cpp/c/util/ndn_realloc.c ndn-cpp/c/util/ndn_realloc.h |
Jeff Thompson | 3b3aabf | 2013-06-21 16:50:20 -0700 | [diff] [blame] | 511 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 512 | libndn_cpp_la_SOURCES = \ |
Jeff Thompson | 11b1cb6 | 2013-08-08 16:57:44 -0700 | [diff] [blame] | 513 | config.h \ |
Jeff Thompson | c868dd0 | 2013-09-24 15:50:47 -0700 | [diff] [blame] | 514 | ndn-cpp/c/common.h \ |
Jeff Thompson | 11b1cb6 | 2013-08-08 16:57:44 -0700 | [diff] [blame] | 515 | ndn-cpp/common.hpp ndn-cpp/common.cpp \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 516 | ndn-cpp/data.cpp ndn-cpp/c/data.h ndn-cpp/data.hpp \ |
Jeff Thompson | b9e3c8e | 2013-08-02 11:42:51 -0700 | [diff] [blame] | 517 | ndn-cpp/face.cpp ndn-cpp/face.hpp \ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 518 | ndn-cpp/forwarding-entry.cpp ndn-cpp/c/forwarding-entry.h ndn-cpp/forwarding-entry.hpp \ |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 519 | ndn-cpp/interest.cpp ndn-cpp/c/interest.h ndn-cpp/interest.hpp \ |
| 520 | ndn-cpp/key.cpp ndn-cpp/c/key.h ndn-cpp/key.hpp \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 521 | ndn-cpp/name.cpp ndn-cpp/c/name.h ndn-cpp/name.hpp \ |
Jeff Thompson | 6cd5931 | 2013-08-21 17:56:13 -0700 | [diff] [blame] | 522 | ndn-cpp/node.cpp ndn-cpp/node.hpp \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 523 | ndn-cpp/publisher-public-key-digest.hpp \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 524 | ndn-cpp/sha256-with-rsa-signature.cpp ndn-cpp/sha256-with-rsa-signature.hpp \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 525 | ndn-cpp/c/encoding/binary-xml.h \ |
| 526 | ndn-cpp/c/encoding/binary-xml-decoder.h ndn-cpp/encoding/binary-xml-decoder.hpp \ |
| 527 | 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 \ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 528 | ndn-cpp/c/encoding/binary-xml-encoder.h ndn-cpp/encoding/binary-xml-encoder.hpp ndn-cpp/c/util/dynamic-uint8-array.h \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 529 | ndn-cpp/c/encoding/binary-xml-structure-decoder.h ndn-cpp/encoding/binary-xml-structure-decoder.hpp \ |
| 530 | ndn-cpp/encoding/binary-xml-wire-format.cpp ndn-cpp/c/encoding/binary-xml-name.h ndn-cpp/encoding/binary-xml-wire-format.hpp \ |
| 531 | ndn-cpp/encoding/wire-format.cpp ndn-cpp/encoding/wire-format.hpp \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 532 | ndn-cpp/security/security-common.hpp \ |
Jeff Thompson | 4147191 | 2013-09-12 16:21:50 -0700 | [diff] [blame] | 533 | ndn-cpp/security/key-chain.cpp ndn-cpp/security/key-chain.hpp \ |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 534 | ndn-cpp/security/security-exception.cpp ndn-cpp/security/security-exception.hpp \ |
| 535 | ndn-cpp/security/certificate/oid.cpp ndn-cpp/security/certificate/oid.hpp \ |
| 536 | ndn-cpp/security/certificate/public-key.cpp ndn-cpp/security/certificate/public-key.hpp \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 537 | ndn-cpp/security/identity/identity-manager.cpp ndn-cpp/security/identity/identity-manager.hpp \ |
Jeff Thompson | 6c314bc | 2013-09-23 18:09:38 -0700 | [diff] [blame] | 538 | ndn-cpp/security/identity/identity-storage.hpp \ |
| 539 | ndn-cpp/security/identity/memory-identity-storage.cpp ndn-cpp/security/identity/memory-identity-storage.hpp \ |
| 540 | ndn-cpp/security/identity/memory-private-key-storage.cpp ndn-cpp/security/identity/memory-private-key-storage.hpp \ |
| 541 | ndn-cpp/security/identity/private-key-storage.hpp \ |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 542 | ndn-cpp/security/policy/no-verify-policy-manager.cpp ndn-cpp/security/policy/no-verify-policy-manager.hpp \ |
| 543 | ndn-cpp/security/policy/policy-manager.hpp \ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 544 | 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 \ |
| 545 | ndn-cpp/transport/transport.cpp ndn-cpp/transport/transport.hpp \ |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 546 | 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 Thompson | 25e8938 | 2013-09-11 15:35:19 -0700 | [diff] [blame] | 547 | ndn-cpp/util/blob.hpp \ |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 548 | ndn-cpp/util/changed-event.cpp ndn-cpp/util/changed-event.hpp \ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 549 | ndn-cpp/util/dynamic-uint8-vector.cpp ndn-cpp/util/dynamic-uint8-vector.hpp \ |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 550 | ndn-cpp/util/logging.cpp ndn-cpp/util/logging.hpp \ |
Jeff Thompson | d56753e | 2013-09-13 16:46:17 -0700 | [diff] [blame] | 551 | ndn-cpp/util/signed-blob.hpp |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 552 | |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 553 | bin_test_encode_decode_forwarding_entry_SOURCES = tests/test-encode-decode-forwarding-entry.cpp |
| 554 | bin_test_encode_decode_forwarding_entry_LDADD = libndn-cpp.la libndn-c.la |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 555 | bin_test_encode_decode_interest_SOURCES = tests/test-encode-decode-interest.cpp |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 556 | bin_test_encode_decode_interest_LDADD = libndn-cpp.la libndn-c.la |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 557 | bin_test_encode_decode_data_SOURCES = tests/test-encode-decode-data.cpp |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 558 | bin_test_encode_decode_data_LDADD = libndn-cpp.la libndn-c.la |
Jeff Thompson | c98be1a | 2013-07-14 22:44:43 -0700 | [diff] [blame] | 559 | bin_test_get_async_SOURCES = tests/test-get-async.cpp |
Jeff Thompson | 8a055e0 | 2013-08-09 10:44:28 -0700 | [diff] [blame] | 560 | bin_test_get_async_LDADD = libndn-cpp.la libndn-c.la |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 561 | bin_test_publish_async_SOURCES = tests/test-publish-async.cpp |
| 562 | bin_test_publish_async_LDADD = libndn-cpp.la libndn-c.la |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 563 | dist_noinst_SCRIPTS = autogen.sh |
| 564 | all: config.h |
| 565 | $(MAKE) $(AM_MAKEFLAGS) all-am |
| 566 | |
| 567 | .SUFFIXES: |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 568 | .SUFFIXES: .c .cpp .lo .o .obj |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 569 | am--refresh: Makefile |
| 570 | @: |
Jeff Thompson | 47053ad | 2013-08-05 10:36:53 -0700 | [diff] [blame] | 571 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 572 | @for dep in $?; do \ |
| 573 | case '$(am__configure_deps)' in \ |
| 574 | *$$dep*) \ |
| 575 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
| 576 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
| 577 | && exit 0; \ |
| 578 | exit 1;; \ |
| 579 | esac; \ |
| 580 | done; \ |
| 581 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| 582 | $(am__cd) $(top_srcdir) && \ |
| 583 | $(AUTOMAKE) --foreign Makefile |
| 584 | .PRECIOUS: Makefile |
| 585 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 586 | @case '$?' in \ |
| 587 | *config.status*) \ |
| 588 | echo ' $(SHELL) ./config.status'; \ |
| 589 | $(SHELL) ./config.status;; \ |
| 590 | *) \ |
| 591 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 592 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 593 | esac; |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 594 | $(srcdir)/aminclude.am: |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 595 | |
| 596 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 597 | $(SHELL) ./config.status --recheck |
| 598 | |
Jeff Thompson | 47053ad | 2013-08-05 10:36:53 -0700 | [diff] [blame] | 599 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 600 | $(am__cd) $(srcdir) && $(AUTOCONF) |
Jeff Thompson | 47053ad | 2013-08-05 10:36:53 -0700 | [diff] [blame] | 601 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 602 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 603 | $(am__aclocal_m4_deps): |
| 604 | |
| 605 | config.h: stamp-h1 |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 606 | @test -f $@ || rm -f stamp-h1 |
| 607 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 608 | |
| 609 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 610 | @rm -f stamp-h1 |
| 611 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
Jeff Thompson | 47053ad | 2013-08-05 10:36:53 -0700 | [diff] [blame] | 612 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 613 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 614 | rm -f stamp-h1 |
| 615 | touch $@ |
| 616 | |
| 617 | distclean-hdr: |
| 618 | -rm -f config.h stamp-h1 |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 619 | |
| 620 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 621 | @$(NORMAL_INSTALL) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 622 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 623 | list2=; for p in $$list; do \ |
| 624 | if test -f $$p; then \ |
| 625 | list2="$$list2 $$p"; \ |
| 626 | else :; fi; \ |
| 627 | done; \ |
| 628 | test -z "$$list2" || { \ |
| 629 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
| 630 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 631 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 632 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 633 | } |
| 634 | |
| 635 | uninstall-libLTLIBRARIES: |
| 636 | @$(NORMAL_UNINSTALL) |
| 637 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 638 | for p in $$list; do \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 639 | $(am__strip_dir) \ |
| 640 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
| 641 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 642 | done |
| 643 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 644 | clean-libLTLIBRARIES: |
| 645 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 646 | @list='$(lib_LTLIBRARIES)'; \ |
| 647 | locs=`for p in $$list; do echo $$p; done | \ |
| 648 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 649 | sort -u`; \ |
| 650 | test -z "$$locs" || { \ |
| 651 | echo rm -f $${locs}; \ |
| 652 | rm -f $${locs}; \ |
| 653 | } |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 654 | ndn-cpp/c/$(am__dirstamp): |
| 655 | @$(MKDIR_P) ndn-cpp/c |
| 656 | @: > ndn-cpp/c/$(am__dirstamp) |
| 657 | ndn-cpp/c/$(DEPDIR)/$(am__dirstamp): |
| 658 | @$(MKDIR_P) ndn-cpp/c/$(DEPDIR) |
| 659 | @: > ndn-cpp/c/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 660 | ndn-cpp/c/errors.lo: ndn-cpp/c/$(am__dirstamp) \ |
| 661 | ndn-cpp/c/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 2e0e088 | 2013-08-12 17:55:13 -0700 | [diff] [blame] | 662 | ndn-cpp/c/interest.lo: ndn-cpp/c/$(am__dirstamp) \ |
| 663 | ndn-cpp/c/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | f1ba9bd | 2013-08-12 17:43:08 -0700 | [diff] [blame] | 664 | ndn-cpp/c/name.lo: ndn-cpp/c/$(am__dirstamp) \ |
| 665 | ndn-cpp/c/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 666 | ndn-cpp/c/encoding/$(am__dirstamp): |
| 667 | @$(MKDIR_P) ndn-cpp/c/encoding |
| 668 | @: > ndn-cpp/c/encoding/$(am__dirstamp) |
| 669 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp): |
| 670 | @$(MKDIR_P) ndn-cpp/c/encoding/$(DEPDIR) |
| 671 | @: > ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 672 | ndn-cpp/c/encoding/binary-xml-data.lo: \ |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 673 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 674 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 675 | ndn-cpp/c/encoding/binary-xml-decoder.lo: \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 676 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 677 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 678 | ndn-cpp/c/encoding/binary-xml-element-reader.lo: \ |
Jeff Thompson | aa4e6db | 2013-07-15 17:25:23 -0700 | [diff] [blame] | 679 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 680 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 681 | ndn-cpp/c/encoding/binary-xml-encoder.lo: \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 682 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 683 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 684 | ndn-cpp/c/encoding/binary-xml-forwarding-entry.lo: \ |
| 685 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 686 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 687 | ndn-cpp/c/encoding/binary-xml-interest.lo: \ |
Jeff Thompson | 5eb86ac | 2013-07-03 18:37:45 -0700 | [diff] [blame] | 688 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 689 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 690 | ndn-cpp/c/encoding/binary-xml-key.lo: \ |
Jeff Thompson | 9915bdd | 2013-07-11 11:27:09 -0700 | [diff] [blame] | 691 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 692 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 693 | ndn-cpp/c/encoding/binary-xml-name.lo: \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 694 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 695 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 696 | ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.lo: \ |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 697 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 698 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 699 | ndn-cpp/c/encoding/binary-xml-structure-decoder.lo: \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 700 | ndn-cpp/c/encoding/$(am__dirstamp) \ |
| 701 | ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 702 | ndn-cpp/c/transport/$(am__dirstamp): |
| 703 | @$(MKDIR_P) ndn-cpp/c/transport |
| 704 | @: > ndn-cpp/c/transport/$(am__dirstamp) |
| 705 | ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp): |
| 706 | @$(MKDIR_P) ndn-cpp/c/transport/$(DEPDIR) |
| 707 | @: > ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 708 | ndn-cpp/c/transport/socket-transport.lo: \ |
Jeff Thompson | bc53c52 | 2013-07-17 17:11:48 -0700 | [diff] [blame] | 709 | ndn-cpp/c/transport/$(am__dirstamp) \ |
| 710 | ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 711 | ndn-cpp/c/util/$(am__dirstamp): |
| 712 | @$(MKDIR_P) ndn-cpp/c/util |
| 713 | @: > ndn-cpp/c/util/$(am__dirstamp) |
| 714 | ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp): |
| 715 | @$(MKDIR_P) ndn-cpp/c/util/$(DEPDIR) |
| 716 | @: > ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 3af7e79 | 2013-08-23 14:22:11 -0700 | [diff] [blame] | 717 | ndn-cpp/c/util/crypto.lo: ndn-cpp/c/util/$(am__dirstamp) \ |
| 718 | ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 719 | ndn-cpp/c/util/dynamic-uint8-array.lo: ndn-cpp/c/util/$(am__dirstamp) \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 720 | ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 721 | ndn-cpp/c/util/ndn_memory.lo: ndn-cpp/c/util/$(am__dirstamp) \ |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 722 | ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 723 | ndn-cpp/c/util/ndn_realloc.lo: ndn-cpp/c/util/$(am__dirstamp) \ |
Jeff Thompson | 4554509 | 2013-07-16 18:36:26 -0700 | [diff] [blame] | 724 | ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 725 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 726 | libndn-c.la: $(libndn_c_la_OBJECTS) $(libndn_c_la_DEPENDENCIES) $(EXTRA_libndn_c_la_DEPENDENCIES) |
| 727 | $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libndn_c_la_OBJECTS) $(libndn_c_la_LIBADD) $(LIBS) |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 728 | ndn-cpp/$(am__dirstamp): |
| 729 | @$(MKDIR_P) ndn-cpp |
| 730 | @: > ndn-cpp/$(am__dirstamp) |
| 731 | ndn-cpp/$(DEPDIR)/$(am__dirstamp): |
| 732 | @$(MKDIR_P) ndn-cpp/$(DEPDIR) |
| 733 | @: > ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 11b1cb6 | 2013-08-08 16:57:44 -0700 | [diff] [blame] | 734 | ndn-cpp/common.lo: ndn-cpp/$(am__dirstamp) \ |
| 735 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 736 | ndn-cpp/data.lo: ndn-cpp/$(am__dirstamp) \ |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 737 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 738 | ndn-cpp/face.lo: ndn-cpp/$(am__dirstamp) \ |
Jeff Thompson | aa4e6db | 2013-07-15 17:25:23 -0700 | [diff] [blame] | 739 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 740 | ndn-cpp/forwarding-entry.lo: ndn-cpp/$(am__dirstamp) \ |
| 741 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 742 | ndn-cpp/interest.lo: ndn-cpp/$(am__dirstamp) \ |
| 743 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
| 744 | ndn-cpp/key.lo: ndn-cpp/$(am__dirstamp) \ |
| 745 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 746 | ndn-cpp/name.lo: ndn-cpp/$(am__dirstamp) \ |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 747 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 6cd5931 | 2013-08-21 17:56:13 -0700 | [diff] [blame] | 748 | ndn-cpp/node.lo: ndn-cpp/$(am__dirstamp) \ |
| 749 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 750 | ndn-cpp/sha256-with-rsa-signature.lo: ndn-cpp/$(am__dirstamp) \ |
Jeff Thompson | 20af073 | 2013-09-12 17:01:45 -0700 | [diff] [blame] | 751 | ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 752 | ndn-cpp/encoding/$(am__dirstamp): |
| 753 | @$(MKDIR_P) ndn-cpp/encoding |
| 754 | @: > ndn-cpp/encoding/$(am__dirstamp) |
| 755 | ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp): |
| 756 | @$(MKDIR_P) ndn-cpp/encoding/$(DEPDIR) |
| 757 | @: > ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 758 | ndn-cpp/encoding/binary-xml-element-reader.lo: \ |
Jeff Thompson | aa4e6db | 2013-07-15 17:25:23 -0700 | [diff] [blame] | 759 | ndn-cpp/encoding/$(am__dirstamp) \ |
| 760 | ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 761 | ndn-cpp/encoding/binary-xml-wire-format.lo: \ |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 762 | ndn-cpp/encoding/$(am__dirstamp) \ |
| 763 | ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 764 | ndn-cpp/encoding/wire-format.lo: ndn-cpp/encoding/$(am__dirstamp) \ |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 765 | ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 7a67cb6 | 2013-08-26 11:43:18 -0700 | [diff] [blame] | 766 | ndn-cpp/security/$(am__dirstamp): |
| 767 | @$(MKDIR_P) ndn-cpp/security |
| 768 | @: > ndn-cpp/security/$(am__dirstamp) |
| 769 | ndn-cpp/security/$(DEPDIR)/$(am__dirstamp): |
| 770 | @$(MKDIR_P) ndn-cpp/security/$(DEPDIR) |
| 771 | @: > ndn-cpp/security/$(DEPDIR)/$(am__dirstamp) |
| 772 | ndn-cpp/security/key-chain.lo: ndn-cpp/security/$(am__dirstamp) \ |
| 773 | ndn-cpp/security/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 774 | ndn-cpp/security/security-exception.lo: \ |
| 775 | ndn-cpp/security/$(am__dirstamp) \ |
| 776 | ndn-cpp/security/$(DEPDIR)/$(am__dirstamp) |
| 777 | ndn-cpp/security/certificate/$(am__dirstamp): |
| 778 | @$(MKDIR_P) ndn-cpp/security/certificate |
| 779 | @: > ndn-cpp/security/certificate/$(am__dirstamp) |
| 780 | ndn-cpp/security/certificate/$(DEPDIR)/$(am__dirstamp): |
| 781 | @$(MKDIR_P) ndn-cpp/security/certificate/$(DEPDIR) |
| 782 | @: > ndn-cpp/security/certificate/$(DEPDIR)/$(am__dirstamp) |
| 783 | ndn-cpp/security/certificate/oid.lo: \ |
| 784 | ndn-cpp/security/certificate/$(am__dirstamp) \ |
| 785 | ndn-cpp/security/certificate/$(DEPDIR)/$(am__dirstamp) |
| 786 | ndn-cpp/security/certificate/public-key.lo: \ |
| 787 | ndn-cpp/security/certificate/$(am__dirstamp) \ |
| 788 | ndn-cpp/security/certificate/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 789 | ndn-cpp/security/identity/$(am__dirstamp): |
| 790 | @$(MKDIR_P) ndn-cpp/security/identity |
| 791 | @: > ndn-cpp/security/identity/$(am__dirstamp) |
| 792 | ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp): |
| 793 | @$(MKDIR_P) ndn-cpp/security/identity/$(DEPDIR) |
| 794 | @: > ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp) |
| 795 | ndn-cpp/security/identity/identity-manager.lo: \ |
| 796 | ndn-cpp/security/identity/$(am__dirstamp) \ |
| 797 | ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 6c314bc | 2013-09-23 18:09:38 -0700 | [diff] [blame] | 798 | ndn-cpp/security/identity/memory-identity-storage.lo: \ |
| 799 | ndn-cpp/security/identity/$(am__dirstamp) \ |
| 800 | ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp) |
| 801 | ndn-cpp/security/identity/memory-private-key-storage.lo: \ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 802 | ndn-cpp/security/identity/$(am__dirstamp) \ |
| 803 | ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 804 | ndn-cpp/security/policy/$(am__dirstamp): |
| 805 | @$(MKDIR_P) ndn-cpp/security/policy |
| 806 | @: > ndn-cpp/security/policy/$(am__dirstamp) |
| 807 | ndn-cpp/security/policy/$(DEPDIR)/$(am__dirstamp): |
| 808 | @$(MKDIR_P) ndn-cpp/security/policy/$(DEPDIR) |
| 809 | @: > ndn-cpp/security/policy/$(DEPDIR)/$(am__dirstamp) |
| 810 | ndn-cpp/security/policy/no-verify-policy-manager.lo: \ |
| 811 | ndn-cpp/security/policy/$(am__dirstamp) \ |
| 812 | ndn-cpp/security/policy/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 813 | ndn-cpp/transport/$(am__dirstamp): |
| 814 | @$(MKDIR_P) ndn-cpp/transport |
| 815 | @: > ndn-cpp/transport/$(am__dirstamp) |
| 816 | ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp): |
| 817 | @$(MKDIR_P) ndn-cpp/transport/$(DEPDIR) |
| 818 | @: > ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 819 | ndn-cpp/transport/tcp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \ |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 820 | ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 821 | ndn-cpp/transport/transport.lo: ndn-cpp/transport/$(am__dirstamp) \ |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 822 | ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 823 | ndn-cpp/transport/udp-transport.lo: ndn-cpp/transport/$(am__dirstamp) \ |
Jeff Thompson | bc53c52 | 2013-07-17 17:11:48 -0700 | [diff] [blame] | 824 | ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 825 | ndn-cpp/util/$(am__dirstamp): |
| 826 | @$(MKDIR_P) ndn-cpp/util |
| 827 | @: > ndn-cpp/util/$(am__dirstamp) |
| 828 | ndn-cpp/util/$(DEPDIR)/$(am__dirstamp): |
| 829 | @$(MKDIR_P) ndn-cpp/util/$(DEPDIR) |
| 830 | @: > ndn-cpp/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 831 | ndn-cpp/util/changed-event.lo: ndn-cpp/util/$(am__dirstamp) \ |
| 832 | ndn-cpp/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 833 | ndn-cpp/util/dynamic-uint8-vector.lo: ndn-cpp/util/$(am__dirstamp) \ |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 834 | ndn-cpp/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 835 | ndn-cpp/util/logging.lo: ndn-cpp/util/$(am__dirstamp) \ |
| 836 | ndn-cpp/util/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | 27e2feb | 2013-07-01 15:09:57 -0700 | [diff] [blame] | 837 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 838 | libndn-cpp.la: $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_DEPENDENCIES) $(EXTRA_libndn_cpp_la_DEPENDENCIES) |
| 839 | $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libndn_cpp_la_OBJECTS) $(libndn_cpp_la_LIBADD) $(LIBS) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 840 | install-binPROGRAMS: $(bin_PROGRAMS) |
| 841 | @$(NORMAL_INSTALL) |
| 842 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 843 | if test -n "$$list"; then \ |
| 844 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
| 845 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
| 846 | fi; \ |
| 847 | for p in $$list; do echo "$$p $$p"; done | \ |
| 848 | sed 's/$(EXEEXT)$$//' | \ |
| 849 | while read p p1; do if test -f $$p \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 850 | || test -f $$p1 \ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 851 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
| 852 | done | \ |
| 853 | sed -e 'p;s,.*/,,;n;h' \ |
| 854 | -e 's|.*|.|' \ |
| 855 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 856 | sed 'N;N;N;s,\n, ,g' | \ |
| 857 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
| 858 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
| 859 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
| 860 | else { print "f", $$3 "/" $$4, $$1; } } \ |
| 861 | END { for (d in files) print "f", d, files[d] }' | \ |
| 862 | while read type dir files; do \ |
| 863 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
| 864 | test -z "$$files" || { \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 865 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
| 866 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 867 | } \ |
| 868 | ; done |
| 869 | |
| 870 | uninstall-binPROGRAMS: |
| 871 | @$(NORMAL_UNINSTALL) |
| 872 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 873 | files=`for p in $$list; do echo "$$p"; done | \ |
| 874 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 875 | -e 's/$$/$(EXEEXT)/' \ |
| 876 | `; \ |
| 877 | test -n "$$list" || exit 0; \ |
| 878 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 879 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| 880 | |
| 881 | clean-binPROGRAMS: |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 882 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 883 | echo " rm -f" $$list; \ |
| 884 | rm -f $$list || exit $$?; \ |
| 885 | test -n "$(EXEEXT)" || exit 0; \ |
| 886 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 887 | echo " rm -f" $$list; \ |
| 888 | rm -f $$list |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 889 | tests/$(am__dirstamp): |
| 890 | @$(MKDIR_P) tests |
| 891 | @: > tests/$(am__dirstamp) |
| 892 | tests/$(DEPDIR)/$(am__dirstamp): |
| 893 | @$(MKDIR_P) tests/$(DEPDIR) |
| 894 | @: > tests/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 895 | tests/test-encode-decode-data.$(OBJEXT): tests/$(am__dirstamp) \ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 896 | tests/$(DEPDIR)/$(am__dirstamp) |
Jeff Thompson | cc2474f | 2013-07-02 10:36:05 -0700 | [diff] [blame] | 897 | bin/$(am__dirstamp): |
| 898 | @$(MKDIR_P) bin |
| 899 | @: > bin/$(am__dirstamp) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 900 | |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 901 | bin/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) |
| 902 | @rm -f bin/test-encode-decode-data$(EXEEXT) |
| 903 | $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_data_OBJECTS) $(bin_test_encode_decode_data_LDADD) $(LIBS) |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 904 | tests/test-encode-decode-forwarding-entry.$(OBJEXT): \ |
| 905 | tests/$(am__dirstamp) tests/$(DEPDIR)/$(am__dirstamp) |
| 906 | |
| 907 | bin/test-encode-decode-forwarding-entry$(EXEEXT): $(bin_test_encode_decode_forwarding_entry_OBJECTS) $(bin_test_encode_decode_forwarding_entry_DEPENDENCIES) $(EXTRA_bin_test_encode_decode_forwarding_entry_DEPENDENCIES) bin/$(am__dirstamp) |
| 908 | @rm -f bin/test-encode-decode-forwarding-entry$(EXEEXT) |
| 909 | $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_forwarding_entry_OBJECTS) $(bin_test_encode_decode_forwarding_entry_LDADD) $(LIBS) |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 910 | tests/test-encode-decode-interest.$(OBJEXT): tests/$(am__dirstamp) \ |
| 911 | tests/$(DEPDIR)/$(am__dirstamp) |
| 912 | |
| 913 | bin/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) |
| 914 | @rm -f bin/test-encode-decode-interest$(EXEEXT) |
| 915 | $(AM_V_CXXLD)$(CXXLINK) $(bin_test_encode_decode_interest_OBJECTS) $(bin_test_encode_decode_interest_LDADD) $(LIBS) |
Jeff Thompson | c98be1a | 2013-07-14 22:44:43 -0700 | [diff] [blame] | 916 | tests/test-get-async.$(OBJEXT): tests/$(am__dirstamp) \ |
| 917 | tests/$(DEPDIR)/$(am__dirstamp) |
| 918 | |
| 919 | bin/test-get-async$(EXEEXT): $(bin_test_get_async_OBJECTS) $(bin_test_get_async_DEPENDENCIES) $(EXTRA_bin_test_get_async_DEPENDENCIES) bin/$(am__dirstamp) |
| 920 | @rm -f bin/test-get-async$(EXEEXT) |
| 921 | $(AM_V_CXXLD)$(CXXLINK) $(bin_test_get_async_OBJECTS) $(bin_test_get_async_LDADD) $(LIBS) |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 922 | tests/test-publish-async.$(OBJEXT): tests/$(am__dirstamp) \ |
| 923 | tests/$(DEPDIR)/$(am__dirstamp) |
| 924 | |
| 925 | bin/test-publish-async$(EXEEXT): $(bin_test_publish_async_OBJECTS) $(bin_test_publish_async_DEPENDENCIES) $(EXTRA_bin_test_publish_async_DEPENDENCIES) bin/$(am__dirstamp) |
| 926 | @rm -f bin/test-publish-async$(EXEEXT) |
| 927 | $(AM_V_CXXLD)$(CXXLINK) $(bin_test_publish_async_OBJECTS) $(bin_test_publish_async_LDADD) $(LIBS) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 928 | |
| 929 | mostlyclean-compile: |
| 930 | -rm -f *.$(OBJEXT) |
Jeff Thompson | 3b3aabf | 2013-06-21 16:50:20 -0700 | [diff] [blame] | 931 | -rm -f ndn-cpp/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 932 | -rm -f ndn-cpp/*.lo |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 933 | -rm -f ndn-cpp/c/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 934 | -rm -f ndn-cpp/c/*.lo |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 935 | -rm -f ndn-cpp/c/encoding/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 936 | -rm -f ndn-cpp/c/encoding/*.lo |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 937 | -rm -f ndn-cpp/c/transport/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 938 | -rm -f ndn-cpp/c/transport/*.lo |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 939 | -rm -f ndn-cpp/c/util/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 940 | -rm -f ndn-cpp/c/util/*.lo |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 941 | -rm -f ndn-cpp/encoding/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 942 | -rm -f ndn-cpp/encoding/*.lo |
Jeff Thompson | 7a67cb6 | 2013-08-26 11:43:18 -0700 | [diff] [blame] | 943 | -rm -f ndn-cpp/security/*.$(OBJEXT) |
| 944 | -rm -f ndn-cpp/security/*.lo |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 945 | -rm -f ndn-cpp/security/certificate/*.$(OBJEXT) |
| 946 | -rm -f ndn-cpp/security/certificate/*.lo |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 947 | -rm -f ndn-cpp/security/identity/*.$(OBJEXT) |
| 948 | -rm -f ndn-cpp/security/identity/*.lo |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 949 | -rm -f ndn-cpp/security/policy/*.$(OBJEXT) |
| 950 | -rm -f ndn-cpp/security/policy/*.lo |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 951 | -rm -f ndn-cpp/transport/*.$(OBJEXT) |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 952 | -rm -f ndn-cpp/transport/*.lo |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 953 | -rm -f ndn-cpp/util/*.$(OBJEXT) |
| 954 | -rm -f ndn-cpp/util/*.lo |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 955 | -rm -f tests/*.$(OBJEXT) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 956 | |
| 957 | distclean-compile: |
| 958 | -rm -f *.tab.c |
| 959 | |
Jeff Thompson | 11b1cb6 | 2013-08-08 16:57:44 -0700 | [diff] [blame] | 960 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/common.Plo@am__quote@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 961 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/data.Plo@am__quote@ |
| 962 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/face.Plo@am__quote@ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 963 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/forwarding-entry.Plo@am__quote@ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 964 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/interest.Plo@am__quote@ |
| 965 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/key.Plo@am__quote@ |
| 966 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/name.Plo@am__quote@ |
Jeff Thompson | 6cd5931 | 2013-08-21 17:56:13 -0700 | [diff] [blame] | 967 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/node.Plo@am__quote@ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 968 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/$(DEPDIR)/sha256-with-rsa-signature.Plo@am__quote@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 969 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/errors.Plo@am__quote@ |
Jeff Thompson | 2e0e088 | 2013-08-12 17:55:13 -0700 | [diff] [blame] | 970 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/interest.Plo@am__quote@ |
Jeff Thompson | f1ba9bd | 2013-08-12 17:43:08 -0700 | [diff] [blame] | 971 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/$(DEPDIR)/name.Plo@am__quote@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 972 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-data.Plo@am__quote@ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 973 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-decoder.Plo@am__quote@ |
| 974 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@ |
| 975 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-encoder.Plo@am__quote@ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 976 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-forwarding-entry.Plo@am__quote@ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 977 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-interest.Plo@am__quote@ |
| 978 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-key.Plo@am__quote@ |
| 979 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-name.Plo@am__quote@ |
| 980 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-publisher-public-key-digest.Plo@am__quote@ |
| 981 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/encoding/$(DEPDIR)/binary-xml-structure-decoder.Plo@am__quote@ |
| 982 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/transport/$(DEPDIR)/socket-transport.Plo@am__quote@ |
Jeff Thompson | 3af7e79 | 2013-08-23 14:22:11 -0700 | [diff] [blame] | 983 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/crypto.Plo@am__quote@ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 984 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/dynamic-uint8-array.Plo@am__quote@ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 985 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_memory.Plo@am__quote@ |
| 986 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/c/util/$(DEPDIR)/ndn_realloc.Plo@am__quote@ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 987 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-element-reader.Plo@am__quote@ |
| 988 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/binary-xml-wire-format.Plo@am__quote@ |
| 989 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/encoding/$(DEPDIR)/wire-format.Plo@am__quote@ |
Jeff Thompson | 7a67cb6 | 2013-08-26 11:43:18 -0700 | [diff] [blame] | 990 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/$(DEPDIR)/key-chain.Plo@am__quote@ |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 991 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/$(DEPDIR)/security-exception.Plo@am__quote@ |
| 992 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/certificate/$(DEPDIR)/oid.Plo@am__quote@ |
| 993 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/certificate/$(DEPDIR)/public-key.Plo@am__quote@ |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 994 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/identity/$(DEPDIR)/identity-manager.Plo@am__quote@ |
Jeff Thompson | 6c314bc | 2013-09-23 18:09:38 -0700 | [diff] [blame] | 995 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/identity/$(DEPDIR)/memory-identity-storage.Plo@am__quote@ |
| 996 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/identity/$(DEPDIR)/memory-private-key-storage.Plo@am__quote@ |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 997 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/security/policy/$(DEPDIR)/no-verify-policy-manager.Plo@am__quote@ |
Jeff Thompson | 5341219 | 2013-08-06 13:35:50 -0700 | [diff] [blame] | 998 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/tcp-transport.Plo@am__quote@ |
| 999 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/transport.Plo@am__quote@ |
| 1000 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/transport/$(DEPDIR)/udp-transport.Plo@am__quote@ |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 1001 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/changed-event.Plo@am__quote@ |
Jeff Thompson | 10ad12a | 2013-09-24 16:19:11 -0700 | [diff] [blame] | 1002 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/dynamic-uint8-vector.Plo@am__quote@ |
Jeff Thompson | e2cd587 | 2013-09-19 15:53:29 -0700 | [diff] [blame] | 1003 | @AMDEP_TRUE@@am__include@ @am__quote@ndn-cpp/util/$(DEPDIR)/logging.Plo@am__quote@ |
Jeff Thompson | 56ec9e2 | 2013-08-02 11:34:07 -0700 | [diff] [blame] | 1004 | @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-data.Po@am__quote@ |
Jeff Thompson | 990599b | 2013-08-27 15:14:25 -0700 | [diff] [blame] | 1005 | @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-forwarding-entry.Po@am__quote@ |
Jeff Thompson | e32adb6 | 2013-08-02 13:18:36 -0700 | [diff] [blame] | 1006 | @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-encode-decode-interest.Po@am__quote@ |
Jeff Thompson | c98be1a | 2013-07-14 22:44:43 -0700 | [diff] [blame] | 1007 | @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-get-async.Po@am__quote@ |
Jeff Thompson | cf624b9 | 2013-08-23 20:51:06 -0700 | [diff] [blame] | 1008 | @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/test-publish-async.Po@am__quote@ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1009 | |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 1010 | .c.o: |
| 1011 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| 1012 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1013 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1014 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1015 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1016 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
| 1017 | |
| 1018 | .c.obj: |
| 1019 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
| 1020 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
| 1021 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1022 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1023 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1024 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 1025 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1026 | .c.lo: |
| 1027 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
| 1028 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1029 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
| 1030 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 1031 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1032 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
| 1033 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1034 | .cpp.o: |
| 1035 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| 1036 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1037 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1038 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1039 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1040 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
| 1041 | |
| 1042 | .cpp.obj: |
| 1043 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
| 1044 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
| 1045 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1046 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1047 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1048 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 1049 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1050 | .cpp.lo: |
| 1051 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
| 1052 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1053 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
| 1054 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 1055 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1056 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< |
| 1057 | |
| 1058 | mostlyclean-libtool: |
| 1059 | -rm -f *.lo |
| 1060 | |
| 1061 | clean-libtool: |
| 1062 | -rm -rf .libs _libs |
| 1063 | -rm -rf bin/.libs bin/_libs |
| 1064 | -rm -rf ndn-cpp/.libs ndn-cpp/_libs |
| 1065 | -rm -rf ndn-cpp/c/.libs ndn-cpp/c/_libs |
| 1066 | -rm -rf ndn-cpp/c/encoding/.libs ndn-cpp/c/encoding/_libs |
| 1067 | -rm -rf ndn-cpp/c/transport/.libs ndn-cpp/c/transport/_libs |
| 1068 | -rm -rf ndn-cpp/c/util/.libs ndn-cpp/c/util/_libs |
| 1069 | -rm -rf ndn-cpp/encoding/.libs ndn-cpp/encoding/_libs |
Jeff Thompson | 7a67cb6 | 2013-08-26 11:43:18 -0700 | [diff] [blame] | 1070 | -rm -rf ndn-cpp/security/.libs ndn-cpp/security/_libs |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 1071 | -rm -rf ndn-cpp/security/certificate/.libs ndn-cpp/security/certificate/_libs |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 1072 | -rm -rf ndn-cpp/security/identity/.libs ndn-cpp/security/identity/_libs |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 1073 | -rm -rf ndn-cpp/security/policy/.libs ndn-cpp/security/policy/_libs |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1074 | -rm -rf ndn-cpp/transport/.libs ndn-cpp/transport/_libs |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 1075 | -rm -rf ndn-cpp/util/.libs ndn-cpp/util/_libs |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1076 | |
| 1077 | distclean-libtool: |
| 1078 | -rm -f libtool config.lt |
| 1079 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1080 | ID: $(am__tagged_files) |
| 1081 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 1082 | tags: tags-am |
| 1083 | TAGS: tags |
| 1084 | |
| 1085 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 1086 | set x; \ |
| 1087 | here=`pwd`; \ |
| 1088 | $(am__define_uniq_tagged_files); \ |
| 1089 | shift; \ |
| 1090 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 1091 | test -n "$$unique" || unique=$$empty_fix; \ |
| 1092 | if test $$# -gt 0; then \ |
| 1093 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 1094 | "$$@" $$unique; \ |
| 1095 | else \ |
| 1096 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 1097 | $$unique; \ |
| 1098 | fi; \ |
| 1099 | fi |
| 1100 | ctags: ctags-am |
| 1101 | |
| 1102 | CTAGS: ctags |
| 1103 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 1104 | $(am__define_uniq_tagged_files); \ |
| 1105 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 1106 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 1107 | $$unique |
| 1108 | |
| 1109 | GTAGS: |
| 1110 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 1111 | && $(am__cd) $(top_srcdir) \ |
| 1112 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 1113 | cscope: cscope.files |
| 1114 | test ! -s cscope.files \ |
| 1115 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| 1116 | clean-cscope: |
| 1117 | -rm -f cscope.files |
| 1118 | cscope.files: clean-cscope cscopelist |
| 1119 | cscopelist: cscopelist-am |
| 1120 | |
| 1121 | cscopelist-am: $(am__tagged_files) |
| 1122 | list='$(am__tagged_files)'; \ |
| 1123 | case "$(srcdir)" in \ |
| 1124 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 1125 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 1126 | esac; \ |
| 1127 | for i in $$list; do \ |
| 1128 | if test -f "$$i"; then \ |
| 1129 | echo "$(subdir)/$$i"; \ |
| 1130 | else \ |
| 1131 | echo "$$sdir/$$i"; \ |
| 1132 | fi; \ |
| 1133 | done >> $(top_builddir)/cscope.files |
| 1134 | |
| 1135 | distclean-tags: |
| 1136 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 1137 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
| 1138 | |
| 1139 | distdir: $(DISTFILES) |
| 1140 | $(am__remove_distdir) |
| 1141 | test -d "$(distdir)" || mkdir "$(distdir)" |
| 1142 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 1143 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 1144 | list='$(DISTFILES)'; \ |
| 1145 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 1146 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 1147 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 1148 | case $$dist_files in \ |
| 1149 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 1150 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 1151 | sort -u` ;; \ |
| 1152 | esac; \ |
| 1153 | for file in $$dist_files; do \ |
| 1154 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 1155 | if test -d $$d/$$file; then \ |
| 1156 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 1157 | if test -d "$(distdir)/$$file"; then \ |
| 1158 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 1159 | fi; \ |
| 1160 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 1161 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 1162 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 1163 | fi; \ |
| 1164 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 1165 | else \ |
| 1166 | test -f "$(distdir)/$$file" \ |
| 1167 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 1168 | || exit 1; \ |
| 1169 | fi; \ |
| 1170 | done |
| 1171 | -test -n "$(am__skip_mode_fix)" \ |
| 1172 | || find "$(distdir)" -type d ! -perm -755 \ |
| 1173 | -exec chmod u+rwx,go+rx {} \; -o \ |
| 1174 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 1175 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 1176 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 1177 | || chmod -R a+r "$(distdir)" |
| 1178 | dist-gzip: distdir |
| 1179 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 1180 | $(am__post_remove_distdir) |
| 1181 | |
| 1182 | dist-bzip2: distdir |
| 1183 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
| 1184 | $(am__post_remove_distdir) |
| 1185 | |
| 1186 | dist-lzip: distdir |
| 1187 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
| 1188 | $(am__post_remove_distdir) |
| 1189 | |
| 1190 | dist-xz: distdir |
| 1191 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
| 1192 | $(am__post_remove_distdir) |
| 1193 | |
| 1194 | dist-tarZ: distdir |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 1195 | @echo WARNING: "Support for shar distribution archives is" \ |
| 1196 | "deprecated." >&2 |
| 1197 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1198 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 1199 | $(am__post_remove_distdir) |
| 1200 | |
| 1201 | dist-shar: distdir |
Jeff Thompson | a04f23c | 2013-09-16 17:48:38 -0700 | [diff] [blame] | 1202 | @echo WARNING: "Support for distribution archives compressed with" \ |
| 1203 | "legacy program 'compress' is deprecated." >&2 |
| 1204 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1205 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 1206 | $(am__post_remove_distdir) |
| 1207 | |
| 1208 | dist-zip: distdir |
| 1209 | -rm -f $(distdir).zip |
| 1210 | zip -rq $(distdir).zip $(distdir) |
| 1211 | $(am__post_remove_distdir) |
| 1212 | |
| 1213 | dist dist-all: |
| 1214 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
| 1215 | $(am__post_remove_distdir) |
| 1216 | |
| 1217 | # This target untars the dist file and tries a VPATH configuration. Then |
| 1218 | # it guarantees that the distribution is self-contained by making another |
| 1219 | # tarfile. |
| 1220 | distcheck: dist |
| 1221 | case '$(DIST_ARCHIVES)' in \ |
| 1222 | *.tar.gz*) \ |
| 1223 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 1224 | *.tar.bz2*) \ |
| 1225 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 1226 | *.tar.lz*) \ |
| 1227 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 1228 | *.tar.xz*) \ |
| 1229 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
| 1230 | *.tar.Z*) \ |
| 1231 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 1232 | *.shar.gz*) \ |
| 1233 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
| 1234 | *.zip*) \ |
| 1235 | unzip $(distdir).zip ;;\ |
| 1236 | esac |
| 1237 | chmod -R a-w $(distdir) |
| 1238 | chmod u+w $(distdir) |
| 1239 | mkdir $(distdir)/_build $(distdir)/_inst |
| 1240 | chmod a-w $(distdir) |
| 1241 | test -d $(distdir)/_build || exit 0; \ |
| 1242 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 1243 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
| 1244 | && am__cwd=`pwd` \ |
| 1245 | && $(am__cd) $(distdir)/_build \ |
| 1246 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
| 1247 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 1248 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 1249 | && $(MAKE) $(AM_MAKEFLAGS) \ |
| 1250 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 1251 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 1252 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 1253 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 1254 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 1255 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 1256 | distuninstallcheck \ |
| 1257 | && chmod -R a-w "$$dc_install_base" \ |
| 1258 | && ({ \ |
| 1259 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 1260 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 1261 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 1262 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 1263 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 1264 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 1265 | && rm -rf "$$dc_destdir" \ |
| 1266 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 1267 | && rm -rf $(DIST_ARCHIVES) \ |
| 1268 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 1269 | && cd "$$am__cwd" \ |
| 1270 | || exit 1 |
| 1271 | $(am__post_remove_distdir) |
| 1272 | @(echo "$(distdir) archives ready for distribution: "; \ |
| 1273 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 1274 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 1275 | distuninstallcheck: |
| 1276 | @test -n '$(distuninstallcheck_dir)' || { \ |
| 1277 | echo 'ERROR: trying to run $@ with an empty' \ |
| 1278 | '$$(distuninstallcheck_dir)' >&2; \ |
| 1279 | exit 1; \ |
| 1280 | }; \ |
| 1281 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
| 1282 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| 1283 | exit 1; \ |
| 1284 | }; \ |
| 1285 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
| 1286 | || { echo "ERROR: files left after uninstall:" ; \ |
| 1287 | if test -n "$(DESTDIR)"; then \ |
| 1288 | echo " (check DESTDIR support)"; \ |
| 1289 | fi ; \ |
| 1290 | $(distuninstallcheck_listfiles) ; \ |
| 1291 | exit 1; } >&2 |
| 1292 | distcleancheck: distclean |
| 1293 | @if test '$(srcdir)' = . ; then \ |
| 1294 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 1295 | exit 1 ; \ |
| 1296 | fi |
| 1297 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 1298 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 1299 | $(distcleancheck_listfiles) ; \ |
| 1300 | exit 1; } >&2 |
| 1301 | check-am: all-am |
| 1302 | check: check-am |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1303 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) config.h |
| 1304 | install-binPROGRAMS: install-libLTLIBRARIES |
| 1305 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1306 | installdirs: |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 1307 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1308 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 1309 | done |
| 1310 | install: install-am |
| 1311 | install-exec: install-exec-am |
| 1312 | install-data: install-data-am |
| 1313 | uninstall: uninstall-am |
| 1314 | |
| 1315 | install-am: all-am |
| 1316 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 1317 | |
| 1318 | installcheck: installcheck-am |
| 1319 | install-strip: |
| 1320 | if test -z '$(STRIP)'; then \ |
| 1321 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1322 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1323 | install; \ |
| 1324 | else \ |
| 1325 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1326 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1327 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 1328 | fi |
| 1329 | mostlyclean-generic: |
| 1330 | |
| 1331 | clean-generic: |
| 1332 | |
| 1333 | distclean-generic: |
| 1334 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 1335 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
Jeff Thompson | cc2474f | 2013-07-02 10:36:05 -0700 | [diff] [blame] | 1336 | -rm -f bin/$(am__dirstamp) |
Jeff Thompson | 3b3aabf | 2013-06-21 16:50:20 -0700 | [diff] [blame] | 1337 | -rm -f ndn-cpp/$(DEPDIR)/$(am__dirstamp) |
| 1338 | -rm -f ndn-cpp/$(am__dirstamp) |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 1339 | -rm -f ndn-cpp/c/$(DEPDIR)/$(am__dirstamp) |
| 1340 | -rm -f ndn-cpp/c/$(am__dirstamp) |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 1341 | -rm -f ndn-cpp/c/encoding/$(DEPDIR)/$(am__dirstamp) |
| 1342 | -rm -f ndn-cpp/c/encoding/$(am__dirstamp) |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 1343 | -rm -f ndn-cpp/c/transport/$(DEPDIR)/$(am__dirstamp) |
| 1344 | -rm -f ndn-cpp/c/transport/$(am__dirstamp) |
Jeff Thompson | 6cb56f9 | 2013-07-01 15:38:09 -0700 | [diff] [blame] | 1345 | -rm -f ndn-cpp/c/util/$(DEPDIR)/$(am__dirstamp) |
| 1346 | -rm -f ndn-cpp/c/util/$(am__dirstamp) |
Jeff Thompson | 42cea3a | 2013-06-25 19:10:59 -0700 | [diff] [blame] | 1347 | -rm -f ndn-cpp/encoding/$(DEPDIR)/$(am__dirstamp) |
| 1348 | -rm -f ndn-cpp/encoding/$(am__dirstamp) |
Jeff Thompson | 7a67cb6 | 2013-08-26 11:43:18 -0700 | [diff] [blame] | 1349 | -rm -f ndn-cpp/security/$(DEPDIR)/$(am__dirstamp) |
| 1350 | -rm -f ndn-cpp/security/$(am__dirstamp) |
Jeff Thompson | c057343 | 2013-09-19 17:41:36 -0700 | [diff] [blame] | 1351 | -rm -f ndn-cpp/security/certificate/$(DEPDIR)/$(am__dirstamp) |
| 1352 | -rm -f ndn-cpp/security/certificate/$(am__dirstamp) |
Jeff Thompson | 7b79eb6 | 2013-09-12 18:48:29 -0700 | [diff] [blame] | 1353 | -rm -f ndn-cpp/security/identity/$(DEPDIR)/$(am__dirstamp) |
| 1354 | -rm -f ndn-cpp/security/identity/$(am__dirstamp) |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 1355 | -rm -f ndn-cpp/security/policy/$(DEPDIR)/$(am__dirstamp) |
| 1356 | -rm -f ndn-cpp/security/policy/$(am__dirstamp) |
Jeff Thompson | 25f8e61 | 2013-07-15 11:30:21 -0700 | [diff] [blame] | 1357 | -rm -f ndn-cpp/transport/$(DEPDIR)/$(am__dirstamp) |
| 1358 | -rm -f ndn-cpp/transport/$(am__dirstamp) |
Jeff Thompson | 529779a | 2013-08-12 13:15:55 -0700 | [diff] [blame] | 1359 | -rm -f ndn-cpp/util/$(DEPDIR)/$(am__dirstamp) |
| 1360 | -rm -f ndn-cpp/util/$(am__dirstamp) |
Jeff Thompson | 5cae5e5 | 2013-07-10 19:41:20 -0700 | [diff] [blame] | 1361 | -rm -f tests/$(DEPDIR)/$(am__dirstamp) |
| 1362 | -rm -f tests/$(am__dirstamp) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1363 | |
| 1364 | maintainer-clean-generic: |
| 1365 | @echo "This command is intended for maintainers to use" |
| 1366 | @echo "it deletes files that may require special tools to rebuild." |
| 1367 | clean: clean-am |
| 1368 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1369 | clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ |
| 1370 | clean-libtool mostlyclean-am |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1371 | |
| 1372 | distclean: distclean-am |
| 1373 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 1374 | -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/security/$(DEPDIR) ndn-cpp/security/certificate/$(DEPDIR) ndn-cpp/security/identity/$(DEPDIR) ndn-cpp/security/policy/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) ndn-cpp/util/$(DEPDIR) tests/$(DEPDIR) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1375 | -rm -f Makefile |
| 1376 | distclean-am: clean-am distclean-compile distclean-generic \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1377 | distclean-hdr distclean-libtool distclean-tags |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1378 | |
| 1379 | dvi: dvi-am |
| 1380 | |
| 1381 | dvi-am: |
| 1382 | |
| 1383 | html: html-am |
| 1384 | |
| 1385 | html-am: |
| 1386 | |
| 1387 | info: info-am |
| 1388 | |
| 1389 | info-am: |
| 1390 | |
| 1391 | install-data-am: |
| 1392 | |
| 1393 | install-dvi: install-dvi-am |
| 1394 | |
| 1395 | install-dvi-am: |
| 1396 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1397 | install-exec-am: install-binPROGRAMS install-libLTLIBRARIES |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1398 | |
| 1399 | install-html: install-html-am |
| 1400 | |
| 1401 | install-html-am: |
| 1402 | |
| 1403 | install-info: install-info-am |
| 1404 | |
| 1405 | install-info-am: |
| 1406 | |
| 1407 | install-man: |
| 1408 | |
| 1409 | install-pdf: install-pdf-am |
| 1410 | |
| 1411 | install-pdf-am: |
| 1412 | |
| 1413 | install-ps: install-ps-am |
| 1414 | |
| 1415 | install-ps-am: |
| 1416 | |
| 1417 | installcheck-am: |
| 1418 | |
| 1419 | maintainer-clean: maintainer-clean-am |
| 1420 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 1421 | -rm -rf $(top_srcdir)/autom4te.cache |
Jeff Thompson | 3f3cfd3 | 2013-09-27 11:46:52 -0700 | [diff] [blame] | 1422 | -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/security/$(DEPDIR) ndn-cpp/security/certificate/$(DEPDIR) ndn-cpp/security/identity/$(DEPDIR) ndn-cpp/security/policy/$(DEPDIR) ndn-cpp/transport/$(DEPDIR) ndn-cpp/util/$(DEPDIR) tests/$(DEPDIR) |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1423 | -rm -f Makefile |
| 1424 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 1425 | |
| 1426 | mostlyclean: mostlyclean-am |
| 1427 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1428 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 1429 | mostlyclean-libtool |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1430 | |
| 1431 | pdf: pdf-am |
| 1432 | |
| 1433 | pdf-am: |
| 1434 | |
| 1435 | ps: ps-am |
| 1436 | |
| 1437 | ps-am: |
| 1438 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1439 | uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1440 | |
| 1441 | .MAKE: all install-am install-strip |
| 1442 | |
| 1443 | .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 1444 | clean-binPROGRAMS clean-cscope clean-generic \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1445 | clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \ |
| 1446 | ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \ |
| 1447 | dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ |
| 1448 | distclean-compile distclean-generic distclean-hdr \ |
| 1449 | distclean-libtool distclean-tags distcleancheck distdir \ |
| 1450 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 1451 | install install-am install-binPROGRAMS install-data \ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1452 | install-data-am install-dvi install-dvi-am install-exec \ |
| 1453 | install-exec-am install-html install-html-am install-info \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1454 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 1455 | install-pdf-am install-ps install-ps-am install-strip \ |
| 1456 | installcheck installcheck-am installdirs maintainer-clean \ |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1457 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 1458 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 1459 | tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
| 1460 | uninstall-libLTLIBRARIES |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1461 | |
| 1462 | |
Jeff Thompson | ca45e55 | 2013-06-26 17:40:06 -0700 | [diff] [blame] | 1463 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps |
| 1464 | |
| 1465 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag |
| 1466 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \ |
| 1467 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \ |
| 1468 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \ |
| 1469 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \ |
| 1470 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \ |
| 1471 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \ |
| 1472 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \ |
| 1473 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \ |
| 1474 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \ |
| 1475 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \ |
| 1476 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \ |
| 1477 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \ |
| 1478 | @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi |
| 1479 | |
| 1480 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf |
| 1481 | |
| 1482 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag |
| 1483 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \ |
| 1484 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \ |
| 1485 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \ |
| 1486 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \ |
| 1487 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \ |
| 1488 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \ |
| 1489 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \ |
| 1490 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \ |
| 1491 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \ |
| 1492 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \ |
| 1493 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \ |
| 1494 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \ |
| 1495 | @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf |
| 1496 | |
| 1497 | @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL) |
| 1498 | |
| 1499 | @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL) |
| 1500 | |
| 1501 | @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag |
| 1502 | |
| 1503 | @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL) |
| 1504 | |
| 1505 | @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS) |
| 1506 | @DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@ |
| 1507 | @DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG) |
| 1508 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1509 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1510 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1511 | .NOEXPORT: |