Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.14 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 | |
| 6 | # This Makefile.in is free software; the Free Software Foundation |
| 7 | # gives unlimited permission to copy and/or distribute it, |
| 8 | # with or without modifications, as long as this notice is preserved. |
| 9 | |
| 10 | # This program is distributed in the hope that it will be useful, |
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 | # PARTICULAR PURPOSE. |
| 14 | |
| 15 | @SET_MAKE@ |
| 16 | |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 17 | # "make install" will install these in the install include directory, for example |
Jeff Thompson | 31b5c2f | 2013-10-12 15:13:16 -0700 | [diff] [blame] | 18 | # /usr/local/ndn-cpp/name.hpp. |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 19 | # These files are included by the application with, for example |
| 20 | # #include <ndn-cpp/namp.hpp> |
| 21 | # Internal include headers are not put in this public install directory. |
| 22 | |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 23 | VPATH = @srcdir@ |
| 24 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 25 | am__make_running_with_option = \ |
| 26 | case $${target_option-} in \ |
| 27 | ?) ;; \ |
| 28 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 29 | "target option '$${target_option-}' specified" >&2; \ |
| 30 | exit 1;; \ |
| 31 | esac; \ |
| 32 | has_opt=no; \ |
| 33 | sane_makeflags=$$MAKEFLAGS; \ |
| 34 | if $(am__is_gnu_make); then \ |
| 35 | sane_makeflags=$$MFLAGS; \ |
| 36 | else \ |
| 37 | case $$MAKEFLAGS in \ |
| 38 | *\\[\ \ ]*) \ |
| 39 | bs=\\; \ |
| 40 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 41 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 42 | esac; \ |
| 43 | fi; \ |
| 44 | skip_next=no; \ |
| 45 | strip_trailopt () \ |
| 46 | { \ |
| 47 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 48 | }; \ |
| 49 | for flg in $$sane_makeflags; do \ |
| 50 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 51 | case $$flg in \ |
| 52 | *=*|--*) continue;; \ |
| 53 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 54 | -*I?*) strip_trailopt 'I';; \ |
| 55 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 56 | -*O?*) strip_trailopt 'O';; \ |
| 57 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 58 | -*l?*) strip_trailopt 'l';; \ |
| 59 | -[dEDm]) skip_next=yes;; \ |
| 60 | -[JT]) skip_next=yes;; \ |
| 61 | esac; \ |
| 62 | case $$flg in \ |
| 63 | *$$target_option*) has_opt=yes; break;; \ |
| 64 | esac; \ |
| 65 | done; \ |
| 66 | test $$has_opt = yes |
| 67 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 68 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 69 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 70 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 71 | pkglibdir = $(libdir)/@PACKAGE@ |
| 72 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 73 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 74 | install_sh_DATA = $(install_sh) -c -m 644 |
| 75 | install_sh_PROGRAM = $(install_sh) -c |
| 76 | install_sh_SCRIPT = $(install_sh) -c |
| 77 | INSTALL_HEADER = $(INSTALL_DATA) |
| 78 | transform = $(program_transform_name) |
| 79 | NORMAL_INSTALL = : |
| 80 | PRE_INSTALL = : |
| 81 | POST_INSTALL = : |
| 82 | NORMAL_UNINSTALL = : |
| 83 | PRE_UNINSTALL = : |
| 84 | POST_UNINSTALL = : |
| 85 | build_triplet = @build@ |
| 86 | host_triplet = @host@ |
| 87 | subdir = include |
| 88 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 89 | $(srcdir)/config.h.in $(nobase_include_HEADERS) |
| 90 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
Jeff Thompson | dc2c430 | 2013-11-22 12:04:16 -0800 | [diff] [blame] | 91 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ |
| 92 | $(top_srcdir)/m4/ax_lib_sqlite3.m4 \ |
| 93 | $(top_srcdir)/m4/ax_prefix_config_h.m4 \ |
| 94 | $(top_srcdir)/m4/ax_prog_doxygen.m4 \ |
| 95 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| 96 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| 97 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 98 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 99 | $(ACLOCAL_M4) |
| 100 | mkinstalldirs = $(install_sh) -d |
| 101 | CONFIG_HEADER = config.h |
| 102 | CONFIG_CLEAN_FILES = |
| 103 | CONFIG_CLEAN_VPATH_FILES = |
| 104 | AM_V_P = $(am__v_P_@AM_V@) |
| 105 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 106 | am__v_P_0 = false |
| 107 | am__v_P_1 = : |
| 108 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 109 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 110 | am__v_GEN_0 = @echo " GEN " $@; |
| 111 | am__v_GEN_1 = |
| 112 | AM_V_at = $(am__v_at_@AM_V@) |
| 113 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 114 | am__v_at_0 = @ |
| 115 | am__v_at_1 = |
| 116 | SOURCES = |
| 117 | DIST_SOURCES = |
| 118 | am__can_run_installinfo = \ |
| 119 | case $$AM_UPDATE_INFO_DIR in \ |
| 120 | n|no|NO) false;; \ |
| 121 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 122 | esac |
| 123 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 124 | am__vpath_adj = case $$p in \ |
| 125 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 126 | *) f=$$p;; \ |
| 127 | esac; |
| 128 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 129 | am__install_max = 40 |
| 130 | am__nobase_strip_setup = \ |
| 131 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 132 | am__nobase_strip = \ |
| 133 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 134 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 135 | for p in $$list; do echo "$$p $$p"; done | \ |
| 136 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 137 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 138 | if (++n[$$2] == $(am__install_max)) \ |
| 139 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 140 | END { for (dir in files) print dir, files[dir] }' |
| 141 | am__base_list = \ |
| 142 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 143 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 144 | am__uninstall_files_from_dir = { \ |
| 145 | test -z "$$files" \ |
| 146 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 147 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 148 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 149 | } |
| 150 | am__installdirs = "$(DESTDIR)$(includedir)" |
| 151 | HEADERS = $(nobase_include_HEADERS) |
| 152 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| 153 | $(LISP)config.h.in |
| 154 | # Read a list of newline-separated strings from the standard input, |
| 155 | # and print each of them once, without duplicates. Input order is |
| 156 | # *not* preserved. |
| 157 | am__uniquify_input = $(AWK) '\ |
| 158 | BEGIN { nonempty = 0; } \ |
| 159 | { items[$$0] = 1; nonempty = 1; } \ |
| 160 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 161 | ' |
| 162 | # Make sure the list of sources is unique. This is necessary because, |
| 163 | # e.g., the same source file might be shared among _SOURCES variables |
| 164 | # for different programs/libraries. |
| 165 | am__define_uniq_tagged_files = \ |
| 166 | list='$(am__tagged_files)'; \ |
| 167 | unique=`for i in $$list; do \ |
| 168 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 169 | done | $(am__uniquify_input)` |
| 170 | ETAGS = etags |
| 171 | CTAGS = ctags |
| 172 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 173 | ACLOCAL = @ACLOCAL@ |
| 174 | AMTAR = @AMTAR@ |
| 175 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 176 | AR = @AR@ |
| 177 | AUTOCONF = @AUTOCONF@ |
| 178 | AUTOHEADER = @AUTOHEADER@ |
| 179 | AUTOMAKE = @AUTOMAKE@ |
| 180 | AWK = @AWK@ |
| 181 | CC = @CC@ |
| 182 | CCDEPMODE = @CCDEPMODE@ |
| 183 | CFLAGS = @CFLAGS@ |
| 184 | CPP = @CPP@ |
| 185 | CPPFLAGS = @CPPFLAGS@ |
| 186 | CXX = @CXX@ |
| 187 | CXXCPP = @CXXCPP@ |
| 188 | CXXDEPMODE = @CXXDEPMODE@ |
| 189 | CXXFLAGS = @CXXFLAGS@ |
| 190 | CYGPATH_W = @CYGPATH_W@ |
| 191 | DEFS = @DEFS@ |
| 192 | DEPDIR = @DEPDIR@ |
| 193 | DLLTOOL = @DLLTOOL@ |
| 194 | DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@ |
| 195 | DSYMUTIL = @DSYMUTIL@ |
| 196 | DUMPBIN = @DUMPBIN@ |
| 197 | DX_CONFIG = @DX_CONFIG@ |
| 198 | DX_DOCDIR = @DX_DOCDIR@ |
| 199 | DX_DOT = @DX_DOT@ |
| 200 | DX_DOXYGEN = @DX_DOXYGEN@ |
| 201 | DX_DVIPS = @DX_DVIPS@ |
| 202 | DX_EGREP = @DX_EGREP@ |
| 203 | DX_ENV = @DX_ENV@ |
| 204 | DX_FLAG_chi = @DX_FLAG_chi@ |
| 205 | DX_FLAG_chm = @DX_FLAG_chm@ |
| 206 | DX_FLAG_doc = @DX_FLAG_doc@ |
| 207 | DX_FLAG_dot = @DX_FLAG_dot@ |
| 208 | DX_FLAG_html = @DX_FLAG_html@ |
| 209 | DX_FLAG_man = @DX_FLAG_man@ |
| 210 | DX_FLAG_pdf = @DX_FLAG_pdf@ |
| 211 | DX_FLAG_ps = @DX_FLAG_ps@ |
| 212 | DX_FLAG_rtf = @DX_FLAG_rtf@ |
| 213 | DX_FLAG_xml = @DX_FLAG_xml@ |
| 214 | DX_HHC = @DX_HHC@ |
| 215 | DX_LATEX = @DX_LATEX@ |
| 216 | DX_MAKEINDEX = @DX_MAKEINDEX@ |
| 217 | DX_PDFLATEX = @DX_PDFLATEX@ |
| 218 | DX_PERL = @DX_PERL@ |
| 219 | DX_PROJECT = @DX_PROJECT@ |
| 220 | ECHO_C = @ECHO_C@ |
| 221 | ECHO_N = @ECHO_N@ |
| 222 | ECHO_T = @ECHO_T@ |
| 223 | EGREP = @EGREP@ |
| 224 | EXEEXT = @EXEEXT@ |
| 225 | FGREP = @FGREP@ |
| 226 | GREP = @GREP@ |
| 227 | HAVE_CXX11 = @HAVE_CXX11@ |
| 228 | INSTALL = @INSTALL@ |
| 229 | INSTALL_DATA = @INSTALL_DATA@ |
| 230 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 231 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 232 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 233 | LD = @LD@ |
| 234 | LDFLAGS = @LDFLAGS@ |
| 235 | LIBOBJS = @LIBOBJS@ |
| 236 | LIBS = @LIBS@ |
| 237 | LIBTOOL = @LIBTOOL@ |
| 238 | LIPO = @LIPO@ |
| 239 | LN_S = @LN_S@ |
| 240 | LTLIBOBJS = @LTLIBOBJS@ |
| 241 | MAINT = @MAINT@ |
| 242 | MAKEINFO = @MAKEINFO@ |
| 243 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 244 | MKDIR_P = @MKDIR_P@ |
| 245 | NM = @NM@ |
| 246 | NMEDIT = @NMEDIT@ |
| 247 | OBJCXX = @OBJCXX@ |
| 248 | OBJCXXDEPMODE = @OBJCXXDEPMODE@ |
| 249 | OBJCXXFLAGS = @OBJCXXFLAGS@ |
| 250 | OBJDUMP = @OBJDUMP@ |
| 251 | OBJEXT = @OBJEXT@ |
| 252 | OTOOL = @OTOOL@ |
| 253 | OTOOL64 = @OTOOL64@ |
| 254 | PACKAGE = @PACKAGE@ |
| 255 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 256 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 257 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 258 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 259 | PACKAGE_URL = @PACKAGE_URL@ |
| 260 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 261 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 262 | RANLIB = @RANLIB@ |
| 263 | SED = @SED@ |
| 264 | SET_MAKE = @SET_MAKE@ |
| 265 | SHELL = @SHELL@ |
| 266 | SQLITE3_CFLAGS = @SQLITE3_CFLAGS@ |
| 267 | SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@ |
| 268 | SQLITE3_VERSION = @SQLITE3_VERSION@ |
| 269 | STRIP = @STRIP@ |
| 270 | VERSION = @VERSION@ |
| 271 | abs_builddir = @abs_builddir@ |
| 272 | abs_srcdir = @abs_srcdir@ |
| 273 | abs_top_builddir = @abs_top_builddir@ |
| 274 | abs_top_srcdir = @abs_top_srcdir@ |
| 275 | ac_ct_AR = @ac_ct_AR@ |
| 276 | ac_ct_CC = @ac_ct_CC@ |
| 277 | ac_ct_CXX = @ac_ct_CXX@ |
| 278 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 279 | ac_ct_OBJCXX = @ac_ct_OBJCXX@ |
| 280 | am__include = @am__include@ |
| 281 | am__leading_dot = @am__leading_dot@ |
| 282 | am__quote = @am__quote@ |
| 283 | am__tar = @am__tar@ |
| 284 | am__untar = @am__untar@ |
| 285 | bindir = @bindir@ |
| 286 | build = @build@ |
| 287 | build_alias = @build_alias@ |
| 288 | build_cpu = @build_cpu@ |
| 289 | build_os = @build_os@ |
| 290 | build_vendor = @build_vendor@ |
| 291 | builddir = @builddir@ |
| 292 | datadir = @datadir@ |
| 293 | datarootdir = @datarootdir@ |
| 294 | docdir = @docdir@ |
| 295 | dvidir = @dvidir@ |
| 296 | exec_prefix = @exec_prefix@ |
| 297 | host = @host@ |
| 298 | host_alias = @host_alias@ |
| 299 | host_cpu = @host_cpu@ |
| 300 | host_os = @host_os@ |
| 301 | host_vendor = @host_vendor@ |
| 302 | htmldir = @htmldir@ |
| 303 | includedir = @includedir@ |
| 304 | infodir = @infodir@ |
| 305 | install_sh = @install_sh@ |
| 306 | libdir = @libdir@ |
| 307 | libexecdir = @libexecdir@ |
| 308 | localedir = @localedir@ |
| 309 | localstatedir = @localstatedir@ |
| 310 | mandir = @mandir@ |
| 311 | mkdir_p = @mkdir_p@ |
| 312 | oldincludedir = @oldincludedir@ |
| 313 | pdfdir = @pdfdir@ |
| 314 | prefix = @prefix@ |
| 315 | program_transform_name = @program_transform_name@ |
| 316 | psdir = @psdir@ |
| 317 | sbindir = @sbindir@ |
| 318 | sharedstatedir = @sharedstatedir@ |
| 319 | srcdir = @srcdir@ |
| 320 | sysconfdir = @sysconfdir@ |
| 321 | target_alias = @target_alias@ |
| 322 | top_build_prefix = @top_build_prefix@ |
| 323 | top_builddir = @top_builddir@ |
| 324 | top_srcdir = @top_srcdir@ |
| 325 | |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 326 | # Public C headers. |
| 327 | ndn_cpp_c_headers = \ |
Jeff Thompson | 5ae3c90 | 2013-11-22 17:36:36 -0800 | [diff] [blame] | 328 | $(wildcard ndn-cpp/*.h) \ |
| 329 | $(wildcard ndn-cpp/c/*.*) \ |
| 330 | $(wildcard ndn-cpp/c/encoding/*.*) |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 331 | |
| 332 | |
| 333 | # Public C++ headers. |
Jeff Thompson | 5ae3c90 | 2013-11-22 17:36:36 -0800 | [diff] [blame] | 334 | # Use ndn-cpp/*.hpp instead of *.* to not overwrite *.h from above. |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 335 | ndn_cpp_cpp_headers = \ |
Jeff Thompson | 5ae3c90 | 2013-11-22 17:36:36 -0800 | [diff] [blame] | 336 | $(wildcard ndn-cpp/*.hpp) \ |
| 337 | $(wildcard ndn-cpp/encoding/*.*) \ |
| 338 | $(wildcard ndn-cpp/security/*.*) \ |
| 339 | $(wildcard ndn-cpp/security/certificate/*.*) \ |
| 340 | $(wildcard ndn-cpp/security/encryption/*.*) \ |
| 341 | $(wildcard ndn-cpp/security/identity/*.*) \ |
| 342 | $(wildcard ndn-cpp/security/policy/*.*) \ |
Jeff Thompson | ba16b8f | 2013-12-16 13:11:47 -0800 | [diff] [blame] | 343 | $(wildcard ndn-cpp/security/signature/*.*) \ |
Jeff Thompson | 5ae3c90 | 2013-11-22 17:36:36 -0800 | [diff] [blame] | 344 | $(wildcard ndn-cpp/transport/*.*) \ |
| 345 | $(wildcard ndn-cpp/util/*.*) |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 346 | |
| 347 | ndnboost_headers = \ |
Jeff Thompson | 5ae3c90 | 2013-11-22 17:36:36 -0800 | [diff] [blame] | 348 | $(wildcard ndnboost/*.*) \ |
| 349 | $(wildcard ndnboost/utility/*.*) \ |
| 350 | $(wildcard ndnboost/utility/detail/*.*) \ |
| 351 | $(wildcard ndnboost/units/*.*) \ |
| 352 | $(wildcard ndnboost/units/detail/*.*) \ |
| 353 | $(wildcard ndnboost/unordered/*.*) \ |
| 354 | $(wildcard ndnboost/unordered/detail/*.*) \ |
| 355 | $(wildcard ndnboost/range/*.*) \ |
| 356 | $(wildcard ndnboost/range/algorithm/*.*) \ |
| 357 | $(wildcard ndnboost/range/detail/*.*) \ |
| 358 | $(wildcard ndnboost/range/detail/vc6/*.*) \ |
| 359 | $(wildcard ndnboost/smart_ptr/*.*) \ |
| 360 | $(wildcard ndnboost/smart_ptr/detail/*.*) \ |
| 361 | $(wildcard ndnboost/intrusive/*.*) \ |
| 362 | $(wildcard ndnboost/intrusive/detail/*.*) \ |
| 363 | $(wildcard ndnboost/typeof/*.*) \ |
| 364 | $(wildcard ndnboost/typeof/dmc/*.*) \ |
| 365 | $(wildcard ndnboost/typeof/msvc/*.*) \ |
| 366 | $(wildcard ndnboost/config/*.*) \ |
| 367 | $(wildcard ndnboost/config/no_tr1/*.*) \ |
| 368 | $(wildcard ndnboost/config/abi/*.*) \ |
| 369 | $(wildcard ndnboost/config/platform/*.*) \ |
| 370 | $(wildcard ndnboost/config/compiler/*.*) \ |
| 371 | $(wildcard ndnboost/config/stdlib/*.*) \ |
| 372 | $(wildcard ndnboost/test/*.*) \ |
| 373 | $(wildcard ndnboost/test/utils/*.*) \ |
| 374 | $(wildcard ndnboost/test/utils/basic_cstring/*.*) \ |
| 375 | $(wildcard ndnboost/test/utils/iterator/*.*) \ |
| 376 | $(wildcard ndnboost/test/utils/runtime/*.*) \ |
| 377 | $(wildcard ndnboost/test/utils/runtime/cla/*.*) \ |
| 378 | $(wildcard ndnboost/test/utils/runtime/cla/detail/*.*) \ |
| 379 | $(wildcard ndnboost/test/utils/runtime/cla/iface/*.*) \ |
| 380 | $(wildcard ndnboost/test/utils/runtime/env/*.*) \ |
| 381 | $(wildcard ndnboost/test/output/*.*) \ |
| 382 | $(wildcard ndnboost/test/impl/*.*) \ |
| 383 | $(wildcard ndnboost/test/detail/*.*) \ |
| 384 | $(wildcard ndnboost/math/*.*) \ |
| 385 | $(wildcard ndnboost/math/special_functions/*.*) \ |
| 386 | $(wildcard ndnboost/math/special_functions/detail/*.*) \ |
| 387 | $(wildcard ndnboost/math/tools/*.*) \ |
| 388 | $(wildcard ndnboost/math/policies/*.*) \ |
| 389 | $(wildcard ndnboost/bind/*.*) \ |
| 390 | $(wildcard ndnboost/iterator/*.*) \ |
| 391 | $(wildcard ndnboost/iterator/detail/*.*) \ |
| 392 | $(wildcard ndnboost/mpl/*.*) \ |
| 393 | $(wildcard ndnboost/mpl/vector/*.*) \ |
| 394 | $(wildcard ndnboost/mpl/vector/aux_/*.*) \ |
| 395 | $(wildcard ndnboost/mpl/vector/aux_/preprocessed/*.*) \ |
| 396 | $(wildcard ndnboost/mpl/vector/aux_/preprocessed/typeof_based/*.*) \ |
| 397 | $(wildcard ndnboost/mpl/vector/aux_/preprocessed/plain/*.*) \ |
| 398 | $(wildcard ndnboost/mpl/vector/aux_/preprocessed/no_ctps/*.*) \ |
| 399 | $(wildcard ndnboost/mpl/aux_/*.*) \ |
| 400 | $(wildcard ndnboost/mpl/aux_/config/*.*) \ |
| 401 | $(wildcard ndnboost/mpl/aux_/preprocessed/*.*) \ |
| 402 | $(wildcard ndnboost/mpl/aux_/preprocessed/msvc60/*.*) \ |
| 403 | $(wildcard ndnboost/mpl/aux_/preprocessed/dmc/*.*) \ |
| 404 | $(wildcard ndnboost/mpl/aux_/preprocessed/bcc551/*.*) \ |
| 405 | $(wildcard ndnboost/mpl/aux_/preprocessed/msvc70/*.*) \ |
| 406 | $(wildcard ndnboost/mpl/aux_/preprocessed/gcc/*.*) \ |
| 407 | $(wildcard ndnboost/mpl/aux_/preprocessed/plain/*.*) \ |
| 408 | $(wildcard ndnboost/mpl/aux_/preprocessed/mwcw/*.*) \ |
| 409 | $(wildcard ndnboost/mpl/aux_/preprocessed/bcc_pre590/*.*) \ |
| 410 | $(wildcard ndnboost/mpl/aux_/preprocessed/no_ttp/*.*) \ |
| 411 | $(wildcard ndnboost/mpl/aux_/preprocessed/bcc/*.*) \ |
| 412 | $(wildcard ndnboost/mpl/aux_/preprocessed/no_ctps/*.*) \ |
| 413 | $(wildcard ndnboost/mpl/aux_/preprocessor/*.*) \ |
| 414 | $(wildcard ndnboost/mpl/limits/*.*) \ |
| 415 | $(wildcard ndnboost/mpl/list/*.*) \ |
| 416 | $(wildcard ndnboost/mpl/list/aux_/*.*) \ |
| 417 | $(wildcard ndnboost/mpl/list/aux_/preprocessed/*.*) \ |
| 418 | $(wildcard ndnboost/mpl/list/aux_/preprocessed/plain/*.*) \ |
| 419 | $(wildcard ndnboost/regex/*.*) \ |
| 420 | $(wildcard ndnboost/regex/config/*.*) \ |
| 421 | $(wildcard ndnboost/regex/v4/*.*) \ |
| 422 | $(wildcard ndnboost/regex/pending/*.*) \ |
| 423 | $(wildcard ndnboost/filesystem/*.*) \ |
| 424 | $(wildcard ndnboost/filesystem/detail/*.*) \ |
| 425 | $(wildcard ndnboost/iostreams/*.*) \ |
| 426 | $(wildcard ndnboost/iostreams/filter/*.*) \ |
| 427 | $(wildcard ndnboost/iostreams/device/*.*) \ |
| 428 | $(wildcard ndnboost/iostreams/detail/*.*) \ |
| 429 | $(wildcard ndnboost/iostreams/detail/adapter/*.*) \ |
| 430 | $(wildcard ndnboost/iostreams/detail/config/*.*) \ |
| 431 | $(wildcard ndnboost/iostreams/detail/streambuf/*.*) \ |
| 432 | $(wildcard ndnboost/iostreams/detail/vc6/*.*) \ |
| 433 | $(wildcard ndnboost/iostreams/detail/broken_overload_resolution/*.*) \ |
| 434 | $(wildcard ndnboost/integer/*.*) \ |
| 435 | $(wildcard ndnboost/optional/*.*) \ |
| 436 | $(wildcard ndnboost/numeric/*.*) \ |
| 437 | $(wildcard ndnboost/numeric/conversion/*.*) \ |
| 438 | $(wildcard ndnboost/numeric/conversion/detail/*.*) \ |
| 439 | $(wildcard ndnboost/numeric/conversion/detail/preprocessed/*.*) \ |
| 440 | $(wildcard ndnboost/function/*.*) \ |
| 441 | $(wildcard ndnboost/function/detail/*.*) \ |
| 442 | $(wildcard ndnboost/random/*.*) \ |
| 443 | $(wildcard ndnboost/random/detail/*.*) \ |
| 444 | $(wildcard ndnboost/system/*.*) \ |
| 445 | $(wildcard ndnboost/container/*.*) \ |
| 446 | $(wildcard ndnboost/functional/*.*) \ |
| 447 | $(wildcard ndnboost/functional/hash/*.*) \ |
| 448 | $(wildcard ndnboost/functional/hash/detail/*.*) \ |
| 449 | $(wildcard ndnboost/pending/*.*) \ |
| 450 | $(wildcard ndnboost/io/*.*) \ |
| 451 | $(wildcard ndnboost/io/detail/*.*) \ |
| 452 | $(wildcard ndnboost/exception/*.*) \ |
| 453 | $(wildcard ndnboost/exception/detail/*.*) \ |
| 454 | $(wildcard ndnboost/preprocessor/*.*) \ |
| 455 | $(wildcard ndnboost/preprocessor/repetition/*.*) \ |
| 456 | $(wildcard ndnboost/preprocessor/repetition/detail/*.*) \ |
| 457 | $(wildcard ndnboost/preprocessor/repetition/detail/dmc/*.*) \ |
| 458 | $(wildcard ndnboost/preprocessor/repetition/detail/edg/*.*) \ |
| 459 | $(wildcard ndnboost/preprocessor/repetition/detail/msvc/*.*) \ |
| 460 | $(wildcard ndnboost/preprocessor/facilities/*.*) \ |
| 461 | $(wildcard ndnboost/preprocessor/logical/*.*) \ |
| 462 | $(wildcard ndnboost/preprocessor/control/*.*) \ |
| 463 | $(wildcard ndnboost/preprocessor/control/detail/*.*) \ |
| 464 | $(wildcard ndnboost/preprocessor/control/detail/dmc/*.*) \ |
| 465 | $(wildcard ndnboost/preprocessor/control/detail/edg/*.*) \ |
| 466 | $(wildcard ndnboost/preprocessor/control/detail/msvc/*.*) \ |
| 467 | $(wildcard ndnboost/preprocessor/arithmetic/*.*) \ |
| 468 | $(wildcard ndnboost/preprocessor/arithmetic/detail/*.*) \ |
| 469 | $(wildcard ndnboost/preprocessor/array/*.*) \ |
| 470 | $(wildcard ndnboost/preprocessor/config/*.*) \ |
| 471 | $(wildcard ndnboost/preprocessor/slot/*.*) \ |
| 472 | $(wildcard ndnboost/preprocessor/slot/detail/*.*) \ |
| 473 | $(wildcard ndnboost/preprocessor/seq/*.*) \ |
| 474 | $(wildcard ndnboost/preprocessor/seq/detail/*.*) \ |
| 475 | $(wildcard ndnboost/preprocessor/comparison/*.*) \ |
| 476 | $(wildcard ndnboost/preprocessor/punctuation/*.*) \ |
| 477 | $(wildcard ndnboost/preprocessor/iteration/*.*) \ |
| 478 | $(wildcard ndnboost/preprocessor/iteration/detail/*.*) \ |
| 479 | $(wildcard ndnboost/preprocessor/iteration/detail/iter/*.*) \ |
| 480 | $(wildcard ndnboost/preprocessor/iteration/detail/bounds/*.*) \ |
| 481 | $(wildcard ndnboost/preprocessor/debug/*.*) \ |
| 482 | $(wildcard ndnboost/preprocessor/variadic/*.*) \ |
| 483 | $(wildcard ndnboost/preprocessor/tuple/*.*) \ |
| 484 | $(wildcard ndnboost/preprocessor/detail/*.*) \ |
| 485 | $(wildcard ndnboost/preprocessor/detail/dmc/*.*) \ |
| 486 | $(wildcard ndnboost/preprocessor/list/*.*) \ |
| 487 | $(wildcard ndnboost/preprocessor/list/detail/*.*) \ |
| 488 | $(wildcard ndnboost/preprocessor/list/detail/dmc/*.*) \ |
| 489 | $(wildcard ndnboost/preprocessor/list/detail/edg/*.*) \ |
| 490 | $(wildcard ndnboost/move/*.*) \ |
| 491 | $(wildcard ndnboost/move/detail/*.*) \ |
| 492 | $(wildcard ndnboost/algorithm/*.*) \ |
| 493 | $(wildcard ndnboost/algorithm/string/*.*) \ |
| 494 | $(wildcard ndnboost/algorithm/string/detail/*.*) \ |
| 495 | $(wildcard ndnboost/type_traits/*.*) \ |
| 496 | $(wildcard ndnboost/type_traits/msvc/*.*) \ |
| 497 | $(wildcard ndnboost/type_traits/detail/*.*) \ |
| 498 | $(wildcard ndnboost/tuple/*.*) \ |
| 499 | $(wildcard ndnboost/tuple/detail/*.*) \ |
| 500 | $(wildcard ndnboost/detail/*.*) \ |
| 501 | $(wildcard ndnboost/function_types/*.*) \ |
| 502 | $(wildcard ndnboost/function_types/config/*.*) \ |
| 503 | $(wildcard ndnboost/function_types/detail/*.*) \ |
| 504 | $(wildcard ndnboost/function_types/detail/pp_retag_default_cc/*.*) \ |
| 505 | $(wildcard ndnboost/function_types/detail/components_impl/*.*) \ |
| 506 | $(wildcard ndnboost/function_types/detail/pp_variate_loop/*.*) \ |
| 507 | $(wildcard ndnboost/function_types/detail/classifier_impl/*.*) \ |
| 508 | $(wildcard ndnboost/function_types/detail/pp_cc_loop/*.*) \ |
| 509 | $(wildcard ndnboost/function_types/detail/encoding/*.*) \ |
| 510 | $(wildcard ndnboost/function_types/detail/synthesize_impl/*.*) \ |
| 511 | $(wildcard ndnboost/function_types/detail/pp_tags/*.*) \ |
| 512 | $(wildcard ndnboost/concept/*.*) \ |
| 513 | $(wildcard ndnboost/concept/detail/*.*) \ |
| 514 | $(wildcard ndnboost/lambda/*.*) \ |
| 515 | $(wildcard ndnboost/lambda/detail/*.*) |
Jeff Thompson | 3855198 | 2013-10-10 11:58:05 -0700 | [diff] [blame] | 516 | |
Jeff Thompson | 25b4e61 | 2013-10-10 16:03:24 -0700 | [diff] [blame] | 517 | nobase_include_HEADERS = $(ndn_cpp_c_headers) $(ndn_cpp_cpp_headers) $(ndnboost_headers) |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 518 | all: config.h |
| 519 | $(MAKE) $(AM_MAKEFLAGS) all-am |
| 520 | |
| 521 | .SUFFIXES: |
| 522 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 523 | @for dep in $?; do \ |
| 524 | case '$(am__configure_deps)' in \ |
| 525 | *$$dep*) \ |
| 526 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 527 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 528 | exit 1;; \ |
| 529 | esac; \ |
| 530 | done; \ |
| 531 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ |
| 532 | $(am__cd) $(top_srcdir) && \ |
| 533 | $(AUTOMAKE) --foreign include/Makefile |
| 534 | .PRECIOUS: Makefile |
| 535 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 536 | @case '$?' in \ |
| 537 | *config.status*) \ |
| 538 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 539 | *) \ |
| 540 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 541 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 542 | esac; |
| 543 | |
| 544 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 545 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 546 | |
| 547 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 548 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 549 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 550 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 551 | $(am__aclocal_m4_deps): |
| 552 | |
| 553 | config.h: stamp-h1 |
| 554 | @test -f $@ || rm -f stamp-h1 |
| 555 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
| 556 | |
| 557 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 558 | @rm -f stamp-h1 |
| 559 | cd $(top_builddir) && $(SHELL) ./config.status include/config.h |
| 560 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 561 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 562 | rm -f stamp-h1 |
| 563 | touch $@ |
| 564 | |
| 565 | distclean-hdr: |
| 566 | -rm -f config.h stamp-h1 |
| 567 | |
| 568 | mostlyclean-libtool: |
| 569 | -rm -f *.lo |
| 570 | |
| 571 | clean-libtool: |
| 572 | -rm -rf .libs _libs |
| 573 | install-nobase_includeHEADERS: $(nobase_include_HEADERS) |
| 574 | @$(NORMAL_INSTALL) |
| 575 | @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 576 | if test -n "$$list"; then \ |
| 577 | echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
| 578 | $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
| 579 | fi; \ |
| 580 | $(am__nobase_list) | while read dir files; do \ |
| 581 | xfiles=; for file in $$files; do \ |
| 582 | if test -f "$$file"; then xfiles="$$xfiles $$file"; \ |
| 583 | else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ |
| 584 | test -z "$$xfiles" || { \ |
| 585 | test "x$$dir" = x. || { \ |
| 586 | echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ |
| 587 | $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ |
| 588 | echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ |
| 589 | $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ |
| 590 | done |
| 591 | |
| 592 | uninstall-nobase_includeHEADERS: |
| 593 | @$(NORMAL_UNINSTALL) |
| 594 | @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 595 | $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ |
| 596 | dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 597 | |
| 598 | ID: $(am__tagged_files) |
| 599 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 600 | tags: tags-am |
| 601 | TAGS: tags |
| 602 | |
| 603 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 604 | set x; \ |
| 605 | here=`pwd`; \ |
| 606 | $(am__define_uniq_tagged_files); \ |
| 607 | shift; \ |
| 608 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 609 | test -n "$$unique" || unique=$$empty_fix; \ |
| 610 | if test $$# -gt 0; then \ |
| 611 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 612 | "$$@" $$unique; \ |
| 613 | else \ |
| 614 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 615 | $$unique; \ |
| 616 | fi; \ |
| 617 | fi |
| 618 | ctags: ctags-am |
| 619 | |
| 620 | CTAGS: ctags |
| 621 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 622 | $(am__define_uniq_tagged_files); \ |
| 623 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 624 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 625 | $$unique |
| 626 | |
| 627 | GTAGS: |
| 628 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 629 | && $(am__cd) $(top_srcdir) \ |
| 630 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 631 | cscopelist: cscopelist-am |
| 632 | |
| 633 | cscopelist-am: $(am__tagged_files) |
| 634 | list='$(am__tagged_files)'; \ |
| 635 | case "$(srcdir)" in \ |
| 636 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 637 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 638 | esac; \ |
| 639 | for i in $$list; do \ |
| 640 | if test -f "$$i"; then \ |
| 641 | echo "$(subdir)/$$i"; \ |
| 642 | else \ |
| 643 | echo "$$sdir/$$i"; \ |
| 644 | fi; \ |
| 645 | done >> $(top_builddir)/cscope.files |
| 646 | |
| 647 | distclean-tags: |
| 648 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 649 | |
| 650 | distdir: $(DISTFILES) |
| 651 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 652 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 653 | list='$(DISTFILES)'; \ |
| 654 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 655 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 656 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 657 | case $$dist_files in \ |
| 658 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 659 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 660 | sort -u` ;; \ |
| 661 | esac; \ |
| 662 | for file in $$dist_files; do \ |
| 663 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 664 | if test -d $$d/$$file; then \ |
| 665 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 666 | if test -d "$(distdir)/$$file"; then \ |
| 667 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 668 | fi; \ |
| 669 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 670 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 671 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 672 | fi; \ |
| 673 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 674 | else \ |
| 675 | test -f "$(distdir)/$$file" \ |
| 676 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 677 | || exit 1; \ |
| 678 | fi; \ |
| 679 | done |
| 680 | check-am: all-am |
| 681 | check: check-am |
| 682 | all-am: Makefile $(HEADERS) config.h |
| 683 | installdirs: |
| 684 | for dir in "$(DESTDIR)$(includedir)"; do \ |
| 685 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 686 | done |
| 687 | install: install-am |
| 688 | install-exec: install-exec-am |
| 689 | install-data: install-data-am |
| 690 | uninstall: uninstall-am |
| 691 | |
| 692 | install-am: all-am |
| 693 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 694 | |
| 695 | installcheck: installcheck-am |
| 696 | install-strip: |
| 697 | if test -z '$(STRIP)'; then \ |
| 698 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 699 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 700 | install; \ |
| 701 | else \ |
| 702 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 703 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 704 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 705 | fi |
| 706 | mostlyclean-generic: |
| 707 | |
| 708 | clean-generic: |
| 709 | |
| 710 | distclean-generic: |
| 711 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 712 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 713 | |
| 714 | maintainer-clean-generic: |
| 715 | @echo "This command is intended for maintainers to use" |
| 716 | @echo "it deletes files that may require special tools to rebuild." |
| 717 | clean: clean-am |
| 718 | |
| 719 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 720 | |
| 721 | distclean: distclean-am |
| 722 | -rm -f Makefile |
| 723 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags |
| 724 | |
| 725 | dvi: dvi-am |
| 726 | |
| 727 | dvi-am: |
| 728 | |
| 729 | html: html-am |
| 730 | |
| 731 | html-am: |
| 732 | |
| 733 | info: info-am |
| 734 | |
| 735 | info-am: |
| 736 | |
| 737 | install-data-am: install-nobase_includeHEADERS |
| 738 | |
| 739 | install-dvi: install-dvi-am |
| 740 | |
| 741 | install-dvi-am: |
| 742 | |
| 743 | install-exec-am: |
| 744 | |
| 745 | install-html: install-html-am |
| 746 | |
| 747 | install-html-am: |
| 748 | |
| 749 | install-info: install-info-am |
| 750 | |
| 751 | install-info-am: |
| 752 | |
| 753 | install-man: |
| 754 | |
| 755 | install-pdf: install-pdf-am |
| 756 | |
| 757 | install-pdf-am: |
| 758 | |
| 759 | install-ps: install-ps-am |
| 760 | |
| 761 | install-ps-am: |
| 762 | |
| 763 | installcheck-am: |
| 764 | |
| 765 | maintainer-clean: maintainer-clean-am |
| 766 | -rm -f Makefile |
| 767 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 768 | |
| 769 | mostlyclean: mostlyclean-am |
| 770 | |
| 771 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 772 | |
| 773 | pdf: pdf-am |
| 774 | |
| 775 | pdf-am: |
| 776 | |
| 777 | ps: ps-am |
| 778 | |
| 779 | ps-am: |
| 780 | |
| 781 | uninstall-am: uninstall-nobase_includeHEADERS |
| 782 | |
| 783 | .MAKE: all install-am install-strip |
| 784 | |
| 785 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
| 786 | clean-libtool cscopelist-am ctags ctags-am distclean \ |
| 787 | distclean-generic distclean-hdr distclean-libtool \ |
| 788 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 789 | install install-am install-data install-data-am install-dvi \ |
| 790 | install-dvi-am install-exec install-exec-am install-html \ |
| 791 | install-html-am install-info install-info-am install-man \ |
| 792 | install-nobase_includeHEADERS install-pdf install-pdf-am \ |
| 793 | install-ps install-ps-am install-strip installcheck \ |
| 794 | installcheck-am installdirs maintainer-clean \ |
| 795 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 796 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
| 797 | uninstall-am uninstall-nobase_includeHEADERS |
| 798 | |
| 799 | |
| 800 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 801 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 802 | .NOEXPORT: |