]> jfr.im git - solanum.git/blame - libratbox/src/Makefile.in
Run autoreconf.
[solanum.git] / libratbox / src / Makefile.in
CommitLineData
b676ea3b 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
db137867
AC
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
b676ea3b 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
db137867
AC
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
b676ea3b 17# $Id: Makefile.am 24820 2008-01-02 19:47:32Z androsyn $
db137867
AC
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41 $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/include/libratbox_config.h
46CONFIG_CLEAN_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50 *) f=$$p;; \
51 esac;
52am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53am__installdirs = "$(DESTDIR)$(libdir)"
54libLTLIBRARIES_INSTALL = $(INSTALL)
55LTLIBRARIES = $(lib_LTLIBRARIES)
56libratbox_la_DEPENDENCIES =
57am_libratbox_la_OBJECTS = unix.lo win32.lo crypt.lo balloc.lo \
58 commio.lo openssl.lo nossl.lo event.lo ratbox_lib.lo \
59 rb_memory.lo linebuf.lo snprintf.lo tools.lo helper.lo \
60 devpoll.lo epoll.lo poll.lo ports.lo sigio.lo select.lo \
61 kqueue.lo rawbuf.lo patricia.lo
62libratbox_la_OBJECTS = $(am_libratbox_la_OBJECTS)
63libratbox_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65 $(libratbox_la_LDFLAGS) $(LDFLAGS) -o $@
b676ea3b 66DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
db137867
AC
67depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles
69COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74CCLD = $(CC)
75LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
77 $(LDFLAGS) -o $@
78SOURCES = $(libratbox_la_SOURCES)
79DIST_SOURCES = $(libratbox_la_SOURCES)
80ETAGS = etags
81CTAGS = ctags
82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83ACLOCAL = @ACLOCAL@
84ALLOCA = @ALLOCA@
85AMTAR = @AMTAR@
86AR = @AR@
87AS = @AS@
88AUTOCONF = @AUTOCONF@
89AUTOHEADER = @AUTOHEADER@
90AUTOMAKE = @AUTOMAKE@
91AWK = @AWK@
92CC = @CC@
93CCDEPMODE = @CCDEPMODE@
94CFLAGS = @CFLAGS@
95CP = @CP@
96CPP = @CPP@
97CPPFLAGS = @CPPFLAGS@
98CRYPT_LIB = @CRYPT_LIB@
99CXX = @CXX@
100CXXCPP = @CXXCPP@
101CXXDEPMODE = @CXXDEPMODE@
102CXXFLAGS = @CXXFLAGS@
103CYGPATH_W = @CYGPATH_W@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
b676ea3b 106DSYMUTIL = @DSYMUTIL@
db137867
AC
107ECHO = @ECHO@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
112EXEEXT = @EXEEXT@
113F77 = @F77@
114FFLAGS = @FFLAGS@
709c1951
AC
115GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
116GNUTLS_LIBS = @GNUTLS_LIBS@
db137867
AC
117GREP = @GREP@
118INSTALL = @INSTALL@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123LD = @LD@
124LDFLAGS = @LDFLAGS@
125LIBOBJS = @LIBOBJS@
126LIBS = @LIBS@
127LIBTOOL = @LIBTOOL@
128LN = @LN@
129LN_S = @LN_S@
130LTLIBOBJS = @LTLIBOBJS@
131MAINT = @MAINT@
132MAKEINFO = @MAKEINFO@
133MKDIR_P = @MKDIR_P@
134MV = @MV@
b676ea3b 135NMEDIT = @NMEDIT@
db137867
AC
136OBJEXT = @OBJEXT@
137PACKAGE = @PACKAGE@
138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139PACKAGE_NAME = @PACKAGE_NAME@
140PACKAGE_STRING = @PACKAGE_STRING@
141PACKAGE_TARNAME = @PACKAGE_TARNAME@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144PICFLAGS = @PICFLAGS@
709c1951 145PKG_CONFIG = @PKG_CONFIG@
db137867
AC
146RANLIB = @RANLIB@
147RB_PREFIX = @RB_PREFIX@
148RM = @RM@
149SED = @SED@
150SEDOBJ = @SEDOBJ@
151SET_MAKE = @SET_MAKE@
152SHELL = @SHELL@
153SSL_INCLUDES = @SSL_INCLUDES@
154SSL_LIBS = @SSL_LIBS@
155STRIP = @STRIP@
156TOUCH = @TOUCH@
157VERSION = @VERSION@
158abs_builddir = @abs_builddir@
159abs_srcdir = @abs_srcdir@
160abs_top_builddir = @abs_top_builddir@
161abs_top_srcdir = @abs_top_srcdir@
162ac_ct_CC = @ac_ct_CC@
163ac_ct_CXX = @ac_ct_CXX@
164ac_ct_F77 = @ac_ct_F77@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
176builddir = @builddir@
177datadir = @datadir@
178datarootdir = @datarootdir@
179docdir = @docdir@
180dvidir = @dvidir@
181exec_prefix = @exec_prefix@
182host = @host@
183host_alias = @host_alias@
184host_cpu = @host_cpu@
185host_os = @host_os@
186host_vendor = @host_vendor@
187htmldir = @htmldir@
188includedir = @includedir@
189infodir = @infodir@
190install_sh = @install_sh@
191libdir = @libdir@
192libexecdir = @libexecdir@
193localedir = @localedir@
194localstatedir = @localstatedir@
195mandir = @mandir@
196mkdir_p = @mkdir_p@
197oldincludedir = @oldincludedir@
198pdfdir = @pdfdir@
199prefix = @prefix@
200program_transform_name = @program_transform_name@
201psdir = @psdir@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204srcdir = @srcdir@
205subdirs = @subdirs@
206sysconfdir = @sysconfdir@
207target_alias = @target_alias@
208top_builddir = @top_builddir@
209top_srcdir = @top_srcdir@
210AUTOMAKE_OPTIONS = foreign
211INCLUDES = -I. -I../include @SSL_INCLUDES@
212libratbox_la_SOURCES = \
213 unix.c \
214 win32.c \
215 crypt.c \
216 balloc.c \
217 commio.c \
218 openssl.c \
219 nossl.c \
220 event.c \
221 ratbox_lib.c \
222 rb_memory.c \
223 linebuf.c \
224 snprintf.c \
225 tools.c \
226 helper.c \
227 devpoll.c \
228 epoll.c \
229 poll.c \
230 ports.c \
231 sigio.c \
232 select.c \
233 kqueue.c \
234 rawbuf.c \
235 patricia.c
236
237libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
238libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@
239lib_LTLIBRARIES = libratbox.la
240all: all-am
241
242.SUFFIXES:
243.SUFFIXES: .c .lo .o .obj
244$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
245 @for dep in $?; do \
246 case '$(am__configure_deps)' in \
247 *$$dep*) \
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249 && exit 0; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
254 cd $(top_srcdir) && \
255 $(AUTOMAKE) --foreign src/Makefile
256.PRECIOUS: Makefile
257Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258 @case '$?' in \
259 *config.status*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261 *) \
262 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264 esac;
265
266$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273install-libLTLIBRARIES: $(lib_LTLIBRARIES)
274 @$(NORMAL_INSTALL)
275 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
276 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
277 if test -f $$p; then \
278 f=$(am__strip_dir) \
b676ea3b
AC
279 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
280 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
db137867
AC
281 else :; fi; \
282 done
283
284uninstall-libLTLIBRARIES:
285 @$(NORMAL_UNINSTALL)
286 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
287 p=$(am__strip_dir) \
b676ea3b
AC
288 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
289 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
db137867
AC
290 done
291
292clean-libLTLIBRARIES:
293 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
294 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
295 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
296 test "$$dir" != "$$p" || dir=.; \
297 echo "rm -f \"$${dir}/so_locations\""; \
298 rm -f "$${dir}/so_locations"; \
299 done
300libratbox.la: $(libratbox_la_OBJECTS) $(libratbox_la_DEPENDENCIES)
301 $(libratbox_la_LINK) -rpath $(libdir) $(libratbox_la_OBJECTS) $(libratbox_la_LIBADD) $(LIBS)
302
303mostlyclean-compile:
304 -rm -f *.$(OBJEXT)
305
306distclean-compile:
307 -rm -f *.tab.c
308
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Plo@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commio.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linebuf.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nossl.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openssl.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patricia.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ports.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ratbox_lib.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawbuf.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb_memory.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigio.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Plo@am__quote@
332
333.c.o:
334@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@ $(COMPILE) -c $<
339
340.c.obj:
341@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
342@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
346
347.c.lo:
348@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
350@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
353
354mostlyclean-libtool:
355 -rm -f *.lo
356
357clean-libtool:
358 -rm -rf .libs _libs
359
360ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
b676ea3b
AC
365 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
366 END { if (nonempty) { for (i in files) print i; }; }'`; \
db137867
AC
367 mkid -fID $$unique
368tags: TAGS
369
370TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371 $(TAGS_FILES) $(LISP)
372 tags=; \
373 here=`pwd`; \
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 | \
b676ea3b
AC
378 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379 END { if (nonempty) { for (i in files) print i; }; }'`; \
db137867
AC
380 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381 test -n "$$unique" || unique=$$empty_fix; \
382 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383 $$tags $$unique; \
384 fi
385ctags: CTAGS
386CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 tags=; \
db137867
AC
389 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
b676ea3b
AC
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
db137867
AC
395 test -z "$(CTAGS_ARGS)$$tags$$unique" \
396 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397 $$tags $$unique
398
399GTAGS:
400 here=`$(am__cd) $(top_builddir) && pwd` \
401 && cd $(top_srcdir) \
402 && gtags -i $(GTAGS_ARGS) $$here
403
404distclean-tags:
405 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
406
407distdir: $(DISTFILES)
408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410 list='$(DISTFILES)'; \
411 dist_files=`for file in $$list; do echo $$file; done | \
412 sed -e "s|^$$srcdirstrip/||;t" \
413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414 case $$dist_files in \
415 */*) $(MKDIR_P) `echo "$$dist_files" | \
416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417 sort -u` ;; \
418 esac; \
419 for file in $$dist_files; do \
420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421 if test -d $$d/$$file; then \
422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
425 fi; \
426 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
427 else \
428 test -f $(distdir)/$$file \
429 || cp -p $$d/$$file $(distdir)/$$file \
430 || exit 1; \
431 fi; \
432 done
433check-am: all-am
434check: check-am
435all-am: Makefile $(LTLIBRARIES)
436installdirs:
437 for dir in "$(DESTDIR)$(libdir)"; do \
438 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
439 done
440install: install-am
441install-exec: install-exec-am
442install-data: install-data-am
443uninstall: uninstall-am
444
445install-am: all-am
446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-am
449install-strip:
450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 `test -z '$(STRIP)' || \
453 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460
461maintainer-clean-generic:
462 @echo "This command is intended for maintainers to use"
463 @echo "it deletes files that may require special tools to rebuild."
464clean: clean-am
465
466clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
467 mostlyclean-am
468
469distclean: distclean-am
470 -rm -rf ./$(DEPDIR)
471 -rm -f Makefile
472distclean-am: clean-am distclean-compile distclean-generic \
473 distclean-tags
474
475dvi: dvi-am
476
477dvi-am:
478
479html: html-am
480
481info: info-am
482
483info-am:
484
485install-data-am:
486
487install-dvi: install-dvi-am
488
489install-exec-am: install-libLTLIBRARIES
490
491install-html: install-html-am
492
493install-info: install-info-am
494
495install-man:
496
497install-pdf: install-pdf-am
498
499install-ps: install-ps-am
500
501installcheck-am:
502
503maintainer-clean: maintainer-clean-am
504 -rm -rf ./$(DEPDIR)
505 -rm -f Makefile
506maintainer-clean-am: distclean-am maintainer-clean-generic
507
508mostlyclean: mostlyclean-am
509
510mostlyclean-am: mostlyclean-compile mostlyclean-generic \
511 mostlyclean-libtool
512
513pdf: pdf-am
514
515pdf-am:
516
517ps: ps-am
518
519ps-am:
520
521uninstall-am: uninstall-libLTLIBRARIES
522
523.MAKE: install-am install-strip
524
525.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
526 clean-libLTLIBRARIES clean-libtool ctags distclean \
527 distclean-compile distclean-generic distclean-libtool \
528 distclean-tags distdir dvi dvi-am html html-am info info-am \
529 install install-am install-data install-data-am install-dvi \
530 install-dvi-am install-exec install-exec-am install-html \
531 install-html-am install-info install-info-am \
532 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
533 install-ps install-ps-am install-strip installcheck \
534 installcheck-am installdirs maintainer-clean \
535 maintainer-clean-generic mostlyclean mostlyclean-compile \
536 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537 tags uninstall uninstall-am uninstall-libLTLIBRARIES
538
539# Tell versions [3.59,3.63) of GNU make to not export all variables.
540# Otherwise a system limit (for SysV at least) may be exceeded.
541.NOEXPORT: