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