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