1# Makefile.in generated by automake 1.14.1 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 17 18VPATH = @srcdir@ 19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 20am__make_running_with_option = \ 21 case $${target_option-} in \ 22 ?) ;; \ 23 *) echo "am__make_running_with_option: internal error: invalid" \ 24 "target option '$${target_option-}' specified" >&2; \ 25 exit 1;; \ 26 esac; \ 27 has_opt=no; \ 28 sane_makeflags=$$MAKEFLAGS; \ 29 if $(am__is_gnu_make); then \ 30 sane_makeflags=$$MFLAGS; \ 31 else \ 32 case $$MAKEFLAGS in \ 33 *\\[\ \ ]*) \ 34 bs=\\; \ 35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 37 esac; \ 38 fi; \ 39 skip_next=no; \ 40 strip_trailopt () \ 41 { \ 42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 43 }; \ 44 for flg in $$sane_makeflags; do \ 45 test $$skip_next = yes && { skip_next=no; continue; }; \ 46 case $$flg in \ 47 *=*|--*) continue;; \ 48 -*I) strip_trailopt 'I'; skip_next=yes;; \ 49 -*I?*) strip_trailopt 'I';; \ 50 -*O) strip_trailopt 'O'; skip_next=yes;; \ 51 -*O?*) strip_trailopt 'O';; \ 52 -*l) strip_trailopt 'l'; skip_next=yes;; \ 53 -*l?*) strip_trailopt 'l';; \ 54 -[dEDm]) skip_next=yes;; \ 55 -[JT]) skip_next=yes;; \ 56 esac; \ 57 case $$flg in \ 58 *$$target_option*) has_opt=yes; break;; \ 59 esac; \ 60 done; \ 61 test $$has_opt = yes 62am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 63am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 64pkgdatadir = $(datadir)/@PACKAGE@ 65pkgincludedir = $(includedir)/@PACKAGE@ 66pkglibdir = $(libdir)/@PACKAGE@ 67pkglibexecdir = $(libexecdir)/@PACKAGE@ 68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 69install_sh_DATA = $(install_sh) -c -m 644 70install_sh_PROGRAM = $(install_sh) -c 71install_sh_SCRIPT = $(install_sh) -c 72INSTALL_HEADER = $(INSTALL_DATA) 73transform = $(program_transform_name) 74NORMAL_INSTALL = : 75PRE_INSTALL = : 76POST_INSTALL = : 77NORMAL_UNINSTALL = : 78PRE_UNINSTALL = : 79POST_UNINSTALL = : 80build_triplet = @build@ 81host_triplet = @host@ 82DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \ 83 $(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \ 84 $(noinst_HEADERS) ChangeLog 85subdir = lib 86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \ 88 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 89 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \ 90 $(top_srcdir)/configure.ac 91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 $(ACLOCAL_M4) 93mkinstalldirs = $(install_sh) -d 94CONFIG_HEADER = $(top_builddir)/config.h 95CONFIG_CLEAN_FILES = 96CONFIG_CLEAN_VPATH_FILES = 97LIBRARIES = $(noinst_LIBRARIES) 98ARFLAGS = cru 99AM_V_AR = $(am__v_AR_@AM_V@) 100am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 101am__v_AR_0 = @echo " AR " $@; 102am__v_AR_1 = 103libeu_a_AR = $(AR) $(ARFLAGS) 104libeu_a_LIBADD = 105am_libeu_a_OBJECTS = xstrdup.$(OBJEXT) xstrndup.$(OBJEXT) \ 106 xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT) \ 107 crc32_file.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \ 108 color.$(OBJEXT) 109libeu_a_OBJECTS = $(am_libeu_a_OBJECTS) 110AM_V_P = $(am__v_P_@AM_V@) 111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 112am__v_P_0 = false 113am__v_P_1 = : 114AM_V_GEN = $(am__v_GEN_@AM_V@) 115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 116am__v_GEN_0 = @echo " GEN " $@; 117am__v_GEN_1 = 118AM_V_at = $(am__v_at_@AM_V@) 119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 120am__v_at_0 = @ 121am__v_at_1 = 122DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 123depcomp = $(SHELL) $(top_srcdir)/config/depcomp 124am__depfiles_maybe = depfiles 125am__mv = mv -f 126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 127 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 128AM_V_CC = $(am__v_CC_@AM_V@) 129am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 130am__v_CC_0 = @echo " CC " $@; 131am__v_CC_1 = 132CCLD = $(CC) 133LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 134AM_V_CCLD = $(am__v_CCLD_@AM_V@) 135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 136am__v_CCLD_0 = @echo " CCLD " $@; 137am__v_CCLD_1 = 138SOURCES = $(libeu_a_SOURCES) 139DIST_SOURCES = $(libeu_a_SOURCES) 140am__can_run_installinfo = \ 141 case $$AM_UPDATE_INFO_DIR in \ 142 n|no|NO) false;; \ 143 *) (install-info --version) >/dev/null 2>&1;; \ 144 esac 145HEADERS = $(noinst_HEADERS) 146am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 147# Read a list of newline-separated strings from the standard input, 148# and print each of them once, without duplicates. Input order is 149# *not* preserved. 150am__uniquify_input = $(AWK) '\ 151 BEGIN { nonempty = 0; } \ 152 { items[$$0] = 1; nonempty = 1; } \ 153 END { if (nonempty) { for (i in items) print i; }; } \ 154' 155# Make sure the list of sources is unique. This is necessary because, 156# e.g., the same source file might be shared among _SOURCES variables 157# for different programs/libraries. 158am__define_uniq_tagged_files = \ 159 list='$(am__tagged_files)'; \ 160 unique=`for i in $$list; do \ 161 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 162 done | $(am__uniquify_input)` 163ETAGS = etags 164CTAGS = ctags 165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166ACLOCAL = @ACLOCAL@ 167AMTAR = @AMTAR@ 168AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 169AR = @AR@ 170AUTOCONF = @AUTOCONF@ 171AUTOHEADER = @AUTOHEADER@ 172AUTOMAKE = @AUTOMAKE@ 173AWK = @AWK@ 174CC = @CC@ 175CCDEPMODE = @CCDEPMODE@ 176CC_BIARCH = @CC_BIARCH@ 177CFLAGS = @CFLAGS@ 178CPP = @CPP@ 179CPPFLAGS = @CPPFLAGS@ 180CYGPATH_W = @CYGPATH_W@ 181DEBUGPRED = @DEBUGPRED@ 182DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"' 183DEPDIR = @DEPDIR@ 184ECHO_C = @ECHO_C@ 185ECHO_N = @ECHO_N@ 186ECHO_T = @ECHO_T@ 187EGREP = @EGREP@ 188EXEEXT = @EXEEXT@ 189GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 190GMSGFMT = @GMSGFMT@ 191GMSGFMT_015 = @GMSGFMT_015@ 192GREP = @GREP@ 193HAVE_VALGRIND = @HAVE_VALGRIND@ 194INSTALL = @INSTALL@ 195INSTALL_DATA = @INSTALL_DATA@ 196INSTALL_PROGRAM = @INSTALL_PROGRAM@ 197INSTALL_SCRIPT = @INSTALL_SCRIPT@ 198INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 199LDFLAGS = @LDFLAGS@ 200LEX = @LEX@ 201LEXLIB = @LEXLIB@ 202LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 203LIBEBL_SUBDIR = @LIBEBL_SUBDIR@ 204LIBOBJS = @LIBOBJS@ 205LIBS = @LIBS@ 206LTLIBOBJS = @LTLIBOBJS@ 207MAINT = @MAINT@ 208MAKEINFO = @MAKEINFO@ 209MKDIR_P = @MKDIR_P@ 210MODVERSION = @MODVERSION@ 211MSGFMT = @MSGFMT@ 212MSGFMT_015 = @MSGFMT_015@ 213MSGMERGE = @MSGMERGE@ 214NM = @NM@ 215OBJEXT = @OBJEXT@ 216PACKAGE = @PACKAGE@ 217PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 218PACKAGE_NAME = @PACKAGE_NAME@ 219PACKAGE_STRING = @PACKAGE_STRING@ 220PACKAGE_TARNAME = @PACKAGE_TARNAME@ 221PACKAGE_URL = @PACKAGE_URL@ 222PACKAGE_VERSION = @PACKAGE_VERSION@ 223PATH_SEPARATOR = @PATH_SEPARATOR@ 224RANLIB = @RANLIB@ 225READELF = @READELF@ 226SET_MAKE = @SET_MAKE@ 227SHELL = @SHELL@ 228STRIP = @STRIP@ 229USE_NLS = @USE_NLS@ 230VERSION = @VERSION@ 231XGETTEXT = @XGETTEXT@ 232XGETTEXT_015 = @XGETTEXT_015@ 233XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 234YACC = @YACC@ 235YFLAGS = @YFLAGS@ 236abs_builddir = @abs_builddir@ 237abs_srcdir = @abs_srcdir@ 238abs_top_builddir = @abs_top_builddir@ 239abs_top_srcdir = @abs_top_srcdir@ 240ac_ct_AR = @ac_ct_AR@ 241ac_ct_CC = @ac_ct_CC@ 242am__include = @am__include@ 243am__leading_dot = @am__leading_dot@ 244am__quote = @am__quote@ 245am__tar = @am__tar@ 246am__untar = @am__untar@ 247base_cpu = @base_cpu@ 248bindir = @bindir@ 249build = @build@ 250build_alias = @build_alias@ 251build_cpu = @build_cpu@ 252build_os = @build_os@ 253build_vendor = @build_vendor@ 254builddir = @builddir@ 255datadir = @datadir@ 256datarootdir = @datarootdir@ 257docdir = @docdir@ 258dvidir = @dvidir@ 259eu_version = @eu_version@ 260exec_prefix = @exec_prefix@ 261host = @host@ 262host_alias = @host_alias@ 263host_cpu = @host_cpu@ 264host_os = @host_os@ 265host_vendor = @host_vendor@ 266htmldir = @htmldir@ 267includedir = @includedir@ 268infodir = @infodir@ 269install_sh = @install_sh@ 270libdir = @libdir@ 271libexecdir = @libexecdir@ 272localedir = @localedir@ 273localstatedir = @localstatedir@ 274mandir = @mandir@ 275mkdir_p = @mkdir_p@ 276oldincludedir = @oldincludedir@ 277pdfdir = @pdfdir@ 278prefix = @prefix@ 279program_transform_name = @program_transform_name@ 280psdir = @psdir@ 281sbindir = @sbindir@ 282sharedstatedir = @sharedstatedir@ 283srcdir = @srcdir@ 284sysconfdir = @sysconfdir@ 285target_alias = @target_alias@ 286top_build_prefix = @top_build_prefix@ 287top_builddir = @top_builddir@ 288top_srcdir = @top_srcdir@ 289zip_LIBS = @zip_LIBS@ 290AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \ 291 -I$(srcdir)/../libelf 292AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \ 293 $($(*F)_no_Werror),,-Werror) $(if \ 294 $($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic 295COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE)) 296CLEANFILES = *.gcno *.gcda 297textrel_msg = echo "WARNING: TEXTREL found in '$@'" 298@FATAL_TEXTREL_FALSE@textrel_found = $(textrel_msg) 299@FATAL_TEXTREL_TRUE@textrel_found = $(textrel_msg); exit 1 300textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi 301noinst_LIBRARIES = libeu.a 302libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \ 303 crc32.c crc32_file.c md5.c sha1.c \ 304 color.c 305 306noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h \ 307 sha1.h eu-config.h 308 309EXTRA_DIST = dynamicsizehash.c 310@GPROF_FALSE@xmalloc_CFLAGS = -ffunction-sections 311all: all-am 312 313.SUFFIXES: 314.SUFFIXES: .c .o .obj 315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps) 316 @for dep in $?; do \ 317 case '$(am__configure_deps)' in \ 318 *$$dep*) \ 319 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 320 && { if test -f $@; then exit 0; else break; fi; }; \ 321 exit 1;; \ 322 esac; \ 323 done; \ 324 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \ 325 $(am__cd) $(top_srcdir) && \ 326 $(AUTOMAKE) --gnits lib/Makefile 327.PRECIOUS: Makefile 328Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 329 @case '$?' in \ 330 *config.status*) \ 331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 332 *) \ 333 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 334 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 335 esac; 336$(top_srcdir)/config/eu.am: 337 338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 340 341$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 343$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 345$(am__aclocal_m4_deps): 346 347clean-noinstLIBRARIES: 348 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 349 350libeu.a: $(libeu_a_OBJECTS) $(libeu_a_DEPENDENCIES) $(EXTRA_libeu_a_DEPENDENCIES) 351 $(AM_V_at)-rm -f libeu.a 352 $(AM_V_AR)$(libeu_a_AR) libeu.a $(libeu_a_OBJECTS) $(libeu_a_LIBADD) 353 $(AM_V_at)$(RANLIB) libeu.a 354 355mostlyclean-compile: 356 -rm -f *.$(OBJEXT) 357 358distclean-compile: 359 -rm -f *.tab.c 360 361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@ 362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@ 363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32_file.Po@am__quote@ 364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@ 365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@ 366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ 367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ 368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup.Po@am__quote@ 369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@ 370 371.c.o: 372@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 373@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 374@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 375@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 376@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 377 378.c.obj: 379@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 380@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 381@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 382@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 383@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 384 385ID: $(am__tagged_files) 386 $(am__define_uniq_tagged_files); mkid -fID $$unique 387tags: tags-am 388TAGS: tags 389 390tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 391 set x; \ 392 here=`pwd`; \ 393 $(am__define_uniq_tagged_files); \ 394 shift; \ 395 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 396 test -n "$$unique" || unique=$$empty_fix; \ 397 if test $$# -gt 0; then \ 398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 399 "$$@" $$unique; \ 400 else \ 401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 402 $$unique; \ 403 fi; \ 404 fi 405ctags: ctags-am 406 407CTAGS: ctags 408ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 409 $(am__define_uniq_tagged_files); \ 410 test -z "$(CTAGS_ARGS)$$unique" \ 411 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 412 $$unique 413 414GTAGS: 415 here=`$(am__cd) $(top_builddir) && pwd` \ 416 && $(am__cd) $(top_srcdir) \ 417 && gtags -i $(GTAGS_ARGS) "$$here" 418cscopelist: cscopelist-am 419 420cscopelist-am: $(am__tagged_files) 421 list='$(am__tagged_files)'; \ 422 case "$(srcdir)" in \ 423 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 424 *) sdir=$(subdir)/$(srcdir) ;; \ 425 esac; \ 426 for i in $$list; do \ 427 if test -f "$$i"; then \ 428 echo "$(subdir)/$$i"; \ 429 else \ 430 echo "$$sdir/$$i"; \ 431 fi; \ 432 done >> $(top_builddir)/cscope.files 433 434distclean-tags: 435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 436 437distdir: $(DISTFILES) 438 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 440 list='$(DISTFILES)'; \ 441 dist_files=`for file in $$list; do echo $$file; done | \ 442 sed -e "s|^$$srcdirstrip/||;t" \ 443 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 444 case $$dist_files in \ 445 */*) $(MKDIR_P) `echo "$$dist_files" | \ 446 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 447 sort -u` ;; \ 448 esac; \ 449 for file in $$dist_files; do \ 450 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 451 if test -d $$d/$$file; then \ 452 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 453 if test -d "$(distdir)/$$file"; then \ 454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 455 fi; \ 456 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 457 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 459 fi; \ 460 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 461 else \ 462 test -f "$(distdir)/$$file" \ 463 || cp -p $$d/$$file "$(distdir)/$$file" \ 464 || exit 1; \ 465 fi; \ 466 done 467check-am: all-am 468check: check-am 469all-am: Makefile $(LIBRARIES) $(HEADERS) 470installdirs: 471install: install-am 472install-exec: install-exec-am 473install-data: install-data-am 474uninstall: uninstall-am 475 476install-am: all-am 477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 478 479installcheck: installcheck-am 480install-strip: 481 if test -z '$(STRIP)'; then \ 482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 484 install; \ 485 else \ 486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 488 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 489 fi 490mostlyclean-generic: 491 492clean-generic: 493 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 494 495distclean-generic: 496 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 497 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 498 499maintainer-clean-generic: 500 @echo "This command is intended for maintainers to use" 501 @echo "it deletes files that may require special tools to rebuild." 502clean: clean-am 503 504clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 505 506distclean: distclean-am 507 -rm -rf ./$(DEPDIR) 508 -rm -f Makefile 509distclean-am: clean-am distclean-compile distclean-generic \ 510 distclean-tags 511 512dvi: dvi-am 513 514dvi-am: 515 516html: html-am 517 518html-am: 519 520info: info-am 521 522info-am: 523 524install-data-am: 525 526install-dvi: install-dvi-am 527 528install-dvi-am: 529 530install-exec-am: 531 532install-html: install-html-am 533 534install-html-am: 535 536install-info: install-info-am 537 538install-info-am: 539 540install-man: 541 542install-pdf: install-pdf-am 543 544install-pdf-am: 545 546install-ps: install-ps-am 547 548install-ps-am: 549 550installcheck-am: 551 552maintainer-clean: maintainer-clean-am 553 -rm -rf ./$(DEPDIR) 554 -rm -f Makefile 555maintainer-clean-am: distclean-am maintainer-clean-generic 556 557mostlyclean: mostlyclean-am 558 559mostlyclean-am: mostlyclean-compile mostlyclean-generic 560 561pdf: pdf-am 562 563pdf-am: 564 565ps: ps-am 566 567ps-am: 568 569uninstall-am: 570 571.MAKE: install-am install-strip 572 573.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 574 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ 575 distclean-compile distclean-generic distclean-tags distdir dvi \ 576 dvi-am html html-am info info-am install install-am \ 577 install-data install-data-am install-dvi install-dvi-am \ 578 install-exec install-exec-am install-html install-html-am \ 579 install-info install-info-am install-man install-pdf \ 580 install-pdf-am install-ps install-ps-am install-strip \ 581 installcheck installcheck-am installdirs maintainer-clean \ 582 maintainer-clean-generic mostlyclean mostlyclean-compile \ 583 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 584 uninstall-am 585 586 587%.os: %.c %.o 588@AMDEP_TRUE@ if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \ 589@AMDEP_TRUE@ -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \ 590@AMDEP_TRUE@ then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \ 591@AMDEP_TRUE@ rm -f "$(DEPDIR)/$*.Tpo"; \ 592@AMDEP_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 593@AMDEP_TRUE@ fi 594@AMDEP_FALSE@ $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $< 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