1 # Makefile.in generated by automake 1.12.2 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994-2012 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 17 # include/Makefile.am for libevent 18 # Copyright 2000-2007 Niels Provos 19 # Copyright 2007-2012 Niels Provos and Nick Mathewson 20 # 21 # See LICENSE for copying information. 22 23 VPATH = @srcdir@ 24 am__make_dryrun = \ 25 { \ 26 am__dry=no; \ 27 case $$MAKEFLAGS in \ 28 *\\[\ \ ]*) \ 29 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 30 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 31 *) \ 32 for am__flg in $$MAKEFLAGS; do \ 33 case $$am__flg in \ 34 *=*|--*) ;; \ 35 *n*) am__dry=yes; break;; \ 36 esac; \ 37 done;; \ 38 esac; \ 39 test $$am__dry = yes; \ 40 } 41 pkgdatadir = $(datadir)/@PACKAGE@ 42 pkgincludedir = $(includedir)/@PACKAGE@ 43 pkglibdir = $(libdir)/@PACKAGE@ 44 pkglibexecdir = $(libexecdir)/@PACKAGE@ 45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46 install_sh_DATA = $(install_sh) -c -m 644 47 install_sh_PROGRAM = $(install_sh) -c 48 install_sh_SCRIPT = $(install_sh) -c 49 INSTALL_HEADER = $(INSTALL_DATA) 50 transform = $(program_transform_name) 51 NORMAL_INSTALL = : 52 PRE_INSTALL = : 53 POST_INSTALL = : 54 NORMAL_UNINSTALL = : 55 PRE_UNINSTALL = : 56 POST_UNINSTALL = : 57 build_triplet = @build@ 58 host_triplet = @host@ 59 subdir = include 60 DIST_COMMON = $(am__nobase_include_HEADERS_DIST) \ 61 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ 62 $(srcdir)/Makefile.in 63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \ 65 $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 66 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 67 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 68 $(top_srcdir)/configure.ac 69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 70 $(ACLOCAL_M4) 71 mkinstalldirs = $(install_sh) -d 72 CONFIG_HEADER = $(top_builddir)/config.h 73 CONFIG_CLEAN_FILES = 74 CONFIG_CLEAN_VPATH_FILES = 75 SOURCES = 76 DIST_SOURCES = 77 am__can_run_installinfo = \ 78 case $$AM_UPDATE_INFO_DIR in \ 79 n|no|NO) false;; \ 80 *) (install-info --version) >/dev/null 2>&1;; \ 81 esac 82 am__nobase_include_HEADERS_DIST = event2/buffer.h \ 83 event2/buffer_compat.h event2/bufferevent.h \ 84 event2/bufferevent_compat.h event2/bufferevent_ssl.h \ 85 event2/bufferevent_struct.h event2/dns.h event2/dns_compat.h \ 86 event2/dns_struct.h event2/event.h event2/event_compat.h \ 87 event2/event_struct.h event2/http.h event2/http_compat.h \ 88 event2/http_struct.h event2/keyvalq_struct.h event2/listener.h \ 89 event2/rpc.h event2/rpc_compat.h event2/rpc_struct.h \ 90 event2/tag.h event2/tag_compat.h event2/thread.h event2/util.h 91 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 92 am__vpath_adj = case $$p in \ 93 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 94 *) f=$$p;; \ 95 esac; 96 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 97 am__install_max = 40 98 am__nobase_strip_setup = \ 99 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 100 am__nobase_strip = \ 101 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 102 am__nobase_list = $(am__nobase_strip_setup); \ 103 for p in $$list; do echo "$$p $$p"; done | \ 104 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 105 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 106 if (++n[$$2] == $(am__install_max)) \ 107 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 108 END { for (dir in files) print dir, files[dir] }' 109 am__base_list = \ 110 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 111 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 112 am__uninstall_files_from_dir = { \ 113 test -z "$$files" \ 114 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 115 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 116 $(am__cd) "$$dir" && rm -f $$files; }; \ 117 } 118 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" 119 am__noinst_HEADERS_DIST = event2/buffer.h event2/buffer_compat.h \ 120 event2/bufferevent.h event2/bufferevent_compat.h \ 121 event2/bufferevent_ssl.h event2/bufferevent_struct.h \ 122 event2/dns.h event2/dns_compat.h event2/dns_struct.h \ 123 event2/event.h event2/event_compat.h event2/event_struct.h \ 124 event2/http.h event2/http_compat.h event2/http_struct.h \ 125 event2/keyvalq_struct.h event2/listener.h event2/rpc.h \ 126 event2/rpc_compat.h event2/rpc_struct.h event2/tag.h \ 127 event2/tag_compat.h event2/thread.h event2/util.h 128 HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) \ 129 $(nodist_noinst_HEADERS) $(noinst_HEADERS) 130 ETAGS = etags 131 CTAGS = ctags 132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 133 ACLOCAL = @ACLOCAL@ 134 AMTAR = @AMTAR@ 135 AR = @AR@ 136 AUTOCONF = @AUTOCONF@ 137 AUTOHEADER = @AUTOHEADER@ 138 AUTOMAKE = @AUTOMAKE@ 139 AWK = @AWK@ 140 CC = @CC@ 141 CCDEPMODE = @CCDEPMODE@ 142 CFLAGS = @CFLAGS@ 143 CPP = @CPP@ 144 CPPFLAGS = @CPPFLAGS@ 145 CYGPATH_W = @CYGPATH_W@ 146 DEFS = @DEFS@ 147 DEPDIR = @DEPDIR@ 148 DLLTOOL = @DLLTOOL@ 149 DSYMUTIL = @DSYMUTIL@ 150 DUMPBIN = @DUMPBIN@ 151 ECHO_C = @ECHO_C@ 152 ECHO_N = @ECHO_N@ 153 ECHO_T = @ECHO_T@ 154 EGREP = @EGREP@ 155 EV_LIB_GDI = @EV_LIB_GDI@ 156 EV_LIB_WS32 = @EV_LIB_WS32@ 157 EXEEXT = @EXEEXT@ 158 FGREP = @FGREP@ 159 GREP = @GREP@ 160 INSTALL = @INSTALL@ 161 INSTALL_DATA = @INSTALL_DATA@ 162 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 163 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 165 LD = @LD@ 166 LDFLAGS = @LDFLAGS@ 167 LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@ 168 LIBOBJS = @LIBOBJS@ 169 LIBS = @LIBS@ 170 LIBTOOL = @LIBTOOL@ 171 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 172 LIPO = @LIPO@ 173 LN_S = @LN_S@ 174 LTLIBOBJS = @LTLIBOBJS@ 175 MAKEINFO = @MAKEINFO@ 176 MANIFEST_TOOL = @MANIFEST_TOOL@ 177 MKDIR_P = @MKDIR_P@ 178 NM = @NM@ 179 NMEDIT = @NMEDIT@ 180 OBJDUMP = @OBJDUMP@ 181 OBJEXT = @OBJEXT@ 182 OPENSSL_LIBADD = @OPENSSL_LIBADD@ 183 OPENSSL_LIBS = @OPENSSL_LIBS@ 184 OTOOL = @OTOOL@ 185 OTOOL64 = @OTOOL64@ 186 PACKAGE = @PACKAGE@ 187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 188 PACKAGE_NAME = @PACKAGE_NAME@ 189 PACKAGE_STRING = @PACKAGE_STRING@ 190 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 191 PACKAGE_URL = @PACKAGE_URL@ 192 PACKAGE_VERSION = @PACKAGE_VERSION@ 193 PATH_SEPARATOR = @PATH_SEPARATOR@ 194 PTHREAD_CC = @PTHREAD_CC@ 195 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 196 PTHREAD_LIBS = @PTHREAD_LIBS@ 197 RANLIB = @RANLIB@ 198 SED = @SED@ 199 SET_MAKE = @SET_MAKE@ 200 SHELL = @SHELL@ 201 STRIP = @STRIP@ 202 VERSION = @VERSION@ 203 ZLIB_LIBS = @ZLIB_LIBS@ 204 abs_builddir = @abs_builddir@ 205 abs_srcdir = @abs_srcdir@ 206 abs_top_builddir = @abs_top_builddir@ 207 abs_top_srcdir = @abs_top_srcdir@ 208 ac_ct_AR = @ac_ct_AR@ 209 ac_ct_CC = @ac_ct_CC@ 210 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 211 acx_pthread_config = @acx_pthread_config@ 212 am__include = @am__include@ 213 am__leading_dot = @am__leading_dot@ 214 am__quote = @am__quote@ 215 am__tar = @am__tar@ 216 am__untar = @am__untar@ 217 bindir = @bindir@ 218 build = @build@ 219 build_alias = @build_alias@ 220 build_cpu = @build_cpu@ 221 build_os = @build_os@ 222 build_vendor = @build_vendor@ 223 builddir = @builddir@ 224 datadir = @datadir@ 225 datarootdir = @datarootdir@ 226 docdir = @docdir@ 227 dvidir = @dvidir@ 228 exec_prefix = @exec_prefix@ 229 host = @host@ 230 host_alias = @host_alias@ 231 host_cpu = @host_cpu@ 232 host_os = @host_os@ 233 host_vendor = @host_vendor@ 234 htmldir = @htmldir@ 235 includedir = @includedir@ 236 infodir = @infodir@ 237 install_sh = @install_sh@ 238 libdir = @libdir@ 239 libexecdir = @libexecdir@ 240 localedir = @localedir@ 241 localstatedir = @localstatedir@ 242 mandir = @mandir@ 243 mkdir_p = @mkdir_p@ 244 oldincludedir = @oldincludedir@ 245 pdfdir = @pdfdir@ 246 prefix = @prefix@ 247 program_transform_name = @program_transform_name@ 248 psdir = @psdir@ 249 sbindir = @sbindir@ 250 sharedstatedir = @sharedstatedir@ 251 srcdir = @srcdir@ 252 sysconfdir = @sysconfdir@ 253 target_alias = @target_alias@ 254 top_build_prefix = @top_build_prefix@ 255 top_builddir = @top_builddir@ 256 top_srcdir = @top_srcdir@ 257 AUTOMAKE_OPTIONS = foreign 258 EVENT2_EXPORT = \ 259 event2/buffer.h \ 260 event2/buffer_compat.h \ 261 event2/bufferevent.h \ 262 event2/bufferevent_compat.h \ 263 event2/bufferevent_ssl.h \ 264 event2/bufferevent_struct.h \ 265 event2/dns.h \ 266 event2/dns_compat.h \ 267 event2/dns_struct.h \ 268 event2/event.h \ 269 event2/event_compat.h \ 270 event2/event_struct.h \ 271 event2/http.h \ 272 event2/http_compat.h \ 273 event2/http_struct.h \ 274 event2/keyvalq_struct.h \ 275 event2/listener.h \ 276 event2/rpc.h \ 277 event2/rpc_compat.h \ 278 event2/rpc_struct.h \ 279 event2/tag.h \ 280 event2/tag_compat.h \ 281 event2/thread.h \ 282 event2/util.h 283 284 EXTRA_SRC = $(EVENT2_EXPORT) 285 @INSTALL_LIBEVENT_TRUE@nobase_include_HEADERS = $(EVENT2_EXPORT) 286 @INSTALL_LIBEVENT_TRUE@nobase_nodist_include_HEADERS = ./event2/event-config.h 287 @INSTALL_LIBEVENT_FALSE@noinst_HEADERS = $(EVENT2_EXPORT) 288 @INSTALL_LIBEVENT_FALSE@nodist_noinst_HEADERS = ./event2/event-config.h 289 all: all-am 290 291 .SUFFIXES: 292 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 293 @for dep in $?; do \ 294 case '$(am__configure_deps)' in \ 295 *$$dep*) \ 296 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 297 && { if test -f $@; then exit 0; else break; fi; }; \ 298 exit 1;; \ 299 esac; \ 300 done; \ 301 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 302 $(am__cd) $(top_srcdir) && \ 303 $(AUTOMAKE) --foreign include/Makefile 304 .PRECIOUS: Makefile 305 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 306 @case '$?' in \ 307 *config.status*) \ 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 309 *) \ 310 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 311 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 312 esac; 313 314 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 316 317 $(top_srcdir)/configure: $(am__configure_deps) 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 319 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 321 $(am__aclocal_m4_deps): 322 323 mostlyclean-libtool: 324 -rm -f *.lo 325 326 clean-libtool: 327 -rm -rf .libs _libs 328 install-nobase_includeHEADERS: $(nobase_include_HEADERS) 329 @$(NORMAL_INSTALL) 330 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 331 if test -n "$$list"; then \ 332 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 333 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 334 fi; \ 335 $(am__nobase_list) | while read dir files; do \ 336 xfiles=; for file in $$files; do \ 337 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 338 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 339 test -z "$$xfiles" || { \ 340 test "x$$dir" = x. || { \ 341 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 342 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 343 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 344 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 345 done 346 347 uninstall-nobase_includeHEADERS: 348 @$(NORMAL_UNINSTALL) 349 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 350 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 351 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 352 install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS) 353 @$(NORMAL_INSTALL) 354 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 355 if test -n "$$list"; then \ 356 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 357 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 358 fi; \ 359 $(am__nobase_list) | while read dir files; do \ 360 xfiles=; for file in $$files; do \ 361 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 362 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 363 test -z "$$xfiles" || { \ 364 test "x$$dir" = x. || { \ 365 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 366 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 367 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 368 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 369 done 370 371 uninstall-nobase_nodist_includeHEADERS: 372 @$(NORMAL_UNINSTALL) 373 @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 374 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 375 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 376 377 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 379 unique=`for i in $$list; do \ 380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 381 done | \ 382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 383 END { if (nonempty) { for (i in files) print i; }; }'`; \ 384 mkid -fID $$unique 385 tags: TAGS 386 387 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 388 $(TAGS_FILES) $(LISP) 389 set x; \ 390 here=`pwd`; \ 391 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 392 unique=`for i in $$list; do \ 393 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 394 done | \ 395 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 396 END { if (nonempty) { for (i in files) print i; }; }'`; \ 397 shift; \ 398 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 399 test -n "$$unique" || unique=$$empty_fix; \ 400 if test $$# -gt 0; then \ 401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 402 "$$@" $$unique; \ 403 else \ 404 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 405 $$unique; \ 406 fi; \ 407 fi 408 ctags: CTAGS 409 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 410 $(TAGS_FILES) $(LISP) 411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 412 unique=`for i in $$list; do \ 413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 414 done | \ 415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 416 END { if (nonempty) { for (i in files) print i; }; }'`; \ 417 test -z "$(CTAGS_ARGS)$$unique" \ 418 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 419 $$unique 420 421 GTAGS: 422 here=`$(am__cd) $(top_builddir) && pwd` \ 423 && $(am__cd) $(top_srcdir) \ 424 && gtags -i $(GTAGS_ARGS) "$$here" 425 426 cscopelist: $(HEADERS) $(SOURCES) $(LISP) 427 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 428 case "$(srcdir)" in \ 429 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 430 *) sdir=$(subdir)/$(srcdir) ;; \ 431 esac; \ 432 for i in $$list; do \ 433 if test -f "$$i"; then \ 434 echo "$(subdir)/$$i"; \ 435 else \ 436 echo "$$sdir/$$i"; \ 437 fi; \ 438 done >> $(top_builddir)/cscope.files 439 440 distclean-tags: 441 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 442 443 distdir: $(DISTFILES) 444 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 445 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 446 list='$(DISTFILES)'; \ 447 dist_files=`for file in $$list; do echo $$file; done | \ 448 sed -e "s|^$$srcdirstrip/||;t" \ 449 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 450 case $$dist_files in \ 451 */*) $(MKDIR_P) `echo "$$dist_files" | \ 452 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 453 sort -u` ;; \ 454 esac; \ 455 for file in $$dist_files; do \ 456 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 457 if test -d $$d/$$file; then \ 458 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 459 if test -d "$(distdir)/$$file"; then \ 460 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 461 fi; \ 462 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 463 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 464 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 465 fi; \ 466 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 467 else \ 468 test -f "$(distdir)/$$file" \ 469 || cp -p $$d/$$file "$(distdir)/$$file" \ 470 || exit 1; \ 471 fi; \ 472 done 473 check-am: all-am 474 check: check-am 475 all-am: Makefile $(HEADERS) 476 installdirs: 477 for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ 478 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 479 done 480 install: install-am 481 install-exec: install-exec-am 482 install-data: install-data-am 483 uninstall: uninstall-am 484 485 install-am: all-am 486 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 487 488 installcheck: installcheck-am 489 install-strip: 490 if test -z '$(STRIP)'; then \ 491 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 493 install; \ 494 else \ 495 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 496 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 497 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 498 fi 499 mostlyclean-generic: 500 501 clean-generic: 502 503 distclean-generic: 504 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 505 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 506 507 maintainer-clean-generic: 508 @echo "This command is intended for maintainers to use" 509 @echo "it deletes files that may require special tools to rebuild." 510 clean: clean-am 511 512 clean-am: clean-generic clean-libtool mostlyclean-am 513 514 distclean: distclean-am 515 -rm -f Makefile 516 distclean-am: clean-am distclean-generic distclean-tags 517 518 dvi: dvi-am 519 520 dvi-am: 521 522 html: html-am 523 524 html-am: 525 526 info: info-am 527 528 info-am: 529 530 install-data-am: install-nobase_includeHEADERS \ 531 install-nobase_nodist_includeHEADERS 532 533 install-dvi: install-dvi-am 534 535 install-dvi-am: 536 537 install-exec-am: 538 539 install-html: install-html-am 540 541 install-html-am: 542 543 install-info: install-info-am 544 545 install-info-am: 546 547 install-man: 548 549 install-pdf: install-pdf-am 550 551 install-pdf-am: 552 553 install-ps: install-ps-am 554 555 install-ps-am: 556 557 installcheck-am: 558 559 maintainer-clean: maintainer-clean-am 560 -rm -f Makefile 561 maintainer-clean-am: distclean-am maintainer-clean-generic 562 563 mostlyclean: mostlyclean-am 564 565 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 566 567 pdf: pdf-am 568 569 pdf-am: 570 571 ps: ps-am 572 573 ps-am: 574 575 uninstall-am: uninstall-nobase_includeHEADERS \ 576 uninstall-nobase_nodist_includeHEADERS 577 578 .MAKE: install-am install-strip 579 580 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 581 clean-libtool cscopelist ctags distclean distclean-generic \ 582 distclean-libtool distclean-tags distdir dvi dvi-am html \ 583 html-am info info-am install install-am install-data \ 584 install-data-am install-dvi install-dvi-am install-exec \ 585 install-exec-am install-html install-html-am install-info \ 586 install-info-am install-man install-nobase_includeHEADERS \ 587 install-nobase_nodist_includeHEADERS install-pdf \ 588 install-pdf-am install-ps install-ps-am install-strip \ 589 installcheck installcheck-am installdirs maintainer-clean \ 590 maintainer-clean-generic mostlyclean mostlyclean-generic \ 591 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 592 uninstall-am uninstall-nobase_includeHEADERS \ 593 uninstall-nobase_nodist_includeHEADERS 594 595 596 # Tell versions [3.59,3.63) of GNU make to not export all variables. 597 # Otherwise a system limit (for SysV at least) may be exceeded. 598 .NOEXPORT: 599