comparison src/c/Makefile.in @ 1740:d2ec62c5ad81

Adaptations to ezyang's patch
author Adam Chlipala <adam@chlipala.net>
date Thu, 03 May 2012 10:29:12 -0400
parents c414850f206f
children 40557fb08e98
comparison
equal deleted inserted replaced
1739:c414850f206f 1740:d2ec62c5ad81
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68 END { for (dir in files) print dir, files[dir] }' 68 END { for (dir in files) print dir, files[dir] }'
69 am__base_list = \ 69 am__base_list = \
70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72 am__uninstall_files_from_dir = { \
73 test -z "$$files" \
74 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
75 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
76 $(am__cd) "$$dir" && rm -f $$files; }; \
77 }
72 am__installdirs = "$(DESTDIR)$(libdir)" 78 am__installdirs = "$(DESTDIR)$(libdir)"
73 LTLIBRARIES = $(lib_LTLIBRARIES) 79 LTLIBRARIES = $(lib_LTLIBRARIES)
74 liburweb_la_LIBADD = 80 liburweb_la_LIBADD =
75 am_liburweb_la_OBJECTS = memmem.lo openssl.lo urweb.lo request.lo \ 81 am_liburweb_la_OBJECTS = memmem.lo openssl.lo urweb.lo request.lo \
76 queue.lo 82 queue.lo
313 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 319 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
314 test "$$dir" != "$$p" || dir=.; \ 320 test "$$dir" != "$$p" || dir=.; \
315 echo "rm -f \"$${dir}/so_locations\""; \ 321 echo "rm -f \"$${dir}/so_locations\""; \
316 rm -f "$${dir}/so_locations"; \ 322 rm -f "$${dir}/so_locations"; \
317 done 323 done
318 liburweb.la: $(liburweb_la_OBJECTS) $(liburweb_la_DEPENDENCIES) 324 liburweb.la: $(liburweb_la_OBJECTS) $(liburweb_la_DEPENDENCIES) $(EXTRA_liburweb_la_DEPENDENCIES)
319 $(LINK) -rpath $(libdir) $(liburweb_la_OBJECTS) $(liburweb_la_LIBADD) $(LIBS) 325 $(LINK) -rpath $(libdir) $(liburweb_la_OBJECTS) $(liburweb_la_LIBADD) $(LIBS)
320 liburweb_cgi.la: $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_DEPENDENCIES) 326 liburweb_cgi.la: $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_DEPENDENCIES) $(EXTRA_liburweb_cgi_la_DEPENDENCIES)
321 $(LINK) -rpath $(libdir) $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_LIBADD) $(LIBS) 327 $(LINK) -rpath $(libdir) $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_LIBADD) $(LIBS)
322 liburweb_fastcgi.la: $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_DEPENDENCIES) 328 liburweb_fastcgi.la: $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_DEPENDENCIES) $(EXTRA_liburweb_fastcgi_la_DEPENDENCIES)
323 $(LINK) -rpath $(libdir) $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_LIBADD) $(LIBS) 329 $(LINK) -rpath $(libdir) $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_LIBADD) $(LIBS)
324 liburweb_http.la: $(liburweb_http_la_OBJECTS) $(liburweb_http_la_DEPENDENCIES) 330 liburweb_http.la: $(liburweb_http_la_OBJECTS) $(liburweb_http_la_DEPENDENCIES) $(EXTRA_liburweb_http_la_DEPENDENCIES)
325 $(LINK) -rpath $(libdir) $(liburweb_http_la_OBJECTS) $(liburweb_http_la_LIBADD) $(LIBS) 331 $(LINK) -rpath $(libdir) $(liburweb_http_la_OBJECTS) $(liburweb_http_la_LIBADD) $(LIBS)
326 liburweb_static.la: $(liburweb_static_la_OBJECTS) $(liburweb_static_la_DEPENDENCIES) 332 liburweb_static.la: $(liburweb_static_la_OBJECTS) $(liburweb_static_la_DEPENDENCIES) $(EXTRA_liburweb_static_la_DEPENDENCIES)
327 $(LINK) -rpath $(libdir) $(liburweb_static_la_OBJECTS) $(liburweb_static_la_LIBADD) $(LIBS) 333 $(LINK) -rpath $(libdir) $(liburweb_static_la_OBJECTS) $(liburweb_static_la_LIBADD) $(LIBS)
328 334
329 mostlyclean-compile: 335 mostlyclean-compile:
330 -rm -f *.$(OBJEXT) 336 -rm -f *.$(OBJEXT)
331 337
466 install-am: all-am 472 install-am: all-am
467 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 473 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
468 474
469 installcheck: installcheck-am 475 installcheck: installcheck-am
470 install-strip: 476 install-strip:
471 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 477 if test -z '$(STRIP)'; then \
472 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 478 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473 `test -z '$(STRIP)' || \ 479 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 480 install; \
481 else \
482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
485 fi
475 mostlyclean-generic: 486 mostlyclean-generic:
476 487
477 clean-generic: 488 clean-generic:
478 489
479 distclean-generic: 490 distclean-generic: