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