]> jfr.im git - irc/rqf/shadowircd.git/blob - libratbox/src/Makefile.in
dlink -> rb_dlink
[irc/rqf/shadowircd.git] / libratbox / src / Makefile.in
1 # Makefile.in generated by automake 1.10.1 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 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 # $Id: Makefile.am 24820 2008-01-02 19:47:32Z androsyn $
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@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
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41 $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/include/libratbox_config.h
46 CONFIG_CLEAN_FILES =
47 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48 am__vpath_adj = case $$p in \
49 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50 *) f=$$p;; \
51 esac;
52 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53 am__installdirs = "$(DESTDIR)$(libdir)"
54 libLTLIBRARIES_INSTALL = $(INSTALL)
55 LTLIBRARIES = $(lib_LTLIBRARIES)
56 libratbox_la_DEPENDENCIES =
57 am_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
62 libratbox_la_OBJECTS = $(am_libratbox_la_OBJECTS)
63 libratbox_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65 $(libratbox_la_LDFLAGS) $(LDFLAGS) -o $@
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
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 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
77 $(LDFLAGS) -o $@
78 SOURCES = $(libratbox_la_SOURCES)
79 DIST_SOURCES = $(libratbox_la_SOURCES)
80 ETAGS = etags
81 CTAGS = ctags
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 ACLOCAL = @ACLOCAL@
84 ALLOCA = @ALLOCA@
85 AMTAR = @AMTAR@
86 AR = @AR@
87 AS = @AS@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CP = @CP@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CRYPT_LIB = @CRYPT_LIB@
99 CXX = @CXX@
100 CXXCPP = @CXXCPP@
101 CXXDEPMODE = @CXXDEPMODE@
102 CXXFLAGS = @CXXFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 DSYMUTIL = @DSYMUTIL@
107 ECHO = @ECHO@
108 ECHO_C = @ECHO_C@
109 ECHO_N = @ECHO_N@
110 ECHO_T = @ECHO_T@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 F77 = @F77@
114 FFLAGS = @FFLAGS@
115 GREP = @GREP@
116 INSTALL = @INSTALL@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LD = @LD@
122 LDFLAGS = @LDFLAGS@
123 LIBOBJS = @LIBOBJS@
124 LIBS = @LIBS@
125 LIBTOOL = @LIBTOOL@
126 LN = @LN@
127 LN_S = @LN_S@
128 LTLIBOBJS = @LTLIBOBJS@
129 MAINT = @MAINT@
130 MAKEINFO = @MAKEINFO@
131 MKDIR_P = @MKDIR_P@
132 MV = @MV@
133 NMEDIT = @NMEDIT@
134 OBJEXT = @OBJEXT@
135 PACKAGE = @PACKAGE@
136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137 PACKAGE_NAME = @PACKAGE_NAME@
138 PACKAGE_STRING = @PACKAGE_STRING@
139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
140 PACKAGE_VERSION = @PACKAGE_VERSION@
141 PATH_SEPARATOR = @PATH_SEPARATOR@
142 PICFLAGS = @PICFLAGS@
143 RANLIB = @RANLIB@
144 RB_PREFIX = @RB_PREFIX@
145 RM = @RM@
146 SED = @SED@
147 SEDOBJ = @SEDOBJ@
148 SET_MAKE = @SET_MAKE@
149 SHELL = @SHELL@
150 SSL_INCLUDES = @SSL_INCLUDES@
151 SSL_LIBS = @SSL_LIBS@
152 STRIP = @STRIP@
153 TOUCH = @TOUCH@
154 VERSION = @VERSION@
155 abs_builddir = @abs_builddir@
156 abs_srcdir = @abs_srcdir@
157 abs_top_builddir = @abs_top_builddir@
158 abs_top_srcdir = @abs_top_srcdir@
159 ac_ct_CC = @ac_ct_CC@
160 ac_ct_CXX = @ac_ct_CXX@
161 ac_ct_F77 = @ac_ct_F77@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 subdirs = @subdirs@
203 sysconfdir = @sysconfdir@
204 target_alias = @target_alias@
205 top_builddir = @top_builddir@
206 top_srcdir = @top_srcdir@
207 AUTOMAKE_OPTIONS = foreign
208 INCLUDES = -I. -I../include @SSL_INCLUDES@
209 libratbox_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
234 libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
235 libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@
236 lib_LTLIBRARIES = libratbox.la
237 all: 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
254 Makefile: $(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
270 install-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) \
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"; \
278 else :; fi; \
279 done
280
281 uninstall-libLTLIBRARIES:
282 @$(NORMAL_UNINSTALL)
283 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284 p=$(am__strip_dir) \
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"; \
287 done
288
289 clean-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
297 libratbox.la: $(libratbox_la_OBJECTS) $(libratbox_la_DEPENDENCIES)
298 $(libratbox_la_LINK) -rpath $(libdir) $(libratbox_la_OBJECTS) $(libratbox_la_LIBADD) $(LIBS)
299
300 mostlyclean-compile:
301 -rm -f *.$(OBJEXT)
302
303 distclean-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
351 mostlyclean-libtool:
352 -rm -f *.lo
353
354 clean-libtool:
355 -rm -rf .libs _libs
356
357 ID: $(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 | \
362 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
363 END { if (nonempty) { for (i in files) print i; }; }'`; \
364 mkid -fID $$unique
365 tags: TAGS
366
367 TAGS: $(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 | \
375 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
382 ctags: CTAGS
383 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
384 $(TAGS_FILES) $(LISP)
385 tags=; \
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 | \
390 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391 END { if (nonempty) { for (i in files) print i; }; }'`; \
392 test -z "$(CTAGS_ARGS)$$tags$$unique" \
393 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394 $$tags $$unique
395
396 GTAGS:
397 here=`$(am__cd) $(top_builddir) && pwd` \
398 && cd $(top_srcdir) \
399 && gtags -i $(GTAGS_ARGS) $$here
400
401 distclean-tags:
402 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
404 distdir: $(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
430 check-am: all-am
431 check: check-am
432 all-am: Makefile $(LTLIBRARIES)
433 installdirs:
434 for dir in "$(DESTDIR)$(libdir)"; do \
435 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
436 done
437 install: install-am
438 install-exec: install-exec-am
439 install-data: install-data-am
440 uninstall: uninstall-am
441
442 install-am: all-am
443 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
445 installcheck: installcheck-am
446 install-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
451 mostlyclean-generic:
452
453 clean-generic:
454
455 distclean-generic:
456 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
457
458 maintainer-clean-generic:
459 @echo "This command is intended for maintainers to use"
460 @echo "it deletes files that may require special tools to rebuild."
461 clean: clean-am
462
463 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
464 mostlyclean-am
465
466 distclean: distclean-am
467 -rm -rf ./$(DEPDIR)
468 -rm -f Makefile
469 distclean-am: clean-am distclean-compile distclean-generic \
470 distclean-tags
471
472 dvi: dvi-am
473
474 dvi-am:
475
476 html: html-am
477
478 info: info-am
479
480 info-am:
481
482 install-data-am:
483
484 install-dvi: install-dvi-am
485
486 install-exec-am: install-libLTLIBRARIES
487
488 install-html: install-html-am
489
490 install-info: install-info-am
491
492 install-man:
493
494 install-pdf: install-pdf-am
495
496 install-ps: install-ps-am
497
498 installcheck-am:
499
500 maintainer-clean: maintainer-clean-am
501 -rm -rf ./$(DEPDIR)
502 -rm -f Makefile
503 maintainer-clean-am: distclean-am maintainer-clean-generic
504
505 mostlyclean: mostlyclean-am
506
507 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
508 mostlyclean-libtool
509
510 pdf: pdf-am
511
512 pdf-am:
513
514 ps: ps-am
515
516 ps-am:
517
518 uninstall-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: