1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CXX = @CXX@
65CXXCPP = @CXXCPP@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69LIBTOOL = @LIBTOOL@
70LN_S = @LN_S@
71MAKEINFO = @MAKEINFO@
72OBJDUMP = @OBJDUMP@
73OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@
75PCREPP_VERSION = @PCREPP_VERSION@
76RANLIB = @RANLIB@
77STRIP = @STRIP@
78VERSION = @VERSION@
79
80pcre_linklib = ../libpcre++/.libs/libpcre++.a
81noinst_PROGRAMS = demo replace_demo search_demo
82
83demo_SOURCES = demo.cc
84demo_LDADD = $(pcre_linklib)
85
86replace_demo_SOURCES = replace_demo.cc
87replace_demo_LDADD = $(pcre_linklib)
88
89search_demo_SOURCES = search_demo.cc
90search_demo_LDADD = $(pcre_linklib)
91
92CXXFLAGS = -Wall -Wstrict-prototypes @CXXFLAGS@
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = ../libpcre++/config.h
95CONFIG_CLEAN_FILES =
96noinst_PROGRAMS =  demo$(EXEEXT) replace_demo$(EXEEXT) \
97search_demo$(EXEEXT)
98PROGRAMS =  $(noinst_PROGRAMS)
99
100
101DEFS = @DEFS@ -I. -I$(srcdir) -I../libpcre++
102CPPFLAGS = @CPPFLAGS@
103LDFLAGS = @LDFLAGS@
104LIBS = @LIBS@
105demo_OBJECTS =  demo.$(OBJEXT)
106demo_DEPENDENCIES =  ../libpcre++/.libs/libpcre++.a
107demo_LDFLAGS =
108replace_demo_OBJECTS =  replace_demo.$(OBJEXT)
109replace_demo_DEPENDENCIES =  ../libpcre++/.libs/libpcre++.a
110replace_demo_LDFLAGS =
111search_demo_OBJECTS =  search_demo.$(OBJEXT)
112search_demo_DEPENDENCIES =  ../libpcre++/.libs/libpcre++.a
113search_demo_LDFLAGS =
114CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
116CXXLD = $(CXX)
117CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
118DIST_COMMON =  Makefile.am Makefile.in
119
120
121DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122
123TAR = tar
124GZIP_ENV = --best
125DEP_FILES =  .deps/demo.P .deps/replace_demo.P .deps/search_demo.P
126SOURCES = $(demo_SOURCES) $(replace_demo_SOURCES) $(search_demo_SOURCES)
127OBJECTS = $(demo_OBJECTS) $(replace_demo_OBJECTS) $(search_demo_OBJECTS)
128
129all: all-redirect
130.SUFFIXES:
131.SUFFIXES: .S .c .cc .lo .o .obj .s
132$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
133	cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile
134
135Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
136	cd $(top_builddir) \
137	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
139
140mostlyclean-noinstPROGRAMS:
141
142clean-noinstPROGRAMS:
143	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
144
145distclean-noinstPROGRAMS:
146
147maintainer-clean-noinstPROGRAMS:
148
149# FIXME: We should only use cygpath when building on Windows,
150# and only if it is available.
151.c.obj:
152	$(COMPILE) -c `cygpath -w $<`
153
154.s.o:
155	$(COMPILE) -c $<
156
157.S.o:
158	$(COMPILE) -c $<
159
160mostlyclean-compile:
161	-rm -f *.o core *.core
162	-rm -f *.$(OBJEXT)
163
164clean-compile:
165
166distclean-compile:
167	-rm -f *.tab.c
168
169maintainer-clean-compile:
170
171.s.lo:
172	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
173
174.S.lo:
175	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
177mostlyclean-libtool:
178	-rm -f *.lo
179
180clean-libtool:
181	-rm -rf .libs _libs
182
183distclean-libtool:
184
185maintainer-clean-libtool:
186
187demo$(EXEEXT): $(demo_OBJECTS) $(demo_DEPENDENCIES)
188	@rm -f demo$(EXEEXT)
189	$(CXXLINK) $(demo_LDFLAGS) $(demo_OBJECTS) $(demo_LDADD) $(LIBS)
190
191replace_demo$(EXEEXT): $(replace_demo_OBJECTS) $(replace_demo_DEPENDENCIES)
192	@rm -f replace_demo$(EXEEXT)
193	$(CXXLINK) $(replace_demo_LDFLAGS) $(replace_demo_OBJECTS) $(replace_demo_LDADD) $(LIBS)
194
195search_demo$(EXEEXT): $(search_demo_OBJECTS) $(search_demo_DEPENDENCIES)
196	@rm -f search_demo$(EXEEXT)
197	$(CXXLINK) $(search_demo_LDFLAGS) $(search_demo_OBJECTS) $(search_demo_LDADD) $(LIBS)
198.cc.o:
199	$(CXXCOMPILE) -c $<
200.cc.obj:
201	$(CXXCOMPILE) -c `cygpath -w $<`
202.cc.lo:
203	$(LTCXXCOMPILE) -c $<
204
205tags: TAGS
206
207ID: $(HEADERS) $(SOURCES) $(LISP)
208	list='$(SOURCES) $(HEADERS)'; \
209	unique=`for i in $$list; do echo $$i; done | \
210	  awk '    { files[$$0] = 1; } \
211	       END { for (i in files) print i; }'`; \
212	here=`pwd` && cd $(srcdir) \
213	  && mkid -f$$here/ID $$unique $(LISP)
214
215TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
216	tags=; \
217	here=`pwd`; \
218	list='$(SOURCES) $(HEADERS)'; \
219	unique=`for i in $$list; do echo $$i; done | \
220	  awk '    { files[$$0] = 1; } \
221	       END { for (i in files) print i; }'`; \
222	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
223	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
224
225mostlyclean-tags:
226
227clean-tags:
228
229distclean-tags:
230	-rm -f TAGS ID
231
232maintainer-clean-tags:
233
234distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
235
236subdir = examples
237
238distdir: $(DISTFILES)
239	here=`cd $(top_builddir) && pwd`; \
240	top_distdir=`cd $(top_distdir) && pwd`; \
241	distdir=`cd $(distdir) && pwd`; \
242	cd $(top_srcdir) \
243	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu examples/Makefile
244	@for file in $(DISTFILES); do \
245	  d=$(srcdir); \
246	  if test -d $$d/$$file; then \
247	    cp -pr $$d/$$file $(distdir)/$$file; \
248	  else \
249	    test -f $(distdir)/$$file \
250	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
251	    || cp -p $$d/$$file $(distdir)/$$file || :; \
252	  fi; \
253	done
254
255DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
256
257-include $(DEP_FILES)
258
259mostlyclean-depend:
260
261clean-depend:
262
263distclean-depend:
264	-rm -rf .deps
265
266maintainer-clean-depend:
267
268%.o: %.c
269	@echo '$(COMPILE) -c $<'; \
270	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
271	@-cp .deps/$(*F).pp .deps/$(*F).P; \
272	tr ' ' '\012' < .deps/$(*F).pp \
273	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
274	    >> .deps/$(*F).P; \
275	rm .deps/$(*F).pp
276
277%.lo: %.c
278	@echo '$(LTCOMPILE) -c $<'; \
279	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
280	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
281	  < .deps/$(*F).pp > .deps/$(*F).P; \
282	tr ' ' '\012' < .deps/$(*F).pp \
283	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
284	    >> .deps/$(*F).P; \
285	rm -f .deps/$(*F).pp
286
287%.o: %.cc
288	@echo '$(CXXCOMPILE) -c $<'; \
289	$(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
290	@-cp .deps/$(*F).pp .deps/$(*F).P; \
291	tr ' ' '\012' < .deps/$(*F).pp \
292	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
293	    >> .deps/$(*F).P; \
294	rm .deps/$(*F).pp
295
296%.lo: %.cc
297	@echo '$(LTCXXCOMPILE) -c $<'; \
298	$(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
299	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
300	  < .deps/$(*F).pp > .deps/$(*F).P; \
301	tr ' ' '\012' < .deps/$(*F).pp \
302	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
303	    >> .deps/$(*F).P; \
304	rm -f .deps/$(*F).pp
305info-am:
306info: info-am
307dvi-am:
308dvi: dvi-am
309check-am: all-am
310check: check-am
311installcheck-am:
312installcheck: installcheck-am
313install-exec-am:
314install-exec: install-exec-am
315
316install-data-am:
317install-data: install-data-am
318
319install-am: all-am
320	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321install: install-am
322uninstall-am:
323uninstall: uninstall-am
324all-am: Makefile $(PROGRAMS)
325all-redirect: all-am
326install-strip:
327	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
328installdirs:
329
330
331mostlyclean-generic:
332
333clean-generic:
334
335distclean-generic:
336	-rm -f Makefile $(CONFIG_CLEAN_FILES)
337	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
338
339maintainer-clean-generic:
340mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
341		mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
342		mostlyclean-generic
343
344mostlyclean: mostlyclean-am
345
346clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
347		clean-depend clean-generic mostlyclean-am
348
349clean: clean-am
350
351distclean-am:  distclean-noinstPROGRAMS distclean-compile \
352		distclean-libtool distclean-tags distclean-depend \
353		distclean-generic clean-am
354	-rm -f libtool
355
356distclean: distclean-am
357
358maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
359		maintainer-clean-compile maintainer-clean-libtool \
360		maintainer-clean-tags maintainer-clean-depend \
361		maintainer-clean-generic distclean-am
362	@echo "This command is intended for maintainers to use;"
363	@echo "it deletes files that may require special tools to rebuild."
364
365maintainer-clean: maintainer-clean-am
366
367.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
368clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
369mostlyclean-compile distclean-compile clean-compile \
370maintainer-clean-compile mostlyclean-libtool distclean-libtool \
371clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
372distclean-tags clean-tags maintainer-clean-tags distdir \
373mostlyclean-depend distclean-depend clean-depend \
374maintainer-clean-depend info-am info dvi-am dvi check check-am \
375installcheck-am installcheck install-exec-am install-exec \
376install-data-am install-data install-am install uninstall-am uninstall \
377all-redirect all-am all installdirs mostlyclean-generic \
378distclean-generic clean-generic maintainer-clean-generic clean \
379mostlyclean distclean maintainer-clean
380
381
382# Tell versions [3.59,3.63) of GNU make to not export all variables.
383# Otherwise a system limit (for SysV at least) may be exceeded.
384.NOEXPORT:
385