blob: ec5688e5120ffc22a75dee505491bb83d15b99cd [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# doc/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16
17
18# Copyright (C) 1999-2005 Open Source Telecom Corporation.
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
28
29pkgdatadir = $(datadir)/commoncpp2
30pkgincludedir = $(includedir)/commoncpp2
31pkglibdir = $(libdir)/commoncpp2
32pkglibexecdir = $(libexecdir)/commoncpp2
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34install_sh_DATA = $(install_sh) -c -m 644
35install_sh_PROGRAM = $(install_sh) -c
36install_sh_SCRIPT = $(install_sh) -c
37INSTALL_HEADER = $(INSTALL_DATA)
38transform = $(program_transform_name)
39NORMAL_INSTALL = :
40PRE_INSTALL = :
41POST_INSTALL = :
42NORMAL_UNINSTALL = :
43PRE_UNINSTALL = :
44POST_UNINSTALL = :
45build_triplet = x86_64-unknown-linux-gnu
46host_triplet = arm-unknown-linux-androideabi
47target_triplet = arm-unknown-linux-androideabi
48subdir = doc
49DIST_COMMON = $(commoncpp2_TEXINFOS) $(srcdir)/Doxyfile.in \
50 $(srcdir)/Makefile.am $(srcdir)/Makefile.in
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
53 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
55 $(top_srcdir)/m4/ost_cxx.m4 $(top_srcdir)/m4/ost_debug.m4 \
56 $(top_srcdir)/m4/ost_dynamic.m4 $(top_srcdir)/m4/ost_endian.m4 \
57 $(top_srcdir)/m4/ost_getopt.m4 $(top_srcdir)/m4/ost_maint.m4 \
58 $(top_srcdir)/m4/ost_misc.m4 $(top_srcdir)/m4/ost_poll.m4 \
59 $(top_srcdir)/m4/ost_posix.m4 $(top_srcdir)/m4/ost_prog.m4 \
60 $(top_srcdir)/m4/ost_pthread.m4 \
61 $(top_srcdir)/m4/ost_reentrant.m4 \
62 $(top_srcdir)/m4/ost_signal.m4 $(top_srcdir)/m4/ost_socket.m4 \
63 $(top_srcdir)/m4/ost_ssl.m4 $(top_srcdir)/m4/ost_stlport.m4 \
64 $(top_srcdir)/m4/ost_string.m4 $(top_srcdir)/m4/ost_systime.m4 \
65 $(top_srcdir)/m4/ost_types.m4 $(top_srcdir)/m4/ost_win32.m4 \
66 $(top_srcdir)/m4/win32msc.m4 $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4)
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES = Doxyfile
72CONFIG_CLEAN_VPATH_FILES =
73SOURCES =
74DIST_SOURCES =
75INFO_DEPS = $(srcdir)/commoncpp2.info
76TEXINFO_TEX = $(top_srcdir)/autoconf/texinfo.tex
77am__TEXINFO_TEX_DIR = $(top_srcdir)/autoconf
78DVIS = commoncpp2.dvi
79PDFS = commoncpp2.pdf
80PSS = commoncpp2.ps
81HTMLS = commoncpp2.html
82TEXINFOS = commoncpp2.texi
83TEXI2DVI = texi2dvi
84TEXI2PDF = $(TEXI2DVI) --pdf --batch
85MAKEINFOHTML = $(MAKEINFO) --html
86AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
87DVIPS = dvips
88am__installdirs = "$(DESTDIR)$(infodir)"
89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90am__vpath_adj = case $$p in \
91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92 *) f=$$p;; \
93 esac;
94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95am__install_max = 40
96am__nobase_strip_setup = \
97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98am__nobase_strip = \
99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100am__nobase_list = $(am__nobase_strip_setup); \
101 for p in $$list; do echo "$$p $$p"; done | \
102 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104 if (++n[$$2] == $(am__install_max)) \
105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106 END { for (dir in files) print dir, files[dir] }'
107am__base_list = \
108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110DATA = $(noinst_DATA)
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112ACLOCAL = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run aclocal-1.11
113AMTAR = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run tar
114AR = arm-linux-androideabi-ar
115AS = as
116AUTOCONF = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoconf
117AUTOHEADER = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoheader
118AUTOMAKE = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run automake-1.11
119AWK = gawk
120BASE_LIB = ../src/libccgnu2.la
121CC = arm-linux-androideabi-gcc
122CCDEPMODE = depmode=gcc3
123CCXX_DIR = $(top_srcdir)/inc
124CFLAGS = -g -O2
125COMMON_FLAGS = -D_GNU_SOURCE -I/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/include
126CPP = arm-linux-androideabi-gcc -E
127CPPFLAGS =
128CPPUNIT_LIBS =
129CXX = arm-linux-androideabi-g++
130CXXCPP = arm-linux-androideabi-g++ -E
131CXXDEPMODE = depmode=gcc3
132CXXFLAGS = -Wno-psabi
133CYGPATH_W = echo
134DEFS = -DHAVE_CONFIG_H
135DEPDIR = .deps
136DLLTOOL = dlltool
137DOXYGEN = no
138DSYMUTIL =
139DUMPBIN =
140DYN_LOADER = -ldl
141ECHO_C =
142ECHO_N = -n
143ECHO_T =
144EGREP = /bin/grep -E
145EXEEXT =
146FGREP = /bin/grep -F
147FTPDIR =
148GETOPT_LIBS =
149GREP = /bin/grep
150INSTALL = /usr/bin/install -c
151INSTALL_DATA = ${INSTALL} -m 644
152INSTALL_PROGRAM = ${INSTALL}
153INSTALL_SCRIPT = ${INSTALL}
154INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
155KDOC_DIR = $(top_srcdir)/doc
156LD = /home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld
157LDFLAGS =
158LIBGETOPTOBJS =
159LIBOBJS =
160LIBS = -L/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib
161LIBTOOL = $(SHELL) $(top_builddir)/libtool
162LIB_MAJOR = 0
163LIB_VERSION = 1_8
164LIPO =
165LN_S = ln -s
166LTLIBOBJS =
167LT_CCXX_VERSION = -version-info 0:1
168LT_MAJOR = 0
169LT_MINOR = 1
170LT_RELEASE = 1.8
171LT_SUBVER = 0.1
172MAINT = #
173MAKEINFO = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run makeinfo
174MANIFEST_TOOL = :
175MKDIR_P = /bin/mkdir -p
176MODULE_FLAGS = -module -shared -avoid-version
177NM = /home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B
178NMEDIT =
179OBJDUMP = objdump
180OBJEXT = o
181OTOOL =
182OTOOL64 =
183PACKAGE = commoncpp2
184PACKAGE_BUGREPORT =
185PACKAGE_NAME =
186PACKAGE_STRING =
187PACKAGE_TARNAME =
188PACKAGE_URL =
189PACKAGE_VERSION =
190PATH_SEPARATOR = :
191PTHREAD_CC =
192RANLIB = arm-linux-androideabi-ranlib
193SED = /bin/sed
194SET_MAKE =
195SHARED_FLAGS =
196SHELL = /bin/bash
197SOCKET_LIBS =
198SSL_LIBS =
199STAGE2 =
200STRIP = arm-linux-androideabi-strip
201THREAD_FLAGS =
202THREAD_LIBS = -pthread
203VERSION = 1.8.1
204WARN_FLAGS = -pedantic -Wall
205WINVERSION = 1,8,1,0
206ZSTREAM_LIBS = -lz
207abs_builddir = /home/evigier/git/commoncpp2-1.8.1-android/doc
208abs_srcdir = /home/evigier/git/commoncpp2-1.8.1-android/doc
209abs_top_builddir = /home/evigier/git/commoncpp2-1.8.1-android
210abs_top_srcdir = /home/evigier/git/commoncpp2-1.8.1-android
211ac_ct_AR =
212ac_ct_CC =
213ac_ct_CXX =
214ac_ct_DUMPBIN =
215am__include = include
216am__leading_dot = .
217am__quote =
218am__tar = ${AMTAR} chof - "$$tardir"
219am__untar = ${AMTAR} xf -
220bindir = ${exec_prefix}/bin
221build = x86_64-unknown-linux-gnu
222build_alias =
223build_cpu = x86_64
224build_os = linux-gnu
225build_vendor = unknown
226builddir = .
227ccincludedir = ${includedir}/cc++2
228datadir = ${datarootdir}
229datarootdir = ${prefix}/share
230docdir = ${datarootdir}/doc/${PACKAGE}
231dvidir = ${docdir}
232etc_confdir = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/etc
233exec_prefix = ${prefix}
234host = arm-unknown-linux-androideabi
235host_alias = arm-linux-androideabi
236host_cpu = arm
237host_os = linux-androideabi
238host_vendor = unknown
239htmldir = ${docdir}
240includedir = ${prefix}/include
241incprefix =
242infodir = ${datarootdir}/info
243install_sh = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/install-sh
244libdir = ${exec_prefix}/lib
245libexecdir = ${exec_prefix}/libexec
246localedir = ${datarootdir}/locale
247localstatedir = ${prefix}/var
248mandir = ${datarootdir}/man
249mkdir_p = /bin/mkdir -p
250oldincludedir = /usr/include
251ost_cv_dynloader = yes
252pdfdir = ${docdir}
253prefix = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr
254program_transform_name = s,x,x,
255psdir = ${docdir}
256sbindir = ${exec_prefix}/sbin
257sharedstatedir = ${prefix}/com
258srcdir = .
259sysconfdir = ${prefix}/etc
260target = arm-unknown-linux-androideabi
261target_alias =
262target_cpu = arm
263target_os = linux-androideabi
264target_vendor = unknown
265thrprefix = /usr/include
266top_build_prefix = ../
267top_builddir = ..
268top_srcdir = ..
269MAINTAINERCLEANFILES = Makefile.in Makefile
270EXTRA_DIST = Doxyfile Doxyfile.in
271info_TEXINFOS = commoncpp2.texi
272commoncpp2_TEXINFOS = gpl.texi fdl.texi fdlnotice.texi
273#noinst_DATA = doxy
274all: all-am
275
276.SUFFIXES:
277.SUFFIXES: .dvi .html .info .pdf .ps .texi
278$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
279 @for dep in $?; do \
280 case '$(am__configure_deps)' in \
281 *$$dep*) \
282 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283 && { if test -f $@; then exit 0; else break; fi; }; \
284 exit 1;; \
285 esac; \
286 done; \
287 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
288 $(am__cd) $(top_srcdir) && \
289 $(AUTOMAKE) --gnu doc/Makefile
290.PRECIOUS: Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292 @case '$?' in \
293 *config.status*) \
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295 *) \
296 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298 esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: # $(am__configure_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310
311mostlyclean-libtool:
312 -rm -f *.lo
313
314clean-libtool:
315 -rm -rf .libs _libs
316
317.texi.info:
318 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
319 am__cwd=`pwd` && $(am__cd) $(srcdir) && \
320 rm -rf $$backupdir && mkdir $$backupdir && \
321 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
322 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
323 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
324 done; \
325 else :; fi && \
326 cd "$$am__cwd"; \
327 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
328 -o $@ $<; \
329 then \
330 rc=0; \
331 $(am__cd) $(srcdir); \
332 else \
333 rc=$$?; \
334 $(am__cd) $(srcdir) && \
335 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
336 fi; \
337 rm -rf $$backupdir; exit $$rc
338
339.texi.dvi:
340 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
341 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
342 $(TEXI2DVI) $<
343
344.texi.pdf:
345 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
346 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
347 $(TEXI2PDF) $<
348
349.texi.html:
350 rm -rf $(@:.html=.htp)
351 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
352 -o $(@:.html=.htp) $<; \
353 then \
354 rm -rf $@; \
355 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
356 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
357 else \
358 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
359 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
360 exit 1; \
361 fi
362$(srcdir)/commoncpp2.info: commoncpp2.texi $(commoncpp2_TEXINFOS)
363commoncpp2.dvi: commoncpp2.texi $(commoncpp2_TEXINFOS)
364commoncpp2.pdf: commoncpp2.texi $(commoncpp2_TEXINFOS)
365commoncpp2.html: commoncpp2.texi $(commoncpp2_TEXINFOS)
366.dvi.ps:
367 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
368 $(DVIPS) -o $@ $<
369
370uninstall-dvi-am:
371 @$(NORMAL_UNINSTALL)
372 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
373 for p in $$list; do \
374 $(am__strip_dir) \
375 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
376 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
377 done
378
379uninstall-html-am:
380 @$(NORMAL_UNINSTALL)
381 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
382 for p in $$list; do \
383 $(am__strip_dir) \
384 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
385 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
386 done
387
388uninstall-info-am:
389 @$(PRE_UNINSTALL)
390 @if test -d '$(DESTDIR)$(infodir)' && \
391 (install-info --version && \
392 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
393 list='$(INFO_DEPS)'; \
394 for file in $$list; do \
395 relfile=`echo "$$file" | sed 's|^.*/||'`; \
396 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
397 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
398 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
399 done; \
400 else :; fi
401 @$(NORMAL_UNINSTALL)
402 @list='$(INFO_DEPS)'; \
403 for file in $$list; do \
404 relfile=`echo "$$file" | sed 's|^.*/||'`; \
405 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
406 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
407 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
408 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
409 else :; fi); \
410 done
411
412uninstall-pdf-am:
413 @$(NORMAL_UNINSTALL)
414 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
415 for p in $$list; do \
416 $(am__strip_dir) \
417 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
418 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
419 done
420
421uninstall-ps-am:
422 @$(NORMAL_UNINSTALL)
423 @list='$(PSS)'; test -n "$(psdir)" || list=; \
424 for p in $$list; do \
425 $(am__strip_dir) \
426 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
427 rm -f "$(DESTDIR)$(psdir)/$$f"; \
428 done
429
430dist-info: $(INFO_DEPS)
431 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
432 list='$(INFO_DEPS)'; \
433 for base in $$list; do \
434 case $$base in \
435 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
436 esac; \
437 if test -f $$base; then d=.; else d=$(srcdir); fi; \
438 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
439 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
440 if test -f $$file; then \
441 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
442 test -f "$(distdir)/$$relfile" || \
443 cp -p $$file "$(distdir)/$$relfile"; \
444 else :; fi; \
445 done; \
446 done
447
448mostlyclean-aminfo:
449 -rm -rf commoncpp2.aux commoncpp2.cp commoncpp2.cps commoncpp2.fn \
450 commoncpp2.fns commoncpp2.ky commoncpp2.kys commoncpp2.log \
451 commoncpp2.pg commoncpp2.pgs commoncpp2.tmp commoncpp2.toc \
452 commoncpp2.tp commoncpp2.tps commoncpp2.vr commoncpp2.vrs
453
454clean-aminfo:
455 -test -z "commoncpp2.dvi commoncpp2.pdf commoncpp2.ps commoncpp2.html" \
456 || rm -rf commoncpp2.dvi commoncpp2.pdf commoncpp2.ps commoncpp2.html
457
458maintainer-clean-aminfo:
459 @list='$(INFO_DEPS)'; for i in $$list; do \
460 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
461 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
462 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
463 done
464tags: TAGS
465TAGS:
466
467ctags: CTAGS
468CTAGS:
469
470
471distdir: $(DISTFILES)
472 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 list='$(DISTFILES)'; \
475 dist_files=`for file in $$list; do echo $$file; done | \
476 sed -e "s|^$$srcdirstrip/||;t" \
477 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478 case $$dist_files in \
479 */*) $(MKDIR_P) `echo "$$dist_files" | \
480 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481 sort -u` ;; \
482 esac; \
483 for file in $$dist_files; do \
484 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485 if test -d $$d/$$file; then \
486 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487 if test -d "$(distdir)/$$file"; then \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 fi; \
490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493 fi; \
494 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495 else \
496 test -f "$(distdir)/$$file" \
497 || cp -p $$d/$$file "$(distdir)/$$file" \
498 || exit 1; \
499 fi; \
500 done
501 $(MAKE) $(AM_MAKEFLAGS) \
502 top_distdir="$(top_distdir)" distdir="$(distdir)" \
503 dist-info
504check-am: all-am
505check: check-am
506all-am: Makefile $(INFO_DEPS) $(DATA)
507installdirs:
508 for dir in "$(DESTDIR)$(infodir)"; do \
509 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
510 done
511install: install-am
512install-exec: install-exec-am
513install-data: install-data-am
514uninstall: uninstall-am
515
516install-am: all-am
517 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
518
519installcheck: installcheck-am
520install-strip:
521 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523 `test -z '$(STRIP)' || \
524 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
525mostlyclean-generic:
526
527clean-generic:
528
529distclean-generic:
530 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532
533maintainer-clean-generic:
534 @echo "This command is intended for maintainers to use"
535 @echo "it deletes files that may require special tools to rebuild."
536 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
537clean: clean-am
538
539clean-am: clean-aminfo clean-generic clean-libtool clean-local \
540 mostlyclean-am
541
542distclean: distclean-am
543 -rm -f Makefile
544distclean-am: clean-am distclean-generic
545
546dvi: dvi-am
547
548dvi-am: $(DVIS)
549
550html: html-am
551
552html-am: $(HTMLS)
553
554info: info-am
555
556info-am: $(INFO_DEPS)
557
558install-data-am: install-info-am
559
560install-dvi: install-dvi-am
561
562install-dvi-am: $(DVIS)
563 @$(NORMAL_INSTALL)
564 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
565 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
566 for p in $$list; do \
567 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
568 echo "$$d$$p"; \
569 done | $(am__base_list) | \
570 while read files; do \
571 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
572 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
573 done
574install-exec-am:
575
576install-html: install-html-am
577
578install-html-am: $(HTMLS)
579 @$(NORMAL_INSTALL)
580 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
581 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
582 for p in $$list; do \
583 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
584 $(am__strip_dir) \
585 if test -d "$$d$$p"; then \
586 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
587 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
588 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
589 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
590 else \
591 list2="$$list2 $$d$$p"; \
592 fi; \
593 done; \
594 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
595 while read files; do \
596 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
597 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
598 done; }
599install-info: install-info-am
600
601install-info-am: $(INFO_DEPS)
602 @$(NORMAL_INSTALL)
603 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
604 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
605 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
606 for file in $$list; do \
607 case $$file in \
608 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
609 esac; \
610 if test -f $$file; then d=.; else d=$(srcdir); fi; \
611 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
612 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
613 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
614 if test -f $$ifile; then \
615 echo "$$ifile"; \
616 else : ; fi; \
617 done; \
618 done | $(am__base_list) | \
619 while read files; do \
620 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
621 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
622 @$(POST_INSTALL)
623 @if (install-info --version && \
624 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
625 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
626 for file in $$list; do \
627 relfile=`echo "$$file" | sed 's|^.*/||'`; \
628 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
629 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
630 done; \
631 else : ; fi
632install-man:
633
634install-pdf: install-pdf-am
635
636install-pdf-am: $(PDFS)
637 @$(NORMAL_INSTALL)
638 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
639 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
640 for p in $$list; do \
641 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
642 echo "$$d$$p"; \
643 done | $(am__base_list) | \
644 while read files; do \
645 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
646 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
647install-ps: install-ps-am
648
649install-ps-am: $(PSS)
650 @$(NORMAL_INSTALL)
651 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
652 @list='$(PSS)'; test -n "$(psdir)" || list=; \
653 for p in $$list; do \
654 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
655 echo "$$d$$p"; \
656 done | $(am__base_list) | \
657 while read files; do \
658 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
659 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
660installcheck-am:
661
662maintainer-clean: maintainer-clean-am
663 -rm -f Makefile
664maintainer-clean-am: distclean-am maintainer-clean-aminfo \
665 maintainer-clean-generic
666
667mostlyclean: mostlyclean-am
668
669mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
670 mostlyclean-libtool
671
672pdf: pdf-am
673
674pdf-am: $(PDFS)
675
676ps: ps-am
677
678ps-am: $(PSS)
679
680uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
681 uninstall-pdf-am uninstall-ps-am
682
683.MAKE: install-am install-strip
684
685.PHONY: all all-am check check-am clean clean-aminfo clean-generic \
686 clean-libtool clean-local dist-info distclean \
687 distclean-generic distclean-libtool distdir dvi dvi-am html \
688 html-am info info-am install install-am install-data \
689 install-data-am install-dvi install-dvi-am install-exec \
690 install-exec-am install-html install-html-am install-info \
691 install-info-am install-man install-pdf install-pdf-am \
692 install-ps install-ps-am install-strip installcheck \
693 installcheck-am installdirs maintainer-clean \
694 maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
695 mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
696 pdf-am ps ps-am uninstall uninstall-am uninstall-dvi-am \
697 uninstall-html-am uninstall-info-am uninstall-pdf-am \
698 uninstall-ps-am
699
700
701#doxy: Doxyfile
702# $(DOXYGEN) Doxyfile
703# touch doxy
704
705clean-local:
706 -rm -rf html
707 -rm -rf latex
708 -rm -rf man3
709
710# Tell versions [3.59,3.63) of GNU make to not export all variables.
711# Otherwise a system limit (for SysV at least) may be exceeded.
712.NOEXPORT: