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