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