]> jfr.im git - irc/evilnet/x3.git/blob - rx/Makefile.in
found out from Kyle what b flag is.
[irc/evilnet/x3.git] / rx / Makefile.in
1 # Makefile.in generated by automake 1.9.5 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 SOURCES = $(librx_a_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = rx
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
44 ChangeLog compile depcomp
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.in
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50 CONFIG_HEADER = $(top_builddir)/src/config.h
51 CONFIG_CLEAN_FILES =
52 LIBRARIES = $(noinst_LIBRARIES)
53 AR = ar
54 ARFLAGS = cru
55 librx_a_AR = $(AR) $(ARFLAGS)
56 librx_a_LIBADD =
57 am_librx_a_OBJECTS = hashrexp.$(OBJEXT) rx.$(OBJEXT) rxanal.$(OBJEXT) \
58 rxbasic.$(OBJEXT) rxbitset.$(OBJEXT) rxcset.$(OBJEXT) \
59 rxgnucomp.$(OBJEXT) rxhash.$(OBJEXT) rxnfa.$(OBJEXT) \
60 rxnode.$(OBJEXT) rxposix.$(OBJEXT) rxsimp.$(OBJEXT) \
61 rxspencer.$(OBJEXT) rxstr.$(OBJEXT) rxsuper.$(OBJEXT) \
62 rxunfa.$(OBJEXT)
63 librx_a_OBJECTS = $(am_librx_a_OBJECTS)
64 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 SOURCES = $(librx_a_SOURCES)
72 DIST_SOURCES = $(librx_a_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 ALLOCA = @ALLOCA@
78 AMDEP_FALSE = @AMDEP_FALSE@
79 AMDEP_TRUE = @AMDEP_TRUE@
80 AMTAR = @AMTAR@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCDEPMODE = @CCDEPMODE@
87 CFLAGS = @CFLAGS@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CYGPATH_W = @CYGPATH_W@
91 DEFS = @DEFS@
92 DEPDIR = @DEPDIR@
93 ECHO_C = @ECHO_C@
94 ECHO_N = @ECHO_N@
95 ECHO_T = @ECHO_T@
96 EGREP = @EGREP@
97 EXEEXT = @EXEEXT@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LDFLAGS = @LDFLAGS@
103 LIBOBJS = @LIBOBJS@
104 LIBS = @LIBS@
105 LN_S = @LN_S@
106 LTLIBOBJS = @LTLIBOBJS@
107 MAINT = @MAINT@
108 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
109 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
110 MAKEINFO = @MAKEINFO@
111 MODULE_OBJS = @MODULE_OBJS@
112 MY_SUBDIRS = @MY_SUBDIRS@
113 OBJEXT = @OBJEXT@
114 PACKAGE = @PACKAGE@
115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116 PACKAGE_NAME = @PACKAGE_NAME@
117 PACKAGE_STRING = @PACKAGE_STRING@
118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_VERSION = @PACKAGE_VERSION@
120 PATH_SEPARATOR = @PATH_SEPARATOR@
121 RANLIB = @RANLIB@
122 RX_INCLUDES = @RX_INCLUDES@
123 RX_LIBS = @RX_LIBS@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 VERSION = @VERSION@
128 ac_ct_CC = @ac_ct_CC@
129 ac_ct_RANLIB = @ac_ct_RANLIB@
130 ac_ct_STRIP = @ac_ct_STRIP@
131 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
132 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
133 am__include = @am__include@
134 am__leading_dot = @am__leading_dot@
135 am__quote = @am__quote@
136 am__tar = @am__tar@
137 am__untar = @am__untar@
138 bindir = @bindir@
139 build = @build@
140 build_alias = @build_alias@
141 build_cpu = @build_cpu@
142 build_os = @build_os@
143 build_vendor = @build_vendor@
144 datadir = @datadir@
145 exec_prefix = @exec_prefix@
146 host = @host@
147 host_alias = @host_alias@
148 host_cpu = @host_cpu@
149 host_os = @host_os@
150 host_vendor = @host_vendor@
151 includedir = @includedir@
152 infodir = @infodir@
153 install_sh = @install_sh@
154 libdir = @libdir@
155 libexecdir = @libexecdir@
156 localstatedir = @localstatedir@
157 mandir = @mandir@
158 mkdir_p = @mkdir_p@
159 oldincludedir = @oldincludedir@
160 prefix = @prefix@
161 program_transform_name = @program_transform_name@
162 sbindir = @sbindir@
163 sharedstatedir = @sharedstatedir@
164 sysconfdir = @sysconfdir@
165 target = @target@
166 target_alias = @target_alias@
167 target_cpu = @target_cpu@
168 target_os = @target_os@
169 target_vendor = @target_vendor@
170
171 # this is "dirty" code -- please don't compile with -Wall :)
172 AM_CFLAGS = -W
173 noinst_LIBRARIES = librx.a
174 librx_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
195 all: all-am
196
197 .SUFFIXES:
198 .SUFFIXES: .c .o .obj
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
212 Makefile: $(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
229 clean-noinstLIBRARIES:
230 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
231 librx.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
236 mostlyclean-compile:
237 -rm -f *.$(OBJEXT)
238
239 distclean-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) '$<'`
272 uninstall-info-am:
273
274 ID: $(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
282 tags: TAGS
283
284 TAGS: $(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
299 ctags: CTAGS
300 CTAGS: $(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
314 GTAGS:
315 here=`$(am__cd) $(top_builddir) && pwd` \
316 && cd $(top_srcdir) \
317 && gtags -i $(GTAGS_ARGS) $$here
318
319 distclean-tags:
320 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321
322 distdir: $(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
349 check-am: all-am
350 check: check-am
351 all-am: Makefile $(LIBRARIES)
352 installdirs:
353 install: install-am
354 install-exec: install-exec-am
355 install-data: install-data-am
356 uninstall: uninstall-am
357
358 install-am: all-am
359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
361 installcheck: installcheck-am
362 install-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
367 mostlyclean-generic:
368
369 clean-generic:
370
371 distclean-generic:
372 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
373
374 maintainer-clean-generic:
375 @echo "This command is intended for maintainers to use"
376 @echo "it deletes files that may require special tools to rebuild."
377 clean: clean-am
378
379 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
380
381 distclean: distclean-am
382 -rm -rf ./$(DEPDIR)
383 -rm -f Makefile
384 distclean-am: clean-am distclean-compile distclean-generic \
385 distclean-tags
386
387 dvi: dvi-am
388
389 dvi-am:
390
391 html: html-am
392
393 info: info-am
394
395 info-am:
396
397 install-data-am:
398
399 install-exec-am:
400
401 install-info: install-info-am
402
403 install-man:
404
405 installcheck-am:
406
407 maintainer-clean: maintainer-clean-am
408 -rm -rf ./$(DEPDIR)
409 -rm -f Makefile
410 maintainer-clean-am: distclean-am maintainer-clean-generic
411
412 mostlyclean: mostlyclean-am
413
414 mostlyclean-am: mostlyclean-compile mostlyclean-generic
415
416 pdf: pdf-am
417
418 pdf-am:
419
420 ps: ps-am
421
422 ps-am:
423
424 uninstall-am: uninstall-info-am
425
426 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
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
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: