]> jfr.im git - irc/evilnet/x3.git/blame - rx/Makefile.in
Removed bahamut support plus fixed a warning.
[irc/evilnet/x3.git] / rx / 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
2e60eec0
AS
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40subdir = rx
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
42 ChangeLog compile depcomp
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/src/config.h
49CONFIG_CLEAN_FILES =
50LIBRARIES = $(noinst_LIBRARIES)
35305a49 51AR = ar
2e60eec0
AS
52ARFLAGS = cru
53librx_a_AR = $(AR) $(ARFLAGS)
54librx_a_LIBADD =
55am_librx_a_OBJECTS = hashrexp.$(OBJEXT) rx.$(OBJEXT) rxanal.$(OBJEXT) \
56 rxbasic.$(OBJEXT) rxbitset.$(OBJEXT) rxcset.$(OBJEXT) \
57 rxgnucomp.$(OBJEXT) rxhash.$(OBJEXT) rxnfa.$(OBJEXT) \
58 rxnode.$(OBJEXT) rxposix.$(OBJEXT) rxsimp.$(OBJEXT) \
59 rxspencer.$(OBJEXT) rxstr.$(OBJEXT) rxsuper.$(OBJEXT) \
60 rxunfa.$(OBJEXT)
61librx_a_OBJECTS = $(am_librx_a_OBJECTS)
62DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
63depcomp = $(SHELL) $(top_srcdir)/depcomp
64am__depfiles_maybe = depfiles
65COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67CCLD = $(CC)
35305a49 68LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
2e60eec0
AS
69SOURCES = $(librx_a_SOURCES)
70DIST_SOURCES = $(librx_a_SOURCES)
71ETAGS = etags
72CTAGS = ctags
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74ACLOCAL = @ACLOCAL@
75ALLOCA = @ALLOCA@
76AMDEP_FALSE = @AMDEP_FALSE@
77AMDEP_TRUE = @AMDEP_TRUE@
78AMTAR = @AMTAR@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
82AWK = @AWK@
83CC = @CC@
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CYGPATH_W = @CYGPATH_W@
89DEFS = @DEFS@
90DEPDIR = @DEPDIR@
91ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
95EXEEXT = @EXEEXT@
96INSTALL_DATA = @INSTALL_DATA@
97INSTALL_PROGRAM = @INSTALL_PROGRAM@
98INSTALL_SCRIPT = @INSTALL_SCRIPT@
99INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100LDFLAGS = @LDFLAGS@
101LIBOBJS = @LIBOBJS@
102LIBS = @LIBS@
103LN_S = @LN_S@
104LTLIBOBJS = @LTLIBOBJS@
105MAINT = @MAINT@
106MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
107MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
108MAKEINFO = @MAKEINFO@
5b1166fd 109MAKER = @MAKER@
2e60eec0
AS
110MODULE_OBJS = @MODULE_OBJS@
111MY_SUBDIRS = @MY_SUBDIRS@
112OBJEXT = @OBJEXT@
113PACKAGE = @PACKAGE@
114PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115PACKAGE_NAME = @PACKAGE_NAME@
116PACKAGE_STRING = @PACKAGE_STRING@
117PACKAGE_TARNAME = @PACKAGE_TARNAME@
118PACKAGE_VERSION = @PACKAGE_VERSION@
119PATH_SEPARATOR = @PATH_SEPARATOR@
120RANLIB = @RANLIB@
121RX_INCLUDES = @RX_INCLUDES@
122RX_LIBS = @RX_LIBS@
123SET_MAKE = @SET_MAKE@
124SHELL = @SHELL@
125STRIP = @STRIP@
ec311f39 126TRACK = @TRACK@
2e60eec0
AS
127VERSION = @VERSION@
128ac_ct_CC = @ac_ct_CC@
129ac_ct_RANLIB = @ac_ct_RANLIB@
130ac_ct_STRIP = @ac_ct_STRIP@
131am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
132am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
133am__include = @am__include@
134am__leading_dot = @am__leading_dot@
135am__quote = @am__quote@
136am__tar = @am__tar@
137am__untar = @am__untar@
138bindir = @bindir@
139build = @build@
140build_alias = @build_alias@
141build_cpu = @build_cpu@
142build_os = @build_os@
143build_vendor = @build_vendor@
144datadir = @datadir@
145exec_prefix = @exec_prefix@
146host = @host@
147host_alias = @host_alias@
148host_cpu = @host_cpu@
149host_os = @host_os@
150host_vendor = @host_vendor@
151includedir = @includedir@
152infodir = @infodir@
153install_sh = @install_sh@
154libdir = @libdir@
155libexecdir = @libexecdir@
156localstatedir = @localstatedir@
157mandir = @mandir@
158mkdir_p = @mkdir_p@
159oldincludedir = @oldincludedir@
160prefix = @prefix@
161program_transform_name = @program_transform_name@
162sbindir = @sbindir@
163sharedstatedir = @sharedstatedir@
164sysconfdir = @sysconfdir@
165target = @target@
166target_alias = @target_alias@
167target_cpu = @target_cpu@
168target_os = @target_os@
169target_vendor = @target_vendor@
170
171# this is "dirty" code -- please don't compile with -Wall :)
172AM_CFLAGS = -W
173noinst_LIBRARIES = librx.a
174librx_a_SOURCES = \
175 hashrexp.c \
176 _rx.h rx.c rx.h \
177 rxanal.c rxanal.h \
178 rxbasic.c rxbasic.h \
179 rxbitset.c rxbitset.h \
180 rxcontext.h \
181 rxcset.c rxcset.h \
182 rxgnucomp.c rxgnucomp.h \
183 rxhash.c rxhash.h \
184 rxnfa.c rxnfa.h \
185 rxnode.c rxnode.h \
186 rxposix.c inst-rxposix.h rxposix.h \
187 rxproto.h \
188 rxsimp.c rxsimp.h \
189 rxspencer.c rxspencer.h \
190 rxstr.c rxstr.h \
191 rxsuper.c rxsuper.h \
192 rxunfa.c rxunfa.h \
193 rxall.h
194
195all: all-am
196
197.SUFFIXES:
35305a49 198.SUFFIXES: .c .o .obj
2e60eec0
AS
199$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
200 @for dep in $?; do \
201 case '$(am__configure_deps)' in \
202 *$$dep*) \
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
204 && exit 0; \
205 exit 1;; \
206 esac; \
207 done; \
208 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rx/Makefile'; \
209 cd $(top_srcdir) && \
210 $(AUTOMAKE) --gnu rx/Makefile
211.PRECIOUS: Makefile
212Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213 @case '$?' in \
214 *config.status*) \
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216 *) \
217 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219 esac;
220
221$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
224$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
229clean-noinstLIBRARIES:
230 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
231librx.a: $(librx_a_OBJECTS) $(librx_a_DEPENDENCIES)
232 -rm -f librx.a
233 $(librx_a_AR) librx.a $(librx_a_OBJECTS) $(librx_a_LIBADD)
234 $(RANLIB) librx.a
235
236mostlyclean-compile:
237 -rm -f *.$(OBJEXT)
238
239distclean-compile:
240 -rm -f *.tab.c
241
242@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashrexp.Po@am__quote@
243@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx.Po@am__quote@
244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxanal.Po@am__quote@
245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxbasic.Po@am__quote@
246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxbitset.Po@am__quote@
247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxcset.Po@am__quote@
248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxgnucomp.Po@am__quote@
249@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxhash.Po@am__quote@
250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxnfa.Po@am__quote@
251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxnode.Po@am__quote@
252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxposix.Po@am__quote@
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxsimp.Po@am__quote@
254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxspencer.Po@am__quote@
255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxstr.Po@am__quote@
256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxsuper.Po@am__quote@
257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxunfa.Po@am__quote@
258
259.c.o:
260@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
261@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
262@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264@am__fastdepCC_FALSE@ $(COMPILE) -c $<
265
266.c.obj:
267@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
268@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
272uninstall-info-am:
273
274ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276 unique=`for i in $$list; do \
277 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278 done | \
279 $(AWK) ' { files[$$0] = 1; } \
280 END { for (i in files) print i; }'`; \
281 mkid -fID $$unique
282tags: TAGS
283
284TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
285 $(TAGS_FILES) $(LISP)
286 tags=; \
287 here=`pwd`; \
288 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289 unique=`for i in $$list; do \
290 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291 done | \
292 $(AWK) ' { files[$$0] = 1; } \
293 END { for (i in files) print i; }'`; \
294 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
295 test -n "$$unique" || unique=$$empty_fix; \
296 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297 $$tags $$unique; \
298 fi
299ctags: CTAGS
300CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
301 $(TAGS_FILES) $(LISP)
302 tags=; \
303 here=`pwd`; \
304 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305 unique=`for i in $$list; do \
306 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307 done | \
308 $(AWK) ' { files[$$0] = 1; } \
309 END { for (i in files) print i; }'`; \
310 test -z "$(CTAGS_ARGS)$$tags$$unique" \
311 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
312 $$tags $$unique
313
314GTAGS:
315 here=`$(am__cd) $(top_builddir) && pwd` \
316 && cd $(top_srcdir) \
317 && gtags -i $(GTAGS_ARGS) $$here
318
319distclean-tags:
320 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321
322distdir: $(DISTFILES)
323 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
324 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
325 list='$(DISTFILES)'; for file in $$list; do \
326 case $$file in \
327 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
328 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
329 esac; \
330 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
331 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
332 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
333 dir="/$$dir"; \
334 $(mkdir_p) "$(distdir)$$dir"; \
335 else \
336 dir=''; \
337 fi; \
338 if test -d $$d/$$file; then \
339 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
340 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
341 fi; \
342 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
343 else \
344 test -f $(distdir)/$$file \
345 || cp -p $$d/$$file $(distdir)/$$file \
346 || exit 1; \
347 fi; \
348 done
349check-am: all-am
350check: check-am
351all-am: Makefile $(LIBRARIES)
352installdirs:
353install: install-am
354install-exec: install-exec-am
355install-data: install-data-am
356uninstall: uninstall-am
357
358install-am: all-am
359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
361installcheck: installcheck-am
362install-strip:
363 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
365 `test -z '$(STRIP)' || \
366 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
367mostlyclean-generic:
368
369clean-generic:
370
371distclean-generic:
372 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
373
374maintainer-clean-generic:
375 @echo "This command is intended for maintainers to use"
376 @echo "it deletes files that may require special tools to rebuild."
377clean: clean-am
378
35305a49 379clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
2e60eec0
AS
380
381distclean: distclean-am
382 -rm -rf ./$(DEPDIR)
383 -rm -f Makefile
384distclean-am: clean-am distclean-compile distclean-generic \
35305a49 385 distclean-tags
2e60eec0
AS
386
387dvi: dvi-am
388
389dvi-am:
390
391html: html-am
392
393info: info-am
394
395info-am:
396
397install-data-am:
398
399install-exec-am:
400
401install-info: install-info-am
402
403install-man:
404
405installcheck-am:
406
407maintainer-clean: maintainer-clean-am
408 -rm -rf ./$(DEPDIR)
409 -rm -f Makefile
410maintainer-clean-am: distclean-am maintainer-clean-generic
411
412mostlyclean: mostlyclean-am
413
35305a49 414mostlyclean-am: mostlyclean-compile mostlyclean-generic
2e60eec0
AS
415
416pdf: pdf-am
417
418pdf-am:
419
420ps: ps-am
421
422ps-am:
423
424uninstall-am: uninstall-info-am
425
426.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
35305a49
AS
427 clean-noinstLIBRARIES ctags distclean distclean-compile \
428 distclean-generic distclean-tags distdir dvi dvi-am html \
429 html-am info info-am install install-am install-data \
430 install-data-am install-exec install-exec-am install-info \
431 install-info-am install-man install-strip installcheck \
432 installcheck-am installdirs maintainer-clean \
433 maintainer-clean-generic mostlyclean mostlyclean-compile \
434 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
435 uninstall-am uninstall-info-am
2e60eec0
AS
436
437# Tell versions [3.59,3.63) of GNU make to not export all variables.
438# Otherwise a system limit (for SysV at least) may be exceeded.
439.NOEXPORT: