comparison src/c/Makefile.in @ 1368:b2bc8bcd546f

Switch from libmhash to OpenSSL
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 11:13:37 -0500
parents e12cef71aa1a
children 156b8e8c25d8
comparison
equal deleted inserted replaced
1367:8301ee4ab58c 1368:b2bc8bcd546f
35 build_triplet = @build@ 35 build_triplet = @build@
36 host_triplet = @host@ 36 host_triplet = @host@
37 subdir = src/c 37 subdir = src/c
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 40 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
41 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 41 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 42 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43 $(top_srcdir)/configure.ac 43 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4) 45 $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d 46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h 47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES = 48 CONFIG_CLEAN_FILES =
69 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 69 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 70 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71 am__installdirs = "$(DESTDIR)$(libdir)" 71 am__installdirs = "$(DESTDIR)$(libdir)"
72 LTLIBRARIES = $(lib_LTLIBRARIES) 72 LTLIBRARIES = $(lib_LTLIBRARIES)
73 liburweb_la_LIBADD = 73 liburweb_la_LIBADD =
74 am_liburweb_la_OBJECTS = memmem.lo mhash.lo urweb.lo request.lo \ 74 am_liburweb_la_OBJECTS = memmem.lo openssl.lo urweb.lo request.lo \
75 queue.lo 75 queue.lo
76 liburweb_la_OBJECTS = $(am_liburweb_la_OBJECTS) 76 liburweb_la_OBJECTS = $(am_liburweb_la_OBJECTS)
77 liburweb_cgi_la_LIBADD = 77 liburweb_cgi_la_LIBADD =
78 am_liburweb_cgi_la_OBJECTS = cgi.lo 78 am_liburweb_cgi_la_OBJECTS = cgi.lo
79 liburweb_cgi_la_OBJECTS = $(am_liburweb_cgi_la_OBJECTS) 79 liburweb_cgi_la_OBJECTS = $(am_liburweb_cgi_la_OBJECTS)
143 LIBTOOL = @LIBTOOL@ 143 LIBTOOL = @LIBTOOL@
144 LIPO = @LIPO@ 144 LIPO = @LIPO@
145 LN_S = @LN_S@ 145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@ 146 LTLIBOBJS = @LTLIBOBJS@
147 MAKEINFO = @MAKEINFO@ 147 MAKEINFO = @MAKEINFO@
148 MHASH_LIB_DIR = @MHASH_LIB_DIR@
149 MKDIR_P = @MKDIR_P@ 148 MKDIR_P = @MKDIR_P@
150 MLLEX = @MLLEX@ 149 MLLEX = @MLLEX@
151 MLTON = @MLTON@ 150 MLTON = @MLTON@
152 MLYACC = @MLYACC@ 151 MLYACC = @MLYACC@
153 NM = @NM@ 152 NM = @NM@
154 NMEDIT = @NMEDIT@ 153 NMEDIT = @NMEDIT@
155 OBJDUMP = @OBJDUMP@ 154 OBJDUMP = @OBJDUMP@
156 OBJEXT = @OBJEXT@ 155 OBJEXT = @OBJEXT@
156 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
157 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
158 OPENSSL_LIBS = @OPENSSL_LIBS@
157 OTOOL = @OTOOL@ 159 OTOOL = @OTOOL@
158 OTOOL64 = @OTOOL64@ 160 OTOOL64 = @OTOOL64@
159 PACKAGE = @PACKAGE@ 161 PACKAGE = @PACKAGE@
160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161 PACKAGE_NAME = @PACKAGE_NAME@ 163 PACKAGE_NAME = @PACKAGE_NAME@
162 PACKAGE_STRING = @PACKAGE_STRING@ 164 PACKAGE_STRING = @PACKAGE_STRING@
163 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
164 PACKAGE_URL = @PACKAGE_URL@ 166 PACKAGE_URL = @PACKAGE_URL@
165 PACKAGE_VERSION = @PACKAGE_VERSION@ 167 PACKAGE_VERSION = @PACKAGE_VERSION@
166 PATH_SEPARATOR = @PATH_SEPARATOR@ 168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PKG_CONFIG = @PKG_CONFIG@
167 RANLIB = @RANLIB@ 170 RANLIB = @RANLIB@
168 SED = @SED@ 171 SED = @SED@
169 SET_MAKE = @SET_MAKE@ 172 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@ 173 SHELL = @SHELL@
171 SITELISP = @SITELISP@ 174 SITELISP = @SITELISP@
222 target_alias = @target_alias@ 225 target_alias = @target_alias@
223 top_build_prefix = @top_build_prefix@ 226 top_build_prefix = @top_build_prefix@
224 top_builddir = @top_builddir@ 227 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@ 228 top_srcdir = @top_srcdir@
226 lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la 229 lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la
227 liburweb_la_SOURCES = memmem.c mhash.c urweb.c request.c queue.c 230 liburweb_la_SOURCES = memmem.c openssl.c urweb.c request.c queue.c
228 liburweb_http_la_SOURCES = http.c 231 liburweb_http_la_SOURCES = http.c
229 liburweb_cgi_la_SOURCES = cgi.c 232 liburweb_cgi_la_SOURCES = cgi.c
230 liburweb_fastcgi_la_SOURCES = fastcgi.c 233 liburweb_fastcgi_la_SOURCES = fastcgi.c
231 AM_CPPFLAGS = -I../../include 234 AM_CPPFLAGS = -I../../include @OPENSSL_INCLUDES@
232 AM_CFLAGS = -Wimplicit -Wall -Werror 235 AM_CFLAGS = -Wimplicit -Wall -Werror
233 all: all-am 236 all: all-am
234 237
235 .SUFFIXES: 238 .SUFFIXES:
236 .SUFFIXES: .c .lo .o .obj 239 .SUFFIXES: .c .lo .o .obj
312 315
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgi.Plo@am__quote@ 316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgi.Plo@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fastcgi.Plo@am__quote@ 317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fastcgi.Plo@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@ 318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Plo@am__quote@ 319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Plo@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhash.Plo@am__quote@ 320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openssl.Plo@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Plo@am__quote@ 321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Plo@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Plo@am__quote@ 322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Plo@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urweb.Plo@am__quote@ 323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urweb.Plo@am__quote@
321 324
322 .c.o: 325 .c.o: