Mercurial > urweb
comparison Makefile.in @ 1528:7770ef82c463
Configure correct C compiler options for Pthreads
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 04 Aug 2011 17:06:50 -0400 |
parents | 52fbd8534ef3 |
children | 1c9f8f06c1d6 |
comparison
equal
deleted
inserted
replaced
1527:cccf8bf64b30 | 1528:7770ef82c463 |
---|---|
40 config.guess config.sub depcomp install-sh ltmain.sh missing | 40 config.guess config.sub depcomp install-sh ltmain.sh missing |
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \ | 42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \ |
43 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | 43 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
44 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | 44 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
45 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | 45 $(top_srcdir)/m4/lt~obsolete.m4 \ |
46 $(top_srcdir)/m4/m4_ax_pthread.m4 $(top_srcdir)/configure.ac | |
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
47 $(ACLOCAL_M4) | 48 $(ACLOCAL_M4) |
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | 49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
49 configure.lineno config.status.lineno | 50 configure.lineno config.status.lineno |
50 mkinstalldirs = $(install_sh) -d | 51 mkinstalldirs = $(install_sh) -d |
170 PACKAGE_URL = @PACKAGE_URL@ | 171 PACKAGE_URL = @PACKAGE_URL@ |
171 PACKAGE_VERSION = @PACKAGE_VERSION@ | 172 PACKAGE_VERSION = @PACKAGE_VERSION@ |
172 PATH_SEPARATOR = @PATH_SEPARATOR@ | 173 PATH_SEPARATOR = @PATH_SEPARATOR@ |
173 PGHEADER = @PGHEADER@ | 174 PGHEADER = @PGHEADER@ |
174 PKG_CONFIG = @PKG_CONFIG@ | 175 PKG_CONFIG = @PKG_CONFIG@ |
176 PTHREAD_CC = @PTHREAD_CC@ | |
177 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
178 PTHREAD_LIBS = @PTHREAD_LIBS@ | |
175 RANLIB = @RANLIB@ | 179 RANLIB = @RANLIB@ |
176 SED = @SED@ | 180 SED = @SED@ |
177 SET_MAKE = @SET_MAKE@ | 181 SET_MAKE = @SET_MAKE@ |
178 SHELL = @SHELL@ | 182 SHELL = @SHELL@ |
179 SITELISP := @SITELISP@ | 183 SITELISP := @SITELISP@ |
190 am__include = @am__include@ | 194 am__include = @am__include@ |
191 am__leading_dot = @am__leading_dot@ | 195 am__leading_dot = @am__leading_dot@ |
192 am__quote = @am__quote@ | 196 am__quote = @am__quote@ |
193 am__tar = @am__tar@ | 197 am__tar = @am__tar@ |
194 am__untar = @am__untar@ | 198 am__untar = @am__untar@ |
199 ax_pthread_config = @ax_pthread_config@ | |
195 bindir = @bindir@ | 200 bindir = @bindir@ |
196 build = @build@ | 201 build = @build@ |
197 build_alias = @build_alias@ | 202 build_alias = @build_alias@ |
198 build_cpu = @build_cpu@ | 203 build_cpu = @build_cpu@ |
199 build_os = @build_os@ | 204 build_os = @build_os@ |