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