]> jfr.im git - irc/rqf/shadowircd.git/blob - libratbox/src/Makefile.in
Copied libratbox and related stuff from shadowircd upstream.
[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 26046 2008-09-09 16:37:30Z 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 gnutls.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 arc4random.lo version.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 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
116 GNUTLS_LIBS = @GNUTLS_LIBS@
117 GREP = @GREP@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 LDFLAGS = @LDFLAGS@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LIBTOOL = @LIBTOOL@
127 LN = @LN@
128 LN_S = @LN_S@
129 LTLIBOBJS = @LTLIBOBJS@
130 MAINT = @MAINT@
131 MAKEINFO = @MAKEINFO@
132 MKDIR_P = @MKDIR_P@
133 MV = @MV@
134 NMEDIT = @NMEDIT@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 PICFLAGS = @PICFLAGS@
144 PKG_CONFIG = @PKG_CONFIG@
145 RANLIB = @RANLIB@
146 RB_PREFIX = @RB_PREFIX@
147 RM = @RM@
148 SED = @SED@
149 SEDOBJ = @SEDOBJ@
150 SET_MAKE = @SET_MAKE@
151 SHELL = @SHELL@
152 SSL_CFLAGS = @SSL_CFLAGS@
153 SSL_LIBS = @SSL_LIBS@
154 STRIP = @STRIP@
155 TOUCH = @TOUCH@
156 VERSION = @VERSION@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 ac_ct_F77 = @ac_ct_F77@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 am__tar = @am__tar@
168 am__untar = @am__untar@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 builddir = @builddir@
176 datadir = @datadir@
177 datarootdir = @datarootdir@
178 docdir = @docdir@
179 dvidir = @dvidir@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localedir = @localedir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 oldincludedir = @oldincludedir@
197 pdfdir = @pdfdir@
198 prefix = @prefix@
199 program_transform_name = @program_transform_name@
200 psdir = @psdir@
201 sbindir = @sbindir@
202 sharedstatedir = @sharedstatedir@
203 srcdir = @srcdir@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 top_builddir = @top_builddir@
207 top_srcdir = @top_srcdir@
208 AUTOMAKE_OPTIONS = foreign
209 INCLUDES = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@
210 BUILT_SOURCES = version.c
211 libratbox_la_SOURCES = \
212 unix.c \
213 win32.c \
214 crypt.c \
215 balloc.c \
216 commio.c \
217 openssl.c \
218 gnutls.c \
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 \
235 patricia.c \
236 arc4random.c \
237 version.c
238
239 libratbox_la_LDFLAGS = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt
240 libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@
241 lib_LTLIBRARIES = libratbox.la
242 all: $(BUILT_SOURCES)
243 $(MAKE) $(AM_MAKEFLAGS) all-am
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
260 Makefile: $(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
276 install-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) \
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"; \
284 else :; fi; \
285 done
286
287 uninstall-libLTLIBRARIES:
288 @$(NORMAL_UNINSTALL)
289 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290 p=$(am__strip_dir) \
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"; \
293 done
294
295 clean-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
303 libratbox.la: $(libratbox_la_OBJECTS) $(libratbox_la_DEPENDENCIES)
304 $(libratbox_la_LINK) -rpath $(libdir) $(libratbox_la_OBJECTS) $(libratbox_la_LIBADD) $(LIBS)
305
306 mostlyclean-compile:
307 -rm -f *.$(OBJEXT)
308
309 distclean-compile:
310 -rm -f *.tab.c
311
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc4random.Plo@am__quote@
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@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnutls.Plo@am__quote@
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@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
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
360 mostlyclean-libtool:
361 -rm -f *.lo
362
363 clean-libtool:
364 -rm -rf .libs _libs
365
366 ID: $(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 | \
371 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
372 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 mkid -fID $$unique
374 tags: TAGS
375
376 TAGS: $(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 | \
384 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
391 ctags: CTAGS
392 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
393 $(TAGS_FILES) $(LISP)
394 tags=; \
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 | \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 test -z "$(CTAGS_ARGS)$$tags$$unique" \
402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403 $$tags $$unique
404
405 GTAGS:
406 here=`$(am__cd) $(top_builddir) && pwd` \
407 && cd $(top_srcdir) \
408 && gtags -i $(GTAGS_ARGS) $$here
409
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412
413 distdir: $(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
439 check-am: all-am
440 check: $(BUILT_SOURCES)
441 $(MAKE) $(AM_MAKEFLAGS) check-am
442 all-am: Makefile $(LTLIBRARIES)
443 installdirs:
444 for dir in "$(DESTDIR)$(libdir)"; do \
445 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
446 done
447 install: $(BUILT_SOURCES)
448 $(MAKE) $(AM_MAKEFLAGS) install-am
449 install-exec: install-exec-am
450 install-data: install-data-am
451 uninstall: uninstall-am
452
453 install-am: all-am
454 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455
456 installcheck: installcheck-am
457 install-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
462 mostlyclean-generic:
463
464 clean-generic:
465
466 distclean-generic:
467 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
468
469 maintainer-clean-generic:
470 @echo "This command is intended for maintainers to use"
471 @echo "it deletes files that may require special tools to rebuild."
472 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
473 clean: clean-am
474
475 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
476 mostlyclean-am
477
478 distclean: distclean-am
479 -rm -rf ./$(DEPDIR)
480 -rm -f Makefile
481 distclean-am: clean-am distclean-compile distclean-generic \
482 distclean-tags
483
484 dvi: dvi-am
485
486 dvi-am:
487
488 html: html-am
489
490 info: info-am
491
492 info-am:
493
494 install-data-am:
495
496 install-dvi: install-dvi-am
497
498 install-exec-am: install-libLTLIBRARIES
499
500 install-html: install-html-am
501
502 install-info: install-info-am
503
504 install-man:
505
506 install-pdf: install-pdf-am
507
508 install-ps: install-ps-am
509
510 installcheck-am:
511
512 maintainer-clean: maintainer-clean-am
513 -rm -rf ./$(DEPDIR)
514 -rm -f Makefile
515 maintainer-clean-am: distclean-am maintainer-clean-generic
516
517 mostlyclean: mostlyclean-am
518
519 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
520 mostlyclean-libtool
521
522 pdf: pdf-am
523
524 pdf-am:
525
526 ps: ps-am
527
528 ps-am:
529
530 uninstall-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
548
549 version.c: version.c.SH ../CREDITS
550 $(SHELL) ./version.c.SH
551 $(CP) version.c version.c.last
552
553 version.lo: version.c ../include/serno.h
554 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
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: