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