comparison src/c/Makefile.in @ 1132:d4cd54a4ea06

First attempt to switch to Automake, to get shared libraries built in OSX
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 Jan 2010 09:56:08 -0500
parents
children b08b73591d2c
comparison
equal deleted inserted replaced
1131:94e83c5533d2 1132:d4cd54a4ea06
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = src/c
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
52 am__install_max = 40
53 am__nobase_strip_setup = \
54 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
55 am__nobase_strip = \
56 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
57 am__nobase_list = $(am__nobase_strip_setup); \
58 for p in $$list; do echo "$$p $$p"; done | \
59 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
60 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
61 if (++n[$$2] == $(am__install_max)) \
62 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
63 END { for (dir in files) print dir, files[dir] }'
64 am__base_list = \
65 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67 am__installdirs = "$(DESTDIR)$(libdir)"
68 LTLIBRARIES = $(lib_LTLIBRARIES)
69 liburweb_la_LIBADD =
70 am_liburweb_la_OBJECTS = memmem.lo mhash.lo urweb.lo request.lo \
71 queue.lo
72 liburweb_la_OBJECTS = $(am_liburweb_la_OBJECTS)
73 liburweb_cgi_la_LIBADD =
74 am_liburweb_cgi_la_OBJECTS = cgi.lo
75 liburweb_cgi_la_OBJECTS = $(am_liburweb_cgi_la_OBJECTS)
76 liburweb_fastcgi_la_LIBADD =
77 am_liburweb_fastcgi_la_OBJECTS = fastcgi.lo
78 liburweb_fastcgi_la_OBJECTS = $(am_liburweb_fastcgi_la_OBJECTS)
79 liburweb_http_la_LIBADD =
80 am_liburweb_http_la_OBJECTS = http.lo
81 liburweb_http_la_OBJECTS = $(am_liburweb_http_la_OBJECTS)
82 DEFAULT_INCLUDES = -I.@am__isrc@
83 depcomp = $(SHELL) $(top_srcdir)/depcomp
84 am__depfiles_maybe = depfiles
85 am__mv = mv -f
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94 $(LDFLAGS) -o $@
95 SOURCES = $(liburweb_la_SOURCES) $(liburweb_cgi_la_SOURCES) \
96 $(liburweb_fastcgi_la_SOURCES) $(liburweb_http_la_SOURCES)
97 DIST_SOURCES = $(liburweb_la_SOURCES) $(liburweb_cgi_la_SOURCES) \
98 $(liburweb_fastcgi_la_SOURCES) $(liburweb_http_la_SOURCES)
99 ETAGS = etags
100 CTAGS = ctags
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 ACLOCAL = @ACLOCAL@
103 AMTAR = @AMTAR@
104 AR = @AR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BIN = @BIN@
110 CC = @CC@
111 CCDEPMODE = @CCDEPMODE@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DEFS = @DEFS@
117 DEPDIR = @DEPDIR@
118 DSYMUTIL = @DSYMUTIL@
119 DUMPBIN = @DUMPBIN@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 FGREP = @FGREP@
126 GCCARGS = @GCCARGS@
127 GREP = @GREP@
128 INCLUDE = @INCLUDE@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 LD = @LD@
135 LDFLAGS = @LDFLAGS@
136 LIB = @LIB@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LIBTOOL = @LIBTOOL@
140 LIPO = @LIPO@
141 LN_S = @LN_S@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAKEINFO = @MAKEINFO@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 SITELISP = @SITELISP@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 localedir = @localedir@
201 localstatedir = @localstatedir@
202 lt_ECHO = @lt_ECHO@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 pdfdir = @pdfdir@
207 prefix = @prefix@
208 program_transform_name = @program_transform_name@
209 psdir = @psdir@
210 sbindir = @sbindir@
211 sharedstatedir = @sharedstatedir@
212 srcdir = @srcdir@
213 sysconfdir = @sysconfdir@
214 target_alias = @target_alias@
215 top_build_prefix = @top_build_prefix@
216 top_builddir = @top_builddir@
217 top_srcdir = @top_srcdir@
218 lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la
219 liburweb_la_SOURCES = memmem.c mhash.c urweb.c request.c queue.c
220 liburweb_http_la_SOURCES = http.c
221 liburweb_cgi_la_SOURCES = cgi.c
222 liburweb_fastcgi_la_SOURCES = fastcgi.c
223 AM_CPPFLAGS = -I../../include
224 all: all-am
225
226 .SUFFIXES:
227 .SUFFIXES: .c .lo .o .obj
228 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
229 @for dep in $?; do \
230 case '$(am__configure_deps)' in \
231 *$$dep*) \
232 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233 && { if test -f $@; then exit 0; else break; fi; }; \
234 exit 1;; \
235 esac; \
236 done; \
237 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/c/Makefile'; \
238 $(am__cd) $(top_srcdir) && \
239 $(AUTOMAKE) --foreign src/c/Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242 @case '$?' in \
243 *config.status*) \
244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245 *) \
246 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248 esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253 $(top_srcdir)/configure: $(am__configure_deps)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(am__aclocal_m4_deps):
258 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
259 @$(NORMAL_INSTALL)
260 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
261 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
262 list2=; for p in $$list; do \
263 if test -f $$p; then \
264 list2="$$list2 $$p"; \
265 else :; fi; \
266 done; \
267 test -z "$$list2" || { \
268 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
269 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
270 }
271
272 uninstall-libLTLIBRARIES:
273 @$(NORMAL_UNINSTALL)
274 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
275 for p in $$list; do \
276 $(am__strip_dir) \
277 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
278 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
279 done
280
281 clean-libLTLIBRARIES:
282 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
283 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285 test "$$dir" != "$$p" || dir=.; \
286 echo "rm -f \"$${dir}/so_locations\""; \
287 rm -f "$${dir}/so_locations"; \
288 done
289 liburweb.la: $(liburweb_la_OBJECTS) $(liburweb_la_DEPENDENCIES)
290 $(LINK) -rpath $(libdir) $(liburweb_la_OBJECTS) $(liburweb_la_LIBADD) $(LIBS)
291 liburweb_cgi.la: $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_DEPENDENCIES)
292 $(LINK) -rpath $(libdir) $(liburweb_cgi_la_OBJECTS) $(liburweb_cgi_la_LIBADD) $(LIBS)
293 liburweb_fastcgi.la: $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_DEPENDENCIES)
294 $(LINK) -rpath $(libdir) $(liburweb_fastcgi_la_OBJECTS) $(liburweb_fastcgi_la_LIBADD) $(LIBS)
295 liburweb_http.la: $(liburweb_http_la_OBJECTS) $(liburweb_http_la_DEPENDENCIES)
296 $(LINK) -rpath $(libdir) $(liburweb_http_la_OBJECTS) $(liburweb_http_la_LIBADD) $(LIBS)
297
298 mostlyclean-compile:
299 -rm -f *.$(OBJEXT)
300
301 distclean-compile:
302 -rm -f *.tab.c
303
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgi.Plo@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fastcgi.Plo@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Plo@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhash.Plo@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Plo@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Plo@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urweb.Plo@am__quote@
312
313 .c.o:
314 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
319
320 .c.obj:
321 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
327 .c.lo:
328 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
333
334 mostlyclean-libtool:
335 -rm -f *.lo
336
337 clean-libtool:
338 -rm -rf .libs _libs
339
340 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 mkid -fID $$unique
348 tags: TAGS
349
350 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
351 $(TAGS_FILES) $(LISP)
352 set x; \
353 here=`pwd`; \
354 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355 unique=`for i in $$list; do \
356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357 done | \
358 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359 END { if (nonempty) { for (i in files) print i; }; }'`; \
360 shift; \
361 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
362 test -n "$$unique" || unique=$$empty_fix; \
363 if test $$# -gt 0; then \
364 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365 "$$@" $$unique; \
366 else \
367 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368 $$unique; \
369 fi; \
370 fi
371 ctags: CTAGS
372 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
373 $(TAGS_FILES) $(LISP)
374 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375 unique=`for i in $$list; do \
376 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377 done | \
378 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379 END { if (nonempty) { for (i in files) print i; }; }'`; \
380 test -z "$(CTAGS_ARGS)$$unique" \
381 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382 $$unique
383
384 GTAGS:
385 here=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd) $(top_srcdir) \
387 && gtags -i $(GTAGS_ARGS) "$$here"
388
389 distclean-tags:
390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392 distdir: $(DISTFILES)
393 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395 list='$(DISTFILES)'; \
396 dist_files=`for file in $$list; do echo $$file; done | \
397 sed -e "s|^$$srcdirstrip/||;t" \
398 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
399 case $$dist_files in \
400 */*) $(MKDIR_P) `echo "$$dist_files" | \
401 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
402 sort -u` ;; \
403 esac; \
404 for file in $$dist_files; do \
405 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406 if test -d $$d/$$file; then \
407 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
408 if test -d "$(distdir)/$$file"; then \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410 fi; \
411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414 fi; \
415 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416 else \
417 test -f "$(distdir)/$$file" \
418 || cp -p $$d/$$file "$(distdir)/$$file" \
419 || exit 1; \
420 fi; \
421 done
422 check-am: all-am
423 check: check-am
424 all-am: Makefile $(LTLIBRARIES)
425 installdirs:
426 for dir in "$(DESTDIR)$(libdir)"; do \
427 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
428 done
429 install: install-am
430 install-exec: install-exec-am
431 install-data: install-data-am
432 uninstall: uninstall-am
433
434 install-am: all-am
435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
437 installcheck: installcheck-am
438 install-strip:
439 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441 `test -z '$(STRIP)' || \
442 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
443 mostlyclean-generic:
444
445 clean-generic:
446
447 distclean-generic:
448 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
450
451 maintainer-clean-generic:
452 @echo "This command is intended for maintainers to use"
453 @echo "it deletes files that may require special tools to rebuild."
454 clean: clean-am
455
456 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
457 mostlyclean-am
458
459 distclean: distclean-am
460 -rm -rf ./$(DEPDIR)
461 -rm -f Makefile
462 distclean-am: clean-am distclean-compile distclean-generic \
463 distclean-tags
464
465 dvi: dvi-am
466
467 dvi-am:
468
469 html: html-am
470
471 html-am:
472
473 info: info-am
474
475 info-am:
476
477 install-data-am:
478
479 install-dvi: install-dvi-am
480
481 install-dvi-am:
482
483 install-exec-am: install-libLTLIBRARIES
484
485 install-html: install-html-am
486
487 install-html-am:
488
489 install-info: install-info-am
490
491 install-info-am:
492
493 install-man:
494
495 install-pdf: install-pdf-am
496
497 install-pdf-am:
498
499 install-ps: install-ps-am
500
501 install-ps-am:
502
503 installcheck-am:
504
505 maintainer-clean: maintainer-clean-am
506 -rm -rf ./$(DEPDIR)
507 -rm -f Makefile
508 maintainer-clean-am: distclean-am maintainer-clean-generic
509
510 mostlyclean: mostlyclean-am
511
512 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
513 mostlyclean-libtool
514
515 pdf: pdf-am
516
517 pdf-am:
518
519 ps: ps-am
520
521 ps-am:
522
523 uninstall-am: uninstall-libLTLIBRARIES
524
525 .MAKE: install-am install-strip
526
527 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
528 clean-libLTLIBRARIES clean-libtool ctags distclean \
529 distclean-compile distclean-generic distclean-libtool \
530 distclean-tags distdir dvi dvi-am html html-am info info-am \
531 install install-am install-data install-data-am install-dvi \
532 install-dvi-am install-exec install-exec-am install-html \
533 install-html-am install-info install-info-am \
534 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
535 install-ps install-ps-am install-strip installcheck \
536 installcheck-am installdirs maintainer-clean \
537 maintainer-clean-generic mostlyclean mostlyclean-compile \
538 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
539 tags uninstall uninstall-am uninstall-libLTLIBRARIES
540
541
542 # Tell versions [3.59,3.63) of GNU make to not export all variables.
543 # Otherwise a system limit (for SysV at least) may be exceeded.
544 .NOEXPORT: