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