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