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