Home | History | Annotate | Download | only in lib
      1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
      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 
     18 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkgincludedir = $(includedir)/@PACKAGE@
     22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23 install_sh_DATA = $(install_sh) -c -m 644
     24 install_sh_PROGRAM = $(install_sh) -c
     25 install_sh_SCRIPT = $(install_sh) -c
     26 INSTALL_HEADER = $(INSTALL_DATA)
     27 transform = $(program_transform_name)
     28 NORMAL_INSTALL = :
     29 PRE_INSTALL = :
     30 POST_INSTALL = :
     31 NORMAL_UNINSTALL = :
     32 PRE_UNINSTALL = :
     33 POST_UNINSTALL = :
     34 build_triplet = @build@
     35 host_triplet = @host@
     36 subdir = lib
     37 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     38 	$(srcdir)/Makefile.in ChangeLog
     39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     40 am__aclocal_m4_deps = $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     41 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
     42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     43 	$(ACLOCAL_M4)
     44 mkinstalldirs = $(install_sh) -d
     45 CONFIG_HEADER = $(top_builddir)/config.h
     46 CONFIG_CLEAN_FILES =
     47 LIBRARIES = $(noinst_LIBRARIES)
     48 AR = ar
     49 ARFLAGS = cru
     50 libeu_a_AR = $(AR) $(ARFLAGS)
     51 libeu_a_LIBADD =
     52 am_libeu_a_OBJECTS = xstrndup.$(OBJEXT) xmalloc.$(OBJEXT) \
     53 	next_prime.$(OBJEXT) crc32.$(OBJEXT) crc32_file.$(OBJEXT) \
     54 	md5.$(OBJEXT) sha1.$(OBJEXT)
     55 libeu_a_OBJECTS = $(am_libeu_a_OBJECTS)
     56 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     57 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
     58 am__depfiles_maybe = depfiles
     59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     60 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     61 CCLD = $(CC)
     62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     63 SOURCES = $(libeu_a_SOURCES)
     64 DIST_SOURCES = $(libeu_a_SOURCES)
     65 HEADERS = $(noinst_HEADERS)
     66 ETAGS = etags
     67 CTAGS = ctags
     68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     69 ACLOCAL = @ACLOCAL@
     70 AMTAR = @AMTAR@
     71 AUTOCONF = @AUTOCONF@
     72 AUTOHEADER = @AUTOHEADER@
     73 AUTOMAKE = @AUTOMAKE@
     74 AWK = @AWK@
     75 CC = @CC@
     76 CCDEPMODE = @CCDEPMODE@
     77 CFLAGS = @CFLAGS@
     78 CPPFLAGS = @CPPFLAGS@
     79 CYGPATH_W = @CYGPATH_W@
     80 DATADIRNAME = @DATADIRNAME@
     81 DEBUGPRED = @DEBUGPRED@
     82 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H
     83 DEPDIR = @DEPDIR@
     84 ECHO_C = @ECHO_C@
     85 ECHO_N = @ECHO_N@
     86 ECHO_T = @ECHO_T@
     87 EXEEXT = @EXEEXT@
     88 GMSGFMT = @GMSGFMT@
     89 GMSGFMT_015 = @GMSGFMT_015@
     90 INSTALL = @INSTALL@
     91 INSTALL_DATA = @INSTALL_DATA@
     92 INSTALL_PROGRAM = @INSTALL_PROGRAM@
     93 INSTALL_SCRIPT = @INSTALL_SCRIPT@
     94 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     95 LDFLAGS = @LDFLAGS@
     96 LEX = @LEX@
     97 LEXLIB = @LEXLIB@
     98 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     99 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
    100 LIBOBJS = @LIBOBJS@
    101 LIBS = @LIBS@
    102 LOCALEDIR = @LOCALEDIR@
    103 LTLIBOBJS = @LTLIBOBJS@
    104 MAINT = @MAINT@
    105 MAKEINFO = @MAKEINFO@
    106 MKDIR_P = @MKDIR_P@
    107 MODVERSION = @MODVERSION@
    108 MSGFMT = @MSGFMT@
    109 MSGFMT_015 = @MSGFMT_015@
    110 MSGMERGE = @MSGMERGE@
    111 OBJEXT = @OBJEXT@
    112 PACKAGE = @PACKAGE@
    113 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    114 PACKAGE_NAME = @PACKAGE_NAME@
    115 PACKAGE_STRING = @PACKAGE_STRING@
    116 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    117 PACKAGE_VERSION = @PACKAGE_VERSION@
    118 PATH_SEPARATOR = @PATH_SEPARATOR@
    119 RANLIB = @RANLIB@
    120 SET_MAKE = @SET_MAKE@
    121 SHELL = @SHELL@
    122 STRIP = @STRIP@
    123 USE_NLS = @USE_NLS@
    124 VERSION = @VERSION@
    125 XGETTEXT = @XGETTEXT@
    126 XGETTEXT_015 = @XGETTEXT_015@
    127 YACC = @YACC@
    128 YFLAGS = @YFLAGS@
    129 abs_builddir = @abs_builddir@
    130 abs_srcdir = @abs_srcdir@
    131 abs_top_builddir = @abs_top_builddir@
    132 abs_top_srcdir = @abs_top_srcdir@
    133 ac_ct_CC = @ac_ct_CC@
    134 am__include = @am__include@
    135 am__leading_dot = @am__leading_dot@
    136 am__quote = @am__quote@
    137 am__tar = @am__tar@
    138 am__untar = @am__untar@
    139 base_cpu = @base_cpu@
    140 bindir = @bindir@
    141 build = @build@
    142 build_alias = @build_alias@
    143 build_cpu = @build_cpu@
    144 build_os = @build_os@
    145 build_vendor = @build_vendor@
    146 builddir = @builddir@
    147 datadir = @datadir@
    148 datarootdir = @datarootdir@
    149 docdir = @docdir@
    150 dvidir = @dvidir@
    151 eu_version = @eu_version@
    152 exec_prefix = @exec_prefix@
    153 host = @host@
    154 host_alias = @host_alias@
    155 host_cpu = @host_cpu@
    156 host_os = @host_os@
    157 host_vendor = @host_vendor@
    158 htmldir = @htmldir@
    159 includedir = @includedir@
    160 infodir = @infodir@
    161 install_sh = @install_sh@
    162 libdir = @libdir@
    163 libexecdir = @libexecdir@
    164 localedir = @localedir@
    165 localstatedir = @localstatedir@
    166 mandir = @mandir@
    167 mkdir_p = @mkdir_p@
    168 oldincludedir = @oldincludedir@
    169 pdfdir = @pdfdir@
    170 prefix = @prefix@
    171 program_transform_name = @program_transform_name@
    172 psdir = @psdir@
    173 sbindir = @sbindir@
    174 sharedstatedir = @sharedstatedir@
    175 srcdir = @srcdir@
    176 sysconfdir = @sysconfdir@
    177 target_alias = @target_alias@
    178 top_build_prefix = @top_build_prefix@
    179 top_builddir = @top_builddir@
    180 top_srcdir = @top_srcdir@
    181 @MUDFLAP_FALSE@AM_CFLAGS = -fpic -Wall -Wshadow -Werror -Wunused \
    182 @MUDFLAP_FALSE@	-Wextra $($(*F)_CFLAGS)
    183 @MUDFLAP_TRUE@AM_CFLAGS = -fmudflap -fpic -Wall -Wshadow -Werror \
    184 @MUDFLAP_TRUE@	-Wunused -Wextra $($(*F)_CFLAGS)
    185 INCLUDES = -I$(srcdir)/../libelf -I..
    186 noinst_LIBRARIES = libeu.a
    187 libeu_a_SOURCES = xstrndup.c xmalloc.c next_prime.c \
    188 		  crc32.c crc32_file.c md5.c sha1.c
    189 
    190 noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h \
    191 		 sha1.h eu-config.h
    192 
    193 EXTRA_DIST = dynamicsizehash.c
    194 @GPROF_FALSE@xmalloc_CFLAGS = -ffunction-sections
    195 all: all-am
    196 
    197 .SUFFIXES:
    198 .SUFFIXES: .c .o .obj
    199 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    200 	@for dep in $?; do \
    201 	  case '$(am__configure_deps)' in \
    202 	    *$$dep*) \
    203 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
    204 		&& exit 0; \
    205 	      exit 1;; \
    206 	  esac; \
    207 	done; \
    208 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  lib/Makefile'; \
    209 	cd $(top_srcdir) && \
    210 	  $(AUTOMAKE) --gnits  lib/Makefile
    211 .PRECIOUS: Makefile
    212 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    213 	@case '$?' in \
    214 	  *config.status*) \
    215 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    216 	  *) \
    217 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    218 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    219 	esac;
    220 
    221 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    222 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    223 
    224 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    225 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    226 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    227 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    228 
    229 clean-noinstLIBRARIES:
    230 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    231 libeu.a: $(libeu_a_OBJECTS) $(libeu_a_DEPENDENCIES) 
    232 	-rm -f libeu.a
    233 	$(libeu_a_AR) libeu.a $(libeu_a_OBJECTS) $(libeu_a_LIBADD)
    234 	$(RANLIB) libeu.a
    235 
    236 mostlyclean-compile:
    237 	-rm -f *.$(OBJEXT)
    238 
    239 distclean-compile:
    240 	-rm -f *.tab.c
    241 
    242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
    243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32_file.Po@am__quote@
    244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
    245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@
    246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
    247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
    248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
    249 
    250 .c.o:
    251 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    252 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    253 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    254 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    255 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    256 
    257 .c.obj:
    258 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    259 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    260 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    261 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    262 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    263 
    264 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    265 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    266 	unique=`for i in $$list; do \
    267 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    268 	  done | \
    269 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
    270 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    271 	mkid -fID $$unique
    272 tags: TAGS
    273 
    274 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    275 		$(TAGS_FILES) $(LISP)
    276 	tags=; \
    277 	here=`pwd`; \
    278 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    279 	unique=`for i in $$list; do \
    280 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    281 	  done | \
    282 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    283 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    284 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    285 	  test -n "$$unique" || unique=$$empty_fix; \
    286 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    287 	    $$tags $$unique; \
    288 	fi
    289 ctags: CTAGS
    290 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    291 		$(TAGS_FILES) $(LISP)
    292 	tags=; \
    293 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    294 	unique=`for i in $$list; do \
    295 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    296 	  done | \
    297 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    298 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    299 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    300 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    301 	     $$tags $$unique
    302 
    303 GTAGS:
    304 	here=`$(am__cd) $(top_builddir) && pwd` \
    305 	  && cd $(top_srcdir) \
    306 	  && gtags -i $(GTAGS_ARGS) $$here
    307 
    308 distclean-tags:
    309 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    310 
    311 distdir: $(DISTFILES)
    312 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    313 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    314 	list='$(DISTFILES)'; \
    315 	  dist_files=`for file in $$list; do echo $$file; done | \
    316 	  sed -e "s|^$$srcdirstrip/||;t" \
    317 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    318 	case $$dist_files in \
    319 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    320 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    321 			   sort -u` ;; \
    322 	esac; \
    323 	for file in $$dist_files; do \
    324 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    325 	  if test -d $$d/$$file; then \
    326 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    327 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    328 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    329 	    fi; \
    330 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    331 	  else \
    332 	    test -f $(distdir)/$$file \
    333 	    || cp -p $$d/$$file $(distdir)/$$file \
    334 	    || exit 1; \
    335 	  fi; \
    336 	done
    337 check-am: all-am
    338 check: check-am
    339 all-am: Makefile $(LIBRARIES) $(HEADERS)
    340 installdirs:
    341 install: install-am
    342 install-exec: install-exec-am
    343 install-data: install-data-am
    344 uninstall: uninstall-am
    345 
    346 install-am: all-am
    347 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    348 
    349 installcheck: installcheck-am
    350 install-strip:
    351 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    352 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    353 	  `test -z '$(STRIP)' || \
    354 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    355 mostlyclean-generic:
    356 
    357 clean-generic:
    358 
    359 distclean-generic:
    360 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    361 
    362 maintainer-clean-generic:
    363 	@echo "This command is intended for maintainers to use"
    364 	@echo "it deletes files that may require special tools to rebuild."
    365 clean: clean-am
    366 
    367 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    368 
    369 distclean: distclean-am
    370 	-rm -rf ./$(DEPDIR)
    371 	-rm -f Makefile
    372 distclean-am: clean-am distclean-compile distclean-generic \
    373 	distclean-tags
    374 
    375 dvi: dvi-am
    376 
    377 dvi-am:
    378 
    379 html: html-am
    380 
    381 info: info-am
    382 
    383 info-am:
    384 
    385 install-data-am:
    386 
    387 install-dvi: install-dvi-am
    388 
    389 install-exec-am:
    390 
    391 install-html: install-html-am
    392 
    393 install-info: install-info-am
    394 
    395 install-man:
    396 
    397 install-pdf: install-pdf-am
    398 
    399 install-ps: install-ps-am
    400 
    401 installcheck-am:
    402 
    403 maintainer-clean: maintainer-clean-am
    404 	-rm -rf ./$(DEPDIR)
    405 	-rm -f Makefile
    406 maintainer-clean-am: distclean-am maintainer-clean-generic
    407 
    408 mostlyclean: mostlyclean-am
    409 
    410 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    411 
    412 pdf: pdf-am
    413 
    414 pdf-am:
    415 
    416 ps: ps-am
    417 
    418 ps-am:
    419 
    420 uninstall-am:
    421 
    422 .MAKE: install-am install-strip
    423 
    424 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    425 	clean-noinstLIBRARIES ctags distclean distclean-compile \
    426 	distclean-generic distclean-tags distdir dvi dvi-am html \
    427 	html-am info info-am install install-am install-data \
    428 	install-data-am install-dvi install-dvi-am install-exec \
    429 	install-exec-am install-html install-html-am install-info \
    430 	install-info-am install-man install-pdf install-pdf-am \
    431 	install-ps install-ps-am install-strip installcheck \
    432 	installcheck-am installdirs maintainer-clean \
    433 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    434 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    435 	uninstall-am
    436 
    437 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    438 # Otherwise a system limit (for SysV at least) may be exceeded.
    439 .NOEXPORT:
    440