Regenerate newlib/libc/search/Makefile.in for ndpm port
Signed-off-by: Corinna Vinschen <corinna-cygwin@cygwin.com>
This commit is contained in:
		| @@ -1,9 +1,8 @@ | ||||
| # Makefile.in generated by automake 1.11.6 from Makefile.am. | ||||
| # Makefile.in generated by automake 1.12.2 from Makefile.am. | ||||
| # @configure_input@ | ||||
|  | ||||
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||||
| # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | ||||
| # Foundation, Inc. | ||||
| # Copyright (C) 1994-2012 Free Software Foundation, Inc. | ||||
|  | ||||
| # This Makefile.in is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
| # with or without modifications, as long as this notice is preserved. | ||||
| @@ -54,15 +53,11 @@ POST_UNINSTALL = : | ||||
| build_triplet = @build@ | ||||
| host_triplet = @host@ | ||||
| DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \ | ||||
| 	$(srcdir)/Makefile.am | ||||
| 	$(srcdir)/Makefile.am $(top_srcdir)/../../mkinstalldirs | ||||
| subdir = search | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \ | ||||
| 	$(top_srcdir)/../../ltoptions.m4 \ | ||||
| 	$(top_srcdir)/../../ltsugar.m4 \ | ||||
| 	$(top_srcdir)/../../ltversion.m4 \ | ||||
| 	$(top_srcdir)/../../lt~obsolete.m4 \ | ||||
| 	$(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in | ||||
| am__aclocal_m4_deps = $(top_srcdir)/../acinclude.m4 \ | ||||
| 	$(top_srcdir)/configure.in | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||||
| 	$(ACLOCAL_M4) | ||||
| mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs | ||||
| @@ -72,7 +67,8 @@ LIBRARIES = $(noinst_LIBRARIES) | ||||
| ARFLAGS = cru | ||||
| lib_a_AR = $(AR) $(ARFLAGS) | ||||
| lib_a_LIBADD = | ||||
| am__objects_1 = lib_a-bsearch.$(OBJEXT) lib_a-qsort.$(OBJEXT) | ||||
| am__objects_1 = lib_a-bsearch.$(OBJEXT) lib_a-ndbm.$(OBJEXT) \ | ||||
| 	lib_a-qsort.$(OBJEXT) | ||||
| @ELIX_LEVEL_1_FALSE@am__objects_2 = lib_a-hash.$(OBJEXT) \ | ||||
| @ELIX_LEVEL_1_FALSE@	lib_a-hash_bigkey.$(OBJEXT) \ | ||||
| @ELIX_LEVEL_1_FALSE@	lib_a-hash_buf.$(OBJEXT) \ | ||||
| @@ -93,7 +89,7 @@ am__objects_1 = lib_a-bsearch.$(OBJEXT) lib_a-qsort.$(OBJEXT) | ||||
| lib_a_OBJECTS = $(am_lib_a_OBJECTS) | ||||
| LTLIBRARIES = $(noinst_LTLIBRARIES) | ||||
| libsearch_la_LIBADD = | ||||
| am__objects_4 = bsearch.lo qsort.lo | ||||
| am__objects_4 = bsearch.lo ndbm.lo qsort.lo | ||||
| @ELIX_LEVEL_1_FALSE@am__objects_5 = hash.lo hash_bigkey.lo hash_buf.lo \ | ||||
| @ELIX_LEVEL_1_FALSE@	hash_func.lo hash_log2.lo hash_page.lo \ | ||||
| @ELIX_LEVEL_1_FALSE@	hcreate.lo hcreate_r.lo tdelete.lo \ | ||||
| @@ -186,8 +182,10 @@ LIBTOOL = @LIBTOOL@ | ||||
| LIPO = @LIPO@ | ||||
| LN_S = @LN_S@ | ||||
| LTLIBOBJS = @LTLIBOBJS@ | ||||
| LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | ||||
| MAINT = @MAINT@ | ||||
| MAKEINFO = @MAKEINFO@ | ||||
| MANIFEST_TOOL = @MANIFEST_TOOL@ | ||||
| MKDIR_P = @MKDIR_P@ | ||||
| NEWLIB_CFLAGS = @NEWLIB_CFLAGS@ | ||||
| NM = @NM@ | ||||
| @@ -216,6 +214,7 @@ abs_builddir = @abs_builddir@ | ||||
| abs_srcdir = @abs_srcdir@ | ||||
| abs_top_builddir = @abs_top_builddir@ | ||||
| abs_top_srcdir = @abs_top_srcdir@ | ||||
| ac_ct_AR = @ac_ct_AR@ | ||||
| ac_ct_CC = @ac_ct_CC@ | ||||
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||||
| aext = @aext@ | ||||
| @@ -279,6 +278,7 @@ GENERAL_SOURCES = \ | ||||
| 	db_local.h \ | ||||
| 	extern.h \ | ||||
| 	hash.h \ | ||||
| 	ndbm.c \ | ||||
| 	page.h \ | ||||
| 	qsort.c | ||||
|  | ||||
| @@ -374,12 +374,14 @@ lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES) | ||||
|  | ||||
| clean-noinstLTLIBRARIES: | ||||
| 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | ||||
| 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | ||||
| 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||||
| 	  test "$$dir" != "$$p" || dir=.; \ | ||||
| 	  echo "rm -f \"$${dir}/so_locations\""; \ | ||||
| 	  rm -f "$${dir}/so_locations"; \ | ||||
| 	done | ||||
| 	@list='$(noinst_LTLIBRARIES)'; \ | ||||
| 	locs=`for p in $$list; do echo $$p; done | \ | ||||
| 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | ||||
| 	      sort -u`; \ | ||||
| 	test -z "$$locs" || { \ | ||||
| 	  echo rm -f $${locs}; \ | ||||
| 	  rm -f $${locs}; \ | ||||
| 	} | ||||
| libsearch.la: $(libsearch_la_OBJECTS) $(libsearch_la_DEPENDENCIES) $(EXTRA_libsearch_la_DEPENDENCIES)  | ||||
| 	$(libsearch_la_LINK) $(am_libsearch_la_rpath) $(libsearch_la_OBJECTS) $(libsearch_la_LIBADD) $(LIBS) | ||||
|  | ||||
| @@ -404,6 +406,12 @@ lib_a-bsearch.o: bsearch.c | ||||
| lib_a-bsearch.obj: bsearch.c | ||||
| 	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsearch.obj `if test -f 'bsearch.c'; then $(CYGPATH_W) 'bsearch.c'; else $(CYGPATH_W) '$(srcdir)/bsearch.c'; fi` | ||||
|  | ||||
| lib_a-ndbm.o: ndbm.c | ||||
| 	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ndbm.o `test -f 'ndbm.c' || echo '$(srcdir)/'`ndbm.c | ||||
|  | ||||
| lib_a-ndbm.obj: ndbm.c | ||||
| 	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ndbm.obj `if test -f 'ndbm.c'; then $(CYGPATH_W) 'ndbm.c'; else $(CYGPATH_W) '$(srcdir)/ndbm.c'; fi` | ||||
|  | ||||
| lib_a-qsort.o: qsort.c | ||||
| 	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort.o `test -f 'qsort.c' || echo '$(srcdir)/'`qsort.c | ||||
|  | ||||
| @@ -555,6 +563,20 @@ GTAGS: | ||||
| 	  && $(am__cd) $(top_srcdir) \ | ||||
| 	  && gtags -i $(GTAGS_ARGS) "$$here" | ||||
|  | ||||
| cscopelist:  $(HEADERS) $(SOURCES) $(LISP) | ||||
| 	list='$(SOURCES) $(HEADERS) $(LISP)'; \ | ||||
| 	case "$(srcdir)" in \ | ||||
| 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||||
| 	  *) sdir=$(subdir)/$(srcdir) ;; \ | ||||
| 	esac; \ | ||||
| 	for i in $$list; do \ | ||||
| 	  if test -f "$$i"; then \ | ||||
| 	    echo "$(subdir)/$$i"; \ | ||||
| 	  else \ | ||||
| 	    echo "$$sdir/$$i"; \ | ||||
| 	  fi; \ | ||||
| 	done >> $(top_builddir)/cscope.files | ||||
|  | ||||
| distclean-tags: | ||||
| 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||||
| check-am: | ||||
| @@ -665,7 +687,7 @@ uninstall-am: | ||||
|  | ||||
| .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | ||||
| 	clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ | ||||
| 	ctags distclean distclean-compile distclean-generic \ | ||||
| 	cscopelist ctags distclean distclean-compile distclean-generic \ | ||||
| 	distclean-libtool distclean-tags dvi dvi-am html html-am info \ | ||||
| 	info-am install install-am install-data install-data-am \ | ||||
| 	install-dvi install-dvi-am install-exec install-exec-am \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user