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