]> jfr.im git - irc/evilnet/x3.git/blame - src/Makefile.in
Lots of style changes to user replies. added numeric access back
[irc/evilnet/x3.git] / src / Makefile.in
CommitLineData
b8cb2a14 1# Makefile.in generated by automake 1.9.5 from Makefile.am.
2e60eec0
AS
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
b8cb2a14 5# 2003, 2004, 2005 Free Software Foundation, Inc.
2e60eec0
AS
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
b8cb2a14 18SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) $(x3_SOURCES) $(EXTRA_x3_SOURCES)
2e60eec0
AS
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = ..
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42target_triplet = @target@
b8cb2a14 43noinst_PROGRAMS = x3$(EXEEXT)
2e60eec0
AS
44EXTRA_PROGRAMS = checkdb$(EXEEXT) globtest$(EXEEXT)
45subdir = src
46DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47 $(srcdir)/config.h.in
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/configure.in
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53CONFIG_HEADER = config.h
54CONFIG_CLEAN_FILES =
55PROGRAMS = $(noinst_PROGRAMS)
56am_checkdb_OBJECTS = checkdb.$(OBJEXT) compat.$(OBJEXT) \
57 dict-splay.$(OBJEXT) recdb.$(OBJEXT) saxdb.$(OBJEXT) \
58 tools.$(OBJEXT)
59checkdb_OBJECTS = $(am_checkdb_OBJECTS)
60checkdb_LDADD = $(LDADD)
61am_globtest_OBJECTS = compat.$(OBJEXT) dict-splay.$(OBJEXT) \
62 globtest.$(OBJEXT) tools.$(OBJEXT)
63globtest_OBJECTS = $(am_globtest_OBJECTS)
64globtest_LDADD = $(LDADD)
b8cb2a14 65am_x3_OBJECTS = chanserv.$(OBJEXT) compat.$(OBJEXT) conf.$(OBJEXT) \
2e60eec0
AS
66 dict-splay.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
67 gline.$(OBJEXT) global.$(OBJEXT) hash.$(OBJEXT) heap.$(OBJEXT) \
68 helpfile.$(OBJEXT) ioset.$(OBJEXT) log.$(OBJEXT) \
69 main.$(OBJEXT) math.$(OBJEXT) md5.$(OBJEXT) modcmd.$(OBJEXT) \
70 modules.$(OBJEXT) nickserv.$(OBJEXT) opserv.$(OBJEXT) \
71 policer.$(OBJEXT) recdb.$(OBJEXT) saxdb.$(OBJEXT) \
72 sendmail.$(OBJEXT) timeq.$(OBJEXT) tools.$(OBJEXT)
b8cb2a14 73x3_OBJECTS = $(am_x3_OBJECTS)
2e60eec0
AS
74DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
75depcomp = $(SHELL) $(top_srcdir)/depcomp
76am__depfiles_maybe = depfiles
77COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79CCLD = $(CC)
80LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
b8cb2a14
AS
81SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) $(x3_SOURCES) \
82 $(EXTRA_x3_SOURCES)
83DIST_SOURCES = $(checkdb_SOURCES) $(globtest_SOURCES) $(x3_SOURCES) \
84 $(EXTRA_x3_SOURCES)
2e60eec0
AS
85DATA = $(noinst_DATA)
86ETAGS = etags
87CTAGS = ctags
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89ACLOCAL = @ACLOCAL@
90ALLOCA = @ALLOCA@
91AMDEP_FALSE = @AMDEP_FALSE@
92AMDEP_TRUE = @AMDEP_TRUE@
93AMTAR = @AMTAR@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@
101CPP = @CPP@
102CPPFLAGS = @CPPFLAGS@
103CYGPATH_W = @CYGPATH_W@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106ECHO_C = @ECHO_C@
107ECHO_N = @ECHO_N@
108ECHO_T = @ECHO_T@
109EGREP = @EGREP@
110EXEEXT = @EXEEXT@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115LDFLAGS = @LDFLAGS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@ @RX_LIBS@
118LN_S = @LN_S@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123MAKEINFO = @MAKEINFO@
124MODULE_OBJS = @MODULE_OBJS@
125MY_SUBDIRS = @MY_SUBDIRS@
126OBJEXT = @OBJEXT@
127PACKAGE = @PACKAGE@
128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129PACKAGE_NAME = @PACKAGE_NAME@
130PACKAGE_STRING = @PACKAGE_STRING@
131PACKAGE_TARNAME = @PACKAGE_TARNAME@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135RX_INCLUDES = @RX_INCLUDES@
136RX_LIBS = @RX_LIBS@
137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
139STRIP = @STRIP@
140VERSION = @VERSION@
141ac_ct_CC = @ac_ct_CC@
142ac_ct_RANLIB = @ac_ct_RANLIB@
143ac_ct_STRIP = @ac_ct_STRIP@
144am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146am__include = @am__include@
147am__leading_dot = @am__leading_dot@
148am__quote = @am__quote@
149am__tar = @am__tar@
150am__untar = @am__untar@
151bindir = @bindir@
152build = @build@
153build_alias = @build_alias@
154build_cpu = @build_cpu@
155build_os = @build_os@
156build_vendor = @build_vendor@
157datadir = @datadir@
158exec_prefix = @exec_prefix@
159host = @host@
160host_alias = @host_alias@
161host_cpu = @host_cpu@
162host_os = @host_os@
163host_vendor = @host_vendor@
164includedir = @includedir@
165infodir = @infodir@
166install_sh = @install_sh@
167libdir = @libdir@
168libexecdir = @libexecdir@
169localstatedir = @localstatedir@
170mandir = @mandir@
171mkdir_p = @mkdir_p@
172oldincludedir = @oldincludedir@
173prefix = @prefix@
174program_transform_name = @program_transform_name@
175sbindir = @sbindir@
176sharedstatedir = @sharedstatedir@
177sysconfdir = @sysconfdir@
178target = @target@
179target_alias = @target_alias@
180target_cpu = @target_cpu@
181target_os = @target_os@
182target_vendor = @target_vendor@
183AM_CPPFLAGS = @RX_INCLUDES@
184noinst_DATA = chanserv.help global.help modcmd.help nickserv.help opserv.help saxdb.help sendmail.help mod-sockcheck.help mod-helpserv.help mod-memoserv.help
185EXTRA_DIST = $(noinst_DATA)
83ff05c3 186EXTRA_x3_SOURCES = alloc-slab.c alloc-x3.c proto-bahamut.c proto-common.c proto-p10.c mod-snoop.c mod-memoserv.c mod-helpserv.c mod-sockcheck.c
b8cb2a14
AS
187x3_LDADD = @MODULE_OBJS@
188x3_DEPENDENCIES = @MODULE_OBJS@
189x3_SOURCES = \
2e60eec0
AS
190 chanserv.c chanserv.h \
191 compat.c compat.h \
192 conf.c conf.h \
193 dict-splay.c dict.h \
194 getopt.c getopt.h \
195 getopt1.c getopt.h \
196 gline.c gline.h \
197 global.c global.h \
198 hash.c hash.h \
199 heap.c heap.h \
200 helpfile.c helpfile.h \
201 ioset.c ioset.h \
202 log.c log.h \
203 main.c common.h \
204 math.c \
205 md5.c md5.h \
206 modcmd.c modcmd.h \
207 modules.c modules.h \
208 nickserv.c nickserv.h \
209 opserv.c opserv.h \
210 policer.c policer.h \
211 proto.h \
212 recdb.c recdb.h \
213 saxdb.c saxdb.h \
214 sendmail.c sendmail.h \
215 timeq.c timeq.h \
216 tools.c
217
218checkdb_SOURCES = checkdb.c common.h compat.c compat.h dict-splay.c dict.h recdb.c recdb.h saxdb.c saxdb.h tools.c conf.h log.h modcmd.h saxdb.h timeq.h
219globtest_SOURCES = common.h compat.c compat.h dict-splay.c dict.h globtest.c tools.c
220all: config.h
221 $(MAKE) $(AM_MAKEFLAGS) all-am
222
223.SUFFIXES:
224.SUFFIXES: .c .o .obj
225$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
226 @for dep in $?; do \
227 case '$(am__configure_deps)' in \
228 *$$dep*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --gnu src/Makefile
237.PRECIOUS: Makefile
238Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242 *) \
243 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245 esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
255config.h: stamp-h1
256 @if test ! -f $@; then \
257 rm -f stamp-h1; \
258 $(MAKE) stamp-h1; \
259 else :; fi
260
261stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
262 @rm -f stamp-h1
263 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
264$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
265 cd $(top_srcdir) && $(AUTOHEADER)
266 rm -f stamp-h1
267 touch $@
268
269distclean-hdr:
270 -rm -f config.h stamp-h1
271
272clean-noinstPROGRAMS:
273 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
274checkdb$(EXEEXT): $(checkdb_OBJECTS) $(checkdb_DEPENDENCIES)
275 @rm -f checkdb$(EXEEXT)
276 $(LINK) $(checkdb_LDFLAGS) $(checkdb_OBJECTS) $(checkdb_LDADD) $(LIBS)
277globtest$(EXEEXT): $(globtest_OBJECTS) $(globtest_DEPENDENCIES)
278 @rm -f globtest$(EXEEXT)
279 $(LINK) $(globtest_LDFLAGS) $(globtest_OBJECTS) $(globtest_LDADD) $(LIBS)
b8cb2a14
AS
280x3$(EXEEXT): $(x3_OBJECTS) $(x3_DEPENDENCIES)
281 @rm -f x3$(EXEEXT)
282 $(LINK) $(x3_LDFLAGS) $(x3_OBJECTS) $(x3_LDADD) $(LIBS)
2e60eec0
AS
283
284mostlyclean-compile:
285 -rm -f *.$(OBJEXT)
286
287distclean-compile:
288 -rm -f *.tab.c
289
b8cb2a14 290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc-slab.Po@am__quote@
83ff05c3 291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc-x3.Po@am__quote@
2e60eec0
AS
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chanserv.Po@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkdb.Po@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-splay.Po@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gline.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globtest.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpfile.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-helpserv.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-memoserv.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-snoop.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-sockcheck.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modcmd.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nickserv.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opserv.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policer.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto-bahamut.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto-common.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto-p10.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recdb.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saxdb.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendmail.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeq.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
327
328.c.o:
329@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
330@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@ $(COMPILE) -c $<
334
335.c.obj:
336@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
337@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
341uninstall-info-am:
342
343ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345 unique=`for i in $$list; do \
346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347 done | \
348 $(AWK) ' { files[$$0] = 1; } \
349 END { for (i in files) print i; }'`; \
350 mkid -fID $$unique
351tags: TAGS
352
353TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
354 $(TAGS_FILES) $(LISP)
355 tags=; \
356 here=`pwd`; \
357 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
361 $(AWK) ' { files[$$0] = 1; } \
362 END { for (i in files) print i; }'`; \
363 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364 test -n "$$unique" || unique=$$empty_fix; \
365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366 $$tags $$unique; \
367 fi
368ctags: CTAGS
369CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
370 $(TAGS_FILES) $(LISP)
371 tags=; \
372 here=`pwd`; \
373 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 test -z "$(CTAGS_ARGS)$$tags$$unique" \
380 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381 $$tags $$unique
382
383GTAGS:
384 here=`$(am__cd) $(top_builddir) && pwd` \
385 && cd $(top_srcdir) \
386 && gtags -i $(GTAGS_ARGS) $$here
387
388distclean-tags:
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
390
391distdir: $(DISTFILES)
392 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
393 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
394 list='$(DISTFILES)'; for file in $$list; do \
395 case $$file in \
396 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
397 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
398 esac; \
399 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
401 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
402 dir="/$$dir"; \
403 $(mkdir_p) "$(distdir)$$dir"; \
404 else \
405 dir=''; \
406 fi; \
407 if test -d $$d/$$file; then \
408 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
410 fi; \
411 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
412 else \
413 test -f $(distdir)/$$file \
414 || cp -p $$d/$$file $(distdir)/$$file \
415 || exit 1; \
416 fi; \
417 done
418check-am: all-am
419check: check-am
420all-am: Makefile $(PROGRAMS) $(DATA) config.h
421installdirs:
422install: install-am
423install-exec: install-exec-am
424install-data: install-data-am
425uninstall: uninstall-am
426
427install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430installcheck: installcheck-am
431install-strip:
432 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434 `test -z '$(STRIP)' || \
435 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436mostlyclean-generic:
437
438clean-generic:
439
440distclean-generic:
441 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442
443maintainer-clean-generic:
444 @echo "This command is intended for maintainers to use"
445 @echo "it deletes files that may require special tools to rebuild."
446clean: clean-am
447
448clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
449
450distclean: distclean-am
451 -rm -rf ./$(DEPDIR)
452 -rm -f Makefile
453distclean-am: clean-am distclean-compile distclean-generic \
454 distclean-hdr distclean-tags
455
456dvi: dvi-am
457
458dvi-am:
459
460html: html-am
461
462info: info-am
463
464info-am:
465
466install-data-am:
467
468install-exec-am:
469
470install-info: install-info-am
471
472install-man:
473
474installcheck-am:
475
476maintainer-clean: maintainer-clean-am
477 -rm -rf ./$(DEPDIR)
478 -rm -f Makefile
479maintainer-clean-am: distclean-am maintainer-clean-generic
480
481mostlyclean: mostlyclean-am
482
483mostlyclean-am: mostlyclean-compile mostlyclean-generic
484
485pdf: pdf-am
486
487pdf-am:
488
489ps: ps-am
490
491ps-am:
492
493uninstall-am: uninstall-info-am
494
495.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
496 clean-noinstPROGRAMS ctags distclean distclean-compile \
497 distclean-generic distclean-hdr distclean-tags distdir dvi \
498 dvi-am html html-am info info-am install install-am \
499 install-data install-data-am install-exec install-exec-am \
500 install-info install-info-am install-man install-strip \
501 installcheck installcheck-am installdirs maintainer-clean \
502 maintainer-clean-generic mostlyclean mostlyclean-compile \
503 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
504 uninstall-am uninstall-info-am
505
506# Tell versions [3.59,3.63) of GNU make to not export all variables.
507# Otherwise a system limit (for SysV at least) may be exceeded.
508.NOEXPORT: