comparison Makefile.in @ 0:30782bb1fc04 MEMCACHED_1_2_3

memcached-1.2.3
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 23 Sep 2007 03:58:34 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:30782bb1fc04
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 target_triplet = @target@
36 bin_PROGRAMS = memcached$(EXEEXT) memcached-debug$(EXEEXT)
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41 TODO config.guess config.sub daemon.c depcomp install-sh \
42 missing
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES =
52 am__installdirs = "$(DESTDIR)$(bindir)"
53 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54 PROGRAMS = $(bin_PROGRAMS)
55 am_memcached_OBJECTS = memcached-memcached.$(OBJEXT) \
56 memcached-slabs.$(OBJEXT) memcached-items.$(OBJEXT) \
57 memcached-assoc.$(OBJEXT) memcached-thread.$(OBJEXT) \
58 memcached-stats.$(OBJEXT)
59 memcached_OBJECTS = $(am_memcached_OBJECTS)
60 memcached_DEPENDENCIES = @LIBOBJS@
61 am__objects_1 = memcached.$(OBJEXT) slabs.$(OBJEXT) items.$(OBJEXT) \
62 assoc.$(OBJEXT) thread.$(OBJEXT) stats.$(OBJEXT)
63 am_memcached_debug_OBJECTS = $(am__objects_1)
64 memcached_debug_OBJECTS = $(am_memcached_debug_OBJECTS)
65 memcached_debug_DEPENDENCIES = $(memcached_LDADD)
66 DEFAULT_INCLUDES = -I.@am__isrc@
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 CCLD = $(CC)
72 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
73 SOURCES = $(memcached_SOURCES) $(memcached_debug_SOURCES)
74 DIST_SOURCES = $(memcached_SOURCES) $(memcached_debug_SOURCES)
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
79 install-pdf-recursive install-ps-recursive install-recursive \
80 installcheck-recursive installdirs-recursive pdf-recursive \
81 ps-recursive uninstall-recursive
82 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
83 distclean-recursive maintainer-clean-recursive
84 ETAGS = etags
85 CTAGS = ctags
86 DIST_SUBDIRS = $(SUBDIRS)
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 distdir = $(PACKAGE)-$(VERSION)
89 top_distdir = $(distdir)
90 am__remove_distdir = \
91 { test ! -d $(distdir) \
92 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
93 && rm -fr $(distdir); }; }
94 DIST_ARCHIVES = $(distdir).tar.gz
95 GZIP_ENV = --best
96 distuninstallcheck_listfiles = find . -type f -print
97 distcleancheck_listfiles = find . -type f -print
98 ACLOCAL = @ACLOCAL@
99 AMTAR = @AMTAR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CPP = @CPP@
108 CPPFLAGS = @CPPFLAGS@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 ECHO_C = @ECHO_C@
113 ECHO_N = @ECHO_N@
114 ECHO_T = @ECHO_T@
115 EGREP = @EGREP@
116 EXEEXT = @EXEEXT@
117 GREP = @GREP@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 LDFLAGS = @LDFLAGS@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LTLIBOBJS = @LTLIBOBJS@
127 MAKEINFO = @MAKEINFO@
128 MKDIR_P = @MKDIR_P@
129 OBJEXT = @OBJEXT@
130 PACKAGE = @PACKAGE@
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132 PACKAGE_NAME = @PACKAGE_NAME@
133 PACKAGE_STRING = @PACKAGE_STRING@
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
135 PACKAGE_VERSION = @PACKAGE_VERSION@
136 PATH_SEPARATOR = @PATH_SEPARATOR@
137 SET_MAKE = @SET_MAKE@
138 SHELL = @SHELL@
139 STRIP = @STRIP@
140 VERSION = @VERSION@
141 abs_builddir = @abs_builddir@
142 abs_srcdir = @abs_srcdir@
143 abs_top_builddir = @abs_top_builddir@
144 abs_top_srcdir = @abs_top_srcdir@
145 ac_ct_CC = @ac_ct_CC@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 htmldir = @htmldir@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libexecdir = @libexecdir@
174 localedir = @localedir@
175 localstatedir = @localstatedir@
176 mandir = @mandir@
177 mkdir_p = @mkdir_p@
178 oldincludedir = @oldincludedir@
179 pdfdir = @pdfdir@
180 prefix = @prefix@
181 program_transform_name = @program_transform_name@
182 psdir = @psdir@
183 sbindir = @sbindir@
184 sharedstatedir = @sharedstatedir@
185 srcdir = @srcdir@
186 sysconfdir = @sysconfdir@
187 target = @target@
188 target_alias = @target_alias@
189 target_cpu = @target_cpu@
190 target_os = @target_os@
191 target_vendor = @target_vendor@
192 top_builddir = @top_builddir@
193 top_srcdir = @top_srcdir@
194 memcached_SOURCES = memcached.c slabs.c slabs.h items.c items.h assoc.c assoc.h memcached.h thread.c stats.c stats.h
195 memcached_debug_SOURCES = $(memcached_SOURCES)
196 memcached_CPPFLAGS = -DNDEBUG
197 memcached_LDADD = @LIBOBJS@
198 memcached_debug_LDADD = $(memcached_LDADD)
199 SUBDIRS = doc
200 DIST_DIRS = scripts
201 EXTRA_DIST = doc scripts TODO t memcached.spec
202 all: config.h
203 $(MAKE) $(AM_MAKEFLAGS) all-recursive
204
205 .SUFFIXES:
206 .SUFFIXES: .c .o .obj
207 am--refresh:
208 @:
209 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
210 @for dep in $?; do \
211 case '$(am__configure_deps)' in \
212 *$$dep*) \
213 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
214 cd $(srcdir) && $(AUTOMAKE) --gnu \
215 && exit 0; \
216 exit 1;; \
217 esac; \
218 done; \
219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
220 cd $(top_srcdir) && \
221 $(AUTOMAKE) --gnu Makefile
222 .PRECIOUS: Makefile
223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224 @case '$?' in \
225 *config.status*) \
226 echo ' $(SHELL) ./config.status'; \
227 $(SHELL) ./config.status;; \
228 *) \
229 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
230 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
231 esac;
232
233 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234 $(SHELL) ./config.status --recheck
235
236 $(top_srcdir)/configure: $(am__configure_deps)
237 cd $(srcdir) && $(AUTOCONF)
238 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
239 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
240
241 config.h: stamp-h1
242 @if test ! -f $@; then \
243 rm -f stamp-h1; \
244 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
245 else :; fi
246
247 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
248 @rm -f stamp-h1
249 cd $(top_builddir) && $(SHELL) ./config.status config.h
250 $(srcdir)/config.h.in: $(am__configure_deps)
251 cd $(top_srcdir) && $(AUTOHEADER)
252 rm -f stamp-h1
253 touch $@
254
255 distclean-hdr:
256 -rm -f config.h stamp-h1
257 install-binPROGRAMS: $(bin_PROGRAMS)
258 @$(NORMAL_INSTALL)
259 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
260 @list='$(bin_PROGRAMS)'; for p in $$list; do \
261 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
262 if test -f $$p \
263 ; then \
264 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
265 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
266 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
267 else :; fi; \
268 done
269
270 uninstall-binPROGRAMS:
271 @$(NORMAL_UNINSTALL)
272 @list='$(bin_PROGRAMS)'; for p in $$list; do \
273 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
274 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
275 rm -f "$(DESTDIR)$(bindir)/$$f"; \
276 done
277
278 clean-binPROGRAMS:
279 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
280 memcached$(EXEEXT): $(memcached_OBJECTS) $(memcached_DEPENDENCIES)
281 @rm -f memcached$(EXEEXT)
282 $(LINK) $(memcached_OBJECTS) $(memcached_LDADD) $(LIBS)
283 memcached-debug$(EXEEXT): $(memcached_debug_OBJECTS) $(memcached_debug_DEPENDENCIES)
284 @rm -f memcached-debug$(EXEEXT)
285 $(LINK) $(memcached_debug_OBJECTS) $(memcached_debug_LDADD) $(LIBS)
286
287 mostlyclean-compile:
288 -rm -f *.$(OBJEXT)
289
290 distclean-compile:
291 -rm -f *.tab.c
292
293 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/daemon.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assoc.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/items.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-assoc.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-items.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-memcached.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-slabs.Po@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-stats.Po@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached-thread.Po@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcached.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slabs.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
306
307 .c.o:
308 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
313
314 .c.obj:
315 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
316 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
321 memcached-memcached.o: memcached.c
322 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-memcached.o -MD -MP -MF $(DEPDIR)/memcached-memcached.Tpo -c -o memcached-memcached.o `test -f 'memcached.c' || echo '$(srcdir)/'`memcached.c
323 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-memcached.Tpo $(DEPDIR)/memcached-memcached.Po
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='memcached.c' object='memcached-memcached.o' libtool=no @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-memcached.o `test -f 'memcached.c' || echo '$(srcdir)/'`memcached.c
327
328 memcached-memcached.obj: memcached.c
329 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-memcached.obj -MD -MP -MF $(DEPDIR)/memcached-memcached.Tpo -c -o memcached-memcached.obj `if test -f 'memcached.c'; then $(CYGPATH_W) 'memcached.c'; else $(CYGPATH_W) '$(srcdir)/memcached.c'; fi`
330 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-memcached.Tpo $(DEPDIR)/memcached-memcached.Po
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='memcached.c' object='memcached-memcached.obj' libtool=no @AMDEPBACKSLASH@
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-memcached.obj `if test -f 'memcached.c'; then $(CYGPATH_W) 'memcached.c'; else $(CYGPATH_W) '$(srcdir)/memcached.c'; fi`
334
335 memcached-slabs.o: slabs.c
336 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-slabs.o -MD -MP -MF $(DEPDIR)/memcached-slabs.Tpo -c -o memcached-slabs.o `test -f 'slabs.c' || echo '$(srcdir)/'`slabs.c
337 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-slabs.Tpo $(DEPDIR)/memcached-slabs.Po
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='slabs.c' object='memcached-slabs.o' libtool=no @AMDEPBACKSLASH@
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-slabs.o `test -f 'slabs.c' || echo '$(srcdir)/'`slabs.c
341
342 memcached-slabs.obj: slabs.c
343 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-slabs.obj -MD -MP -MF $(DEPDIR)/memcached-slabs.Tpo -c -o memcached-slabs.obj `if test -f 'slabs.c'; then $(CYGPATH_W) 'slabs.c'; else $(CYGPATH_W) '$(srcdir)/slabs.c'; fi`
344 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-slabs.Tpo $(DEPDIR)/memcached-slabs.Po
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='slabs.c' object='memcached-slabs.obj' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-slabs.obj `if test -f 'slabs.c'; then $(CYGPATH_W) 'slabs.c'; else $(CYGPATH_W) '$(srcdir)/slabs.c'; fi`
348
349 memcached-items.o: items.c
350 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-items.o -MD -MP -MF $(DEPDIR)/memcached-items.Tpo -c -o memcached-items.o `test -f 'items.c' || echo '$(srcdir)/'`items.c
351 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-items.Tpo $(DEPDIR)/memcached-items.Po
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='items.c' object='memcached-items.o' libtool=no @AMDEPBACKSLASH@
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-items.o `test -f 'items.c' || echo '$(srcdir)/'`items.c
355
356 memcached-items.obj: items.c
357 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-items.obj -MD -MP -MF $(DEPDIR)/memcached-items.Tpo -c -o memcached-items.obj `if test -f 'items.c'; then $(CYGPATH_W) 'items.c'; else $(CYGPATH_W) '$(srcdir)/items.c'; fi`
358 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-items.Tpo $(DEPDIR)/memcached-items.Po
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='items.c' object='memcached-items.obj' libtool=no @AMDEPBACKSLASH@
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-items.obj `if test -f 'items.c'; then $(CYGPATH_W) 'items.c'; else $(CYGPATH_W) '$(srcdir)/items.c'; fi`
362
363 memcached-assoc.o: assoc.c
364 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-assoc.o -MD -MP -MF $(DEPDIR)/memcached-assoc.Tpo -c -o memcached-assoc.o `test -f 'assoc.c' || echo '$(srcdir)/'`assoc.c
365 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-assoc.Tpo $(DEPDIR)/memcached-assoc.Po
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='assoc.c' object='memcached-assoc.o' libtool=no @AMDEPBACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-assoc.o `test -f 'assoc.c' || echo '$(srcdir)/'`assoc.c
369
370 memcached-assoc.obj: assoc.c
371 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-assoc.obj -MD -MP -MF $(DEPDIR)/memcached-assoc.Tpo -c -o memcached-assoc.obj `if test -f 'assoc.c'; then $(CYGPATH_W) 'assoc.c'; else $(CYGPATH_W) '$(srcdir)/assoc.c'; fi`
372 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-assoc.Tpo $(DEPDIR)/memcached-assoc.Po
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='assoc.c' object='memcached-assoc.obj' libtool=no @AMDEPBACKSLASH@
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-assoc.obj `if test -f 'assoc.c'; then $(CYGPATH_W) 'assoc.c'; else $(CYGPATH_W) '$(srcdir)/assoc.c'; fi`
376
377 memcached-thread.o: thread.c
378 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-thread.o -MD -MP -MF $(DEPDIR)/memcached-thread.Tpo -c -o memcached-thread.o `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
379 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-thread.Tpo $(DEPDIR)/memcached-thread.Po
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='thread.c' object='memcached-thread.o' libtool=no @AMDEPBACKSLASH@
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-thread.o `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
383
384 memcached-thread.obj: thread.c
385 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-thread.obj -MD -MP -MF $(DEPDIR)/memcached-thread.Tpo -c -o memcached-thread.obj `if test -f 'thread.c'; then $(CYGPATH_W) 'thread.c'; else $(CYGPATH_W) '$(srcdir)/thread.c'; fi`
386 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-thread.Tpo $(DEPDIR)/memcached-thread.Po
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='thread.c' object='memcached-thread.obj' libtool=no @AMDEPBACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-thread.obj `if test -f 'thread.c'; then $(CYGPATH_W) 'thread.c'; else $(CYGPATH_W) '$(srcdir)/thread.c'; fi`
390
391 memcached-stats.o: stats.c
392 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-stats.o -MD -MP -MF $(DEPDIR)/memcached-stats.Tpo -c -o memcached-stats.o `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
393 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-stats.Tpo $(DEPDIR)/memcached-stats.Po
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stats.c' object='memcached-stats.o' libtool=no @AMDEPBACKSLASH@
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-stats.o `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
397
398 memcached-stats.obj: stats.c
399 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcached-stats.obj -MD -MP -MF $(DEPDIR)/memcached-stats.Tpo -c -o memcached-stats.obj `if test -f 'stats.c'; then $(CYGPATH_W) 'stats.c'; else $(CYGPATH_W) '$(srcdir)/stats.c'; fi`
400 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/memcached-stats.Tpo $(DEPDIR)/memcached-stats.Po
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stats.c' object='memcached-stats.obj' libtool=no @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(memcached_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcached-stats.obj `if test -f 'stats.c'; then $(CYGPATH_W) 'stats.c'; else $(CYGPATH_W) '$(srcdir)/stats.c'; fi`
404
405 # This directory's subdirectories are mostly independent; you can cd
406 # into them and run `make' without going through this Makefile.
407 # To change the values of `make' variables: instead of editing Makefiles,
408 # (1) if the variable is set in `config.status', edit `config.status'
409 # (which will cause the Makefiles to be regenerated when you run `make');
410 # (2) otherwise, pass the desired values on the `make' command line.
411 $(RECURSIVE_TARGETS):
412 @failcom='exit 1'; \
413 for f in x $$MAKEFLAGS; do \
414 case $$f in \
415 *=* | --[!k]*);; \
416 *k*) failcom='fail=yes';; \
417 esac; \
418 done; \
419 dot_seen=no; \
420 target=`echo $@ | sed s/-recursive//`; \
421 list='$(SUBDIRS)'; for subdir in $$list; do \
422 echo "Making $$target in $$subdir"; \
423 if test "$$subdir" = "."; then \
424 dot_seen=yes; \
425 local_target="$$target-am"; \
426 else \
427 local_target="$$target"; \
428 fi; \
429 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430 || eval $$failcom; \
431 done; \
432 if test "$$dot_seen" = "no"; then \
433 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
434 fi; test -z "$$fail"
435
436 $(RECURSIVE_CLEAN_TARGETS):
437 @failcom='exit 1'; \
438 for f in x $$MAKEFLAGS; do \
439 case $$f in \
440 *=* | --[!k]*);; \
441 *k*) failcom='fail=yes';; \
442 esac; \
443 done; \
444 dot_seen=no; \
445 case "$@" in \
446 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
447 *) list='$(SUBDIRS)' ;; \
448 esac; \
449 rev=''; for subdir in $$list; do \
450 if test "$$subdir" = "."; then :; else \
451 rev="$$subdir $$rev"; \
452 fi; \
453 done; \
454 rev="$$rev ."; \
455 target=`echo $@ | sed s/-recursive//`; \
456 for subdir in $$rev; do \
457 echo "Making $$target in $$subdir"; \
458 if test "$$subdir" = "."; then \
459 local_target="$$target-am"; \
460 else \
461 local_target="$$target"; \
462 fi; \
463 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464 || eval $$failcom; \
465 done && test -z "$$fail"
466 tags-recursive:
467 list='$(SUBDIRS)'; for subdir in $$list; do \
468 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
469 done
470 ctags-recursive:
471 list='$(SUBDIRS)'; for subdir in $$list; do \
472 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
473 done
474
475 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) ' { files[$$0] = 1; } \
481 END { for (i in files) print i; }'`; \
482 mkid -fID $$unique
483 tags: TAGS
484
485 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
486 $(TAGS_FILES) $(LISP)
487 tags=; \
488 here=`pwd`; \
489 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
490 include_option=--etags-include; \
491 empty_fix=.; \
492 else \
493 include_option=--include; \
494 empty_fix=; \
495 fi; \
496 list='$(SUBDIRS)'; for subdir in $$list; do \
497 if test "$$subdir" = .; then :; else \
498 test ! -f $$subdir/TAGS || \
499 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
500 fi; \
501 done; \
502 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
503 unique=`for i in $$list; do \
504 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505 done | \
506 $(AWK) ' { files[$$0] = 1; } \
507 END { for (i in files) print i; }'`; \
508 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
509 test -n "$$unique" || unique=$$empty_fix; \
510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511 $$tags $$unique; \
512 fi
513 ctags: CTAGS
514 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
515 $(TAGS_FILES) $(LISP)
516 tags=; \
517 here=`pwd`; \
518 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519 unique=`for i in $$list; do \
520 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521 done | \
522 $(AWK) ' { files[$$0] = 1; } \
523 END { for (i in files) print i; }'`; \
524 test -z "$(CTAGS_ARGS)$$tags$$unique" \
525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526 $$tags $$unique
527
528 GTAGS:
529 here=`$(am__cd) $(top_builddir) && pwd` \
530 && cd $(top_srcdir) \
531 && gtags -i $(GTAGS_ARGS) $$here
532
533 distclean-tags:
534 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
536 distdir: $(DISTFILES)
537 $(am__remove_distdir)
538 test -d $(distdir) || mkdir $(distdir)
539 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541 list='$(DISTFILES)'; \
542 dist_files=`for file in $$list; do echo $$file; done | \
543 sed -e "s|^$$srcdirstrip/||;t" \
544 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545 case $$dist_files in \
546 */*) $(MKDIR_P) `echo "$$dist_files" | \
547 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548 sort -u` ;; \
549 esac; \
550 for file in $$dist_files; do \
551 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552 if test -d $$d/$$file; then \
553 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
556 fi; \
557 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
558 else \
559 test -f $(distdir)/$$file \
560 || cp -p $$d/$$file $(distdir)/$$file \
561 || exit 1; \
562 fi; \
563 done
564 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565 if test "$$subdir" = .; then :; else \
566 test -d "$(distdir)/$$subdir" \
567 || $(MKDIR_P) "$(distdir)/$$subdir" \
568 || exit 1; \
569 distdir=`$(am__cd) $(distdir) && pwd`; \
570 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
571 (cd $$subdir && \
572 $(MAKE) $(AM_MAKEFLAGS) \
573 top_distdir="$$top_distdir" \
574 distdir="$$distdir/$$subdir" \
575 am__remove_distdir=: \
576 am__skip_length_check=: \
577 distdir) \
578 || exit 1; \
579 fi; \
580 done
581 $(MAKE) $(AM_MAKEFLAGS) \
582 top_distdir="$(top_distdir)" distdir="$(distdir)" \
583 dist-hook
584 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
585 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
586 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
587 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
588 || chmod -R a+r $(distdir)
589 dist-gzip: distdir
590 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
591 $(am__remove_distdir)
592
593 dist-bzip2: distdir
594 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
595 $(am__remove_distdir)
596
597 dist-tarZ: distdir
598 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
599 $(am__remove_distdir)
600
601 dist-shar: distdir
602 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
603 $(am__remove_distdir)
604
605 dist-zip: distdir
606 -rm -f $(distdir).zip
607 zip -rq $(distdir).zip $(distdir)
608 $(am__remove_distdir)
609
610 dist dist-all: distdir
611 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
612 $(am__remove_distdir)
613
614 # This target untars the dist file and tries a VPATH configuration. Then
615 # it guarantees that the distribution is self-contained by making another
616 # tarfile.
617 distcheck: dist
618 case '$(DIST_ARCHIVES)' in \
619 *.tar.gz*) \
620 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
621 *.tar.bz2*) \
622 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
623 *.tar.Z*) \
624 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
625 *.shar.gz*) \
626 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
627 *.zip*) \
628 unzip $(distdir).zip ;;\
629 esac
630 chmod -R a-w $(distdir); chmod a+w $(distdir)
631 mkdir $(distdir)/_build
632 mkdir $(distdir)/_inst
633 chmod a-w $(distdir)
634 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
635 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
636 && cd $(distdir)/_build \
637 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
638 $(DISTCHECK_CONFIGURE_FLAGS) \
639 && $(MAKE) $(AM_MAKEFLAGS) \
640 && $(MAKE) $(AM_MAKEFLAGS) dvi \
641 && $(MAKE) $(AM_MAKEFLAGS) check \
642 && $(MAKE) $(AM_MAKEFLAGS) install \
643 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
644 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
645 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
646 distuninstallcheck \
647 && chmod -R a-w "$$dc_install_base" \
648 && ({ \
649 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
650 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
651 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
652 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
653 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
654 } || { rm -rf "$$dc_destdir"; exit 1; }) \
655 && rm -rf "$$dc_destdir" \
656 && $(MAKE) $(AM_MAKEFLAGS) dist \
657 && rm -rf $(DIST_ARCHIVES) \
658 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
659 $(am__remove_distdir)
660 @(echo "$(distdir) archives ready for distribution: "; \
661 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
662 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
663 distuninstallcheck:
664 @cd $(distuninstallcheck_dir) \
665 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
666 || { echo "ERROR: files left after uninstall:" ; \
667 if test -n "$(DESTDIR)"; then \
668 echo " (check DESTDIR support)"; \
669 fi ; \
670 $(distuninstallcheck_listfiles) ; \
671 exit 1; } >&2
672 distcleancheck: distclean
673 @if test '$(srcdir)' = . ; then \
674 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
675 exit 1 ; \
676 fi
677 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
678 || { echo "ERROR: files left in build directory after distclean:" ; \
679 $(distcleancheck_listfiles) ; \
680 exit 1; } >&2
681 check-am: all-am
682 check: check-recursive
683 all-am: Makefile $(PROGRAMS) config.h
684 installdirs: installdirs-recursive
685 installdirs-am:
686 for dir in "$(DESTDIR)$(bindir)"; do \
687 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
688 done
689 install: install-recursive
690 install-exec: install-exec-recursive
691 install-data: install-data-recursive
692 uninstall: uninstall-recursive
693
694 install-am: all-am
695 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696
697 installcheck: installcheck-recursive
698 install-strip:
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 `test -z '$(STRIP)' || \
702 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
703 mostlyclean-generic:
704
705 clean-generic:
706
707 distclean-generic:
708 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709
710 maintainer-clean-generic:
711 @echo "This command is intended for maintainers to use"
712 @echo "it deletes files that may require special tools to rebuild."
713 clean: clean-recursive
714
715 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
716
717 distclean: distclean-recursive
718 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719 -rm -rf $(DEPDIR) ./$(DEPDIR)
720 -rm -f Makefile
721 distclean-am: clean-am distclean-compile distclean-generic \
722 distclean-hdr distclean-tags
723
724 dvi: dvi-recursive
725
726 dvi-am:
727
728 html: html-recursive
729
730 info: info-recursive
731
732 info-am:
733
734 install-data-am:
735
736 install-dvi: install-dvi-recursive
737
738 install-exec-am: install-binPROGRAMS
739
740 install-html: install-html-recursive
741
742 install-info: install-info-recursive
743
744 install-man:
745
746 install-pdf: install-pdf-recursive
747
748 install-ps: install-ps-recursive
749
750 installcheck-am:
751
752 maintainer-clean: maintainer-clean-recursive
753 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
754 -rm -rf $(top_srcdir)/autom4te.cache
755 -rm -rf $(DEPDIR) ./$(DEPDIR)
756 -rm -f Makefile
757 maintainer-clean-am: distclean-am maintainer-clean-generic
758
759 mostlyclean: mostlyclean-recursive
760
761 mostlyclean-am: mostlyclean-compile mostlyclean-generic
762
763 pdf: pdf-recursive
764
765 pdf-am:
766
767 ps: ps-recursive
768
769 ps-am:
770
771 uninstall-am: uninstall-binPROGRAMS
772
773 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
774 install-strip
775
776 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
777 all all-am am--refresh check check-am clean clean-binPROGRAMS \
778 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
779 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
780 distclean distclean-compile distclean-generic distclean-hdr \
781 distclean-tags distcleancheck distdir distuninstallcheck dvi \
782 dvi-am html html-am info info-am install install-am \
783 install-binPROGRAMS install-data install-data-am install-dvi \
784 install-dvi-am install-exec install-exec-am install-html \
785 install-html-am install-info install-info-am install-man \
786 install-pdf install-pdf-am install-ps install-ps-am \
787 install-strip installcheck installcheck-am installdirs \
788 installdirs-am maintainer-clean maintainer-clean-generic \
789 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
790 ps ps-am tags tags-recursive uninstall uninstall-am \
791 uninstall-binPROGRAMS
792
793
794 test: memcached-debug
795 prove t
796
797 dist-hook:
798 rm -rf $(distdir)/doc/.svn/
799 rm -rf $(distdir)/scripts/.svn/
800 rm -rf $(distdir)/t/.svn/
801 rm -rf $(distdir)/t/lib/.svn/
802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
803 # Otherwise a system limit (for SysV at least) may be exceeded.
804 .NOEXPORT: