1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62CXX = @CXX@
63DEPDIR = @DEPDIR@
64EXEEXT = @EXEEXT@
65INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
66OBJEXT = @OBJEXT@
67PACKAGE = @PACKAGE@
68RANLIB = @RANLIB@
69VERSION = @VERSION@
70am__include = @am__include@
71am__quote = @am__quote@
72install_sh = @install_sh@
73
74SUBDIRS = pfc++
75subdir = lib
76mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77CONFIG_HEADER = $(top_builddir)/config.h
78CONFIG_CLEAN_FILES =
79DIST_SOURCES =
80
81RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
82	uninstall-info-recursive all-recursive install-data-recursive \
83	install-exec-recursive installdirs-recursive install-recursive \
84	uninstall-recursive check-recursive installcheck-recursive
85DIST_COMMON = Makefile.am Makefile.in
86DIST_SUBDIRS = $(SUBDIRS)
87all: all-recursive
88
89.SUFFIXES:
90$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
91	cd $(top_srcdir) && \
92	  $(AUTOMAKE) --gnu  lib/Makefile
93Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
94	cd $(top_builddir) && \
95	  CONFIG_HEADERS= CONFIG_LINKS= \
96	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
97uninstall-info-am:
98
99# This directory's subdirectories are mostly independent; you can cd
100# into them and run `make' without going through this Makefile.
101# To change the values of `make' variables: instead of editing Makefiles,
102# (1) if the variable is set in `config.status', edit `config.status'
103#     (which will cause the Makefiles to be regenerated when you run `make');
104# (2) otherwise, pass the desired values on the `make' command line.
105$(RECURSIVE_TARGETS):
106	@set fnord $(MAKEFLAGS); amf=$$2; \
107	dot_seen=no; \
108	target=`echo $@ | sed s/-recursive//`; \
109	list='$(SUBDIRS)'; for subdir in $$list; do \
110	  echo "Making $$target in $$subdir"; \
111	  if test "$$subdir" = "."; then \
112	    dot_seen=yes; \
113	    local_target="$$target-am"; \
114	  else \
115	    local_target="$$target"; \
116	  fi; \
117	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
118	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
119	done; \
120	if test "$$dot_seen" = "no"; then \
121	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
122	fi; test -z "$$fail"
123
124mostlyclean-recursive clean-recursive distclean-recursive \
125maintainer-clean-recursive:
126	@set fnord $(MAKEFLAGS); amf=$$2; \
127	dot_seen=no; \
128	case "$@" in \
129	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
130	  *) list='$(SUBDIRS)' ;; \
131	esac; \
132	rev=''; for subdir in $$list; do \
133	  if test "$$subdir" = "."; then :; else \
134	    rev="$$subdir $$rev"; \
135	  fi; \
136	done; \
137	rev="$$rev ."; \
138	target=`echo $@ | sed s/-recursive//`; \
139	for subdir in $$rev; do \
140	  echo "Making $$target in $$subdir"; \
141	  if test "$$subdir" = "."; then \
142	    local_target="$$target-am"; \
143	  else \
144	    local_target="$$target"; \
145	  fi; \
146	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
147	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
148	done && test -z "$$fail"
149tags-recursive:
150	list='$(SUBDIRS)'; for subdir in $$list; do \
151	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
152	done
153
154tags: TAGS
155
156ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
157	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
158	unique=`for i in $$list; do \
159	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160	  done | \
161	  $(AWK) '    { files[$$0] = 1; } \
162	       END { for (i in files) print i; }'`; \
163	mkid -fID $$unique $(LISP)
164
165TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
166		$(TAGS_FILES) $(LISP)
167	tags=; \
168	here=`pwd`; \
169	list='$(SUBDIRS)'; for subdir in $$list; do \
170	  if test "$$subdir" = .; then :; else \
171	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
172	  fi; \
173	done; \
174	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
175	unique=`for i in $$list; do \
176	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177	  done | \
178	  $(AWK) '    { files[$$0] = 1; } \
179	       END { for (i in files) print i; }'`; \
180	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
182
183GTAGS:
184	here=`CDPATH=: && cd $(top_builddir) && pwd` \
185	  && cd $(top_srcdir) \
186	  && gtags -i $(GTAGS_ARGS) $$here
187
188distclean-tags:
189	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
190
191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192
193top_distdir = ..
194distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
195
196distdir: $(DISTFILES)
197	@for file in $(DISTFILES); do \
198	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
199	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
200	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
201	    $(mkinstalldirs) "$(distdir)/$$dir"; \
202	  fi; \
203	  if test -d $$d/$$file; then \
204	    cp -pR $$d/$$file $(distdir) \
205	    || exit 1; \
206	  else \
207	    test -f $(distdir)/$$file \
208	    || cp -p $$d/$$file $(distdir)/$$file \
209	    || exit 1; \
210	  fi; \
211	done
212	for subdir in $(SUBDIRS); do \
213	  if test "$$subdir" = .; then :; else \
214	    test -d $(distdir)/$$subdir \
215	    || mkdir $(distdir)/$$subdir \
216	    || exit 1; \
217	    (cd $$subdir && \
218	      $(MAKE) $(AM_MAKEFLAGS) \
219	        top_distdir="$(top_distdir)" \
220	        distdir=../$(distdir)/$$subdir \
221	        distdir) \
222	      || exit 1; \
223	  fi; \
224	done
225check-am: all-am
226check: check-recursive
227all-am: Makefile
228installdirs: installdirs-recursive
229installdirs-am:
230
231install: install-recursive
232install-exec: install-exec-recursive
233install-data: install-data-recursive
234uninstall: uninstall-recursive
235
236install-am: all-am
237	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
238
239installcheck: installcheck-recursive
240install-strip:
241	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
242	  `test -z '$(STRIP)' || \
243	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
244mostlyclean-generic:
245
246clean-generic:
247
248distclean-generic:
249	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
250
251maintainer-clean-generic:
252	@echo "This command is intended for maintainers to use"
253	@echo "it deletes files that may require special tools to rebuild."
254clean: clean-recursive
255
256clean-am: clean-generic mostlyclean-am
257
258distclean: distclean-recursive
259
260distclean-am: clean-am distclean-generic distclean-tags
261
262dvi: dvi-recursive
263
264dvi-am:
265
266info: info-recursive
267
268info-am:
269
270install-data-am:
271
272install-exec-am:
273
274install-info: install-info-recursive
275
276install-man:
277
278installcheck-am:
279
280maintainer-clean: maintainer-clean-recursive
281
282maintainer-clean-am: distclean-am maintainer-clean-generic
283
284mostlyclean: mostlyclean-recursive
285
286mostlyclean-am: mostlyclean-generic
287
288uninstall-am: uninstall-info-am
289
290uninstall-info: uninstall-info-recursive
291
292.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
293	clean-generic clean-recursive distclean distclean-generic \
294	distclean-recursive distclean-tags distdir dvi dvi-am \
295	dvi-recursive info info-am info-recursive install install-am \
296	install-data install-data-am install-data-recursive \
297	install-exec install-exec-am install-exec-recursive \
298	install-info install-info-am install-info-recursive install-man \
299	install-recursive install-strip installcheck installcheck-am \
300	installdirs installdirs-am installdirs-recursive \
301	maintainer-clean maintainer-clean-generic \
302	maintainer-clean-recursive mostlyclean mostlyclean-generic \
303	mostlyclean-recursive tags tags-recursive uninstall \
304	uninstall-am uninstall-info-am uninstall-info-recursive \
305	uninstall-recursive
306
307# Tell versions [3.59,3.63) of GNU make to not export all variables.
308# Otherwise a system limit (for SysV at least) may be exceeded.
309.NOEXPORT:
310