comparison src/c/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 1ced338f691a
comparison
equal deleted inserted replaced
1527:cccf8bf64b30 1528:7770ef82c463
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/ax_check_openssl.m4 \ 40 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
41 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 41 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 42 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 43 $(top_srcdir)/m4/lt~obsolete.m4 \
44 $(top_srcdir)/m4/m4_ax_pthread.m4 $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4) 46 $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d 47 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h 48 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES = 49 CONFIG_CLEAN_FILES =
174 PACKAGE_URL = @PACKAGE_URL@ 175 PACKAGE_URL = @PACKAGE_URL@
175 PACKAGE_VERSION = @PACKAGE_VERSION@ 176 PACKAGE_VERSION = @PACKAGE_VERSION@
176 PATH_SEPARATOR = @PATH_SEPARATOR@ 177 PATH_SEPARATOR = @PATH_SEPARATOR@
177 PGHEADER = @PGHEADER@ 178 PGHEADER = @PGHEADER@
178 PKG_CONFIG = @PKG_CONFIG@ 179 PKG_CONFIG = @PKG_CONFIG@
180 PTHREAD_CC = @PTHREAD_CC@
181 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
182 PTHREAD_LIBS = @PTHREAD_LIBS@
179 RANLIB = @RANLIB@ 183 RANLIB = @RANLIB@
180 SED = @SED@ 184 SED = @SED@
181 SET_MAKE = @SET_MAKE@ 185 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@ 186 SHELL = @SHELL@
183 SITELISP = @SITELISP@ 187 SITELISP = @SITELISP@
194 am__include = @am__include@ 198 am__include = @am__include@
195 am__leading_dot = @am__leading_dot@ 199 am__leading_dot = @am__leading_dot@
196 am__quote = @am__quote@ 200 am__quote = @am__quote@
197 am__tar = @am__tar@ 201 am__tar = @am__tar@
198 am__untar = @am__untar@ 202 am__untar = @am__untar@
203 ax_pthread_config = @ax_pthread_config@
199 bindir = @bindir@ 204 bindir = @bindir@
200 build = @build@ 205 build = @build@
201 build_alias = @build_alias@ 206 build_alias = @build_alias@
202 build_cpu = @build_cpu@ 207 build_cpu = @build_cpu@
203 build_os = @build_os@ 208 build_os = @build_os@