iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / doc / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
6 # Foundation, 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 @SET_MAKE@
17
18 # Copyright 2007 Johannes Lehtinen
19 # This Makefile is free software; Johannes Lehtinen gives unlimited
20 # permission to copy, distribute and modify it.
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 subdir = doc
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54         html-recursive info-recursive install-data-recursive \
55         install-dvi-recursive install-exec-recursive \
56         install-html-recursive install-info-recursive \
57         install-pdf-recursive install-ps-recursive install-recursive \
58         installcheck-recursive installdirs-recursive pdf-recursive \
59         ps-recursive uninstall-recursive
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63     *) f=$$p;; \
64   esac;
65 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66 am__install_max = 40
67 am__nobase_strip_setup = \
68   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69 am__nobase_strip = \
70   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71 am__nobase_list = $(am__nobase_strip_setup); \
72   for p in $$list; do echo "$$p $$p"; done | \
73   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75     if (++n[$$2] == $(am__install_max)) \
76       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77     END { for (dir in files) print dir, files[dir] }'
78 am__base_list = \
79   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81 am__uninstall_files_from_dir = { \
82   test -z "$$files" \
83     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
84     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
85          $(am__cd) "$$dir" && rm -f $$files; }; \
86   }
87 am__installdirs = "$(DESTDIR)$(htmldocdir)"
88 DATA = $(htmldoc_DATA)
89 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90   distclean-recursive maintainer-clean-recursive
91 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93         distdir
94 ETAGS = etags
95 CTAGS = ctags
96 DIST_SUBDIRS = $(SUBDIRS)
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 am__relativize = \
99   dir0=`pwd`; \
100   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101   sed_rest='s,^[^/]*/*,,'; \
102   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103   sed_butlast='s,/*[^/]*$$,,'; \
104   while test -n "$$dir1"; do \
105     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106     if test "$$first" != "."; then \
107       if test "$$first" = ".."; then \
108         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110       else \
111         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112         if test "$$first2" = "$$first"; then \
113           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114         else \
115           dir2="../$$dir2"; \
116         fi; \
117         dir0="$$dir0"/"$$first"; \
118       fi; \
119     fi; \
120     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121   done; \
122   reldir="$$dir2"
123 ACLOCAL = @ACLOCAL@
124 AMTAR = @AMTAR@
125 AR = @AR@
126 AS = @AS@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CPLUFF_LOADER = @CPLUFF_LOADER@
135 CPP = @CPP@
136 CPPFLAGS = @CPPFLAGS@
137 CP_CXX_LIB_VERSION = @CP_CXX_LIB_VERSION@
138 CP_C_LIB_VERSION = @CP_C_LIB_VERSION@
139 CP_VERSION_MAJOR = @CP_VERSION_MAJOR@
140 CP_VERSION_MINOR = @CP_VERSION_MINOR@
141 CYGPATH_W = @CYGPATH_W@
142 DEFS = @DEFS@
143 DEPDIR = @DEPDIR@
144 DLLTOOL = @DLLTOOL@
145 DSYMUTIL = @DSYMUTIL@
146 DUMPBIN = @DUMPBIN@
147 ECHO_C = @ECHO_C@
148 ECHO_N = @ECHO_N@
149 ECHO_T = @ECHO_T@
150 EGREP = @EGREP@
151 EXEEXT = @EXEEXT@
152 FGREP = @FGREP@
153 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
154 GMSGFMT = @GMSGFMT@
155 GMSGFMT_015 = @GMSGFMT_015@
156 GREP = @GREP@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 INTLLIBS = @INTLLIBS@
163 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
164 LD = @LD@
165 LDFLAGS = @LDFLAGS@
166 LIBICONV = @LIBICONV@
167 LIBINTL = @LIBINTL@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBS_LIBCPLUFF = @LIBS_LIBCPLUFF@
171 LIBS_OTHER = @LIBS_OTHER@
172 LIBTOOL = @LIBTOOL@
173 LIB_READLINE = @LIB_READLINE@
174 LIPO = @LIPO@
175 LN_S = @LN_S@
176 LTLIBICONV = @LTLIBICONV@
177 LTLIBINTL = @LTLIBINTL@
178 LTLIBOBJS = @LTLIBOBJS@
179 MAKEINFO = @MAKEINFO@
180 MANIFEST_TOOL = @MANIFEST_TOOL@
181 MKDIR_P = @MKDIR_P@
182 MSGFMT = @MSGFMT@
183 MSGFMT_015 = @MSGFMT_015@
184 MSGMERGE = @MSGMERGE@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 POSUB = @POSUB@
200 RANLIB = @RANLIB@
201 SED = @SED@
202 SET_MAKE = @SET_MAKE@
203 SHELL = @SHELL@
204 STRIP = @STRIP@
205 USE_NLS = @USE_NLS@
206 VERSION = @VERSION@
207 XGETTEXT = @XGETTEXT@
208 XGETTEXT_015 = @XGETTEXT_015@
209 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
210 abs_builddir = @abs_builddir@
211 abs_srcdir = @abs_srcdir@
212 abs_top_builddir = @abs_top_builddir@
213 abs_top_srcdir = @abs_top_srcdir@
214 ac_ct_AR = @ac_ct_AR@
215 ac_ct_CC = @ac_ct_CC@
216 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217 am__include = @am__include@
218 am__leading_dot = @am__leading_dot@
219 am__quote = @am__quote@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 bindir = @bindir@
223 build = @build@
224 build_alias = @build_alias@
225 build_cpu = @build_cpu@
226 build_os = @build_os@
227 build_vendor = @build_vendor@
228 builddir = @builddir@
229 datadir = @datadir@
230 datarootdir = @datarootdir@
231 docdir = @docdir@
232 dvidir = @dvidir@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 install_sh = @install_sh@
243 libdir = @libdir@
244 libexecdir = @libexecdir@
245 localedir = @localedir@
246 localstatedir = @localstatedir@
247 mandir = @mandir@
248 mkdir_p = @mkdir_p@
249 oldincludedir = @oldincludedir@
250 pdfdir = @pdfdir@
251 prefix = @prefix@
252 program_transform_name = @program_transform_name@
253 psdir = @psdir@
254 sbindir = @sbindir@
255 sharedstatedir = @sharedstatedir@
256 srcdir = @srcdir@
257 sysconfdir = @sysconfdir@
258 target_alias = @target_alias@
259 top_build_prefix = @top_build_prefix@
260 top_builddir = @top_builddir@
261 top_srcdir = @top_srcdir@
262 SUBDIRS = img
263 EXTRA_DIST = index.en.html copyright.en.html cpluff_style.css common_style.css
264 htmldocdir = $(docdir)/html
265 htmldoc_DATA = index.en.html copyright.en.html cpluff_style.css common_style.css
266 examplesdir = $(docdir)/examples
267 all: all-recursive
268
269 .SUFFIXES:
270 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271         @for dep in $?; do \
272           case '$(am__configure_deps)' in \
273             *$$dep*) \
274               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
275                 && { if test -f $@; then exit 0; else break; fi; }; \
276               exit 1;; \
277           esac; \
278         done; \
279         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
280         $(am__cd) $(top_srcdir) && \
281           $(AUTOMAKE) --foreign doc/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284         @case '$?' in \
285           *config.status*) \
286             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287           *) \
288             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290         esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure:  $(am__configure_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(am__aclocal_m4_deps):
300
301 mostlyclean-libtool:
302         -rm -f *.lo
303
304 clean-libtool:
305         -rm -rf .libs _libs
306 install-htmldocDATA: $(htmldoc_DATA)
307         @$(NORMAL_INSTALL)
308         test -z "$(htmldocdir)" || $(MKDIR_P) "$(DESTDIR)$(htmldocdir)"
309         @list='$(htmldoc_DATA)'; test -n "$(htmldocdir)" || list=; \
310         for p in $$list; do \
311           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
312           echo "$$d$$p"; \
313         done | $(am__base_list) | \
314         while read files; do \
315           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldocdir)'"; \
316           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldocdir)" || exit $$?; \
317         done
318
319 uninstall-htmldocDATA:
320         @$(NORMAL_UNINSTALL)
321         @list='$(htmldoc_DATA)'; test -n "$(htmldocdir)" || list=; \
322         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
323         dir='$(DESTDIR)$(htmldocdir)'; $(am__uninstall_files_from_dir)
324
325 # This directory's subdirectories are mostly independent; you can cd
326 # into them and run `make' without going through this Makefile.
327 # To change the values of `make' variables: instead of editing Makefiles,
328 # (1) if the variable is set in `config.status', edit `config.status'
329 #     (which will cause the Makefiles to be regenerated when you run `make');
330 # (2) otherwise, pass the desired values on the `make' command line.
331 $(RECURSIVE_TARGETS):
332         @fail= failcom='exit 1'; \
333         for f in x $$MAKEFLAGS; do \
334           case $$f in \
335             *=* | --[!k]*);; \
336             *k*) failcom='fail=yes';; \
337           esac; \
338         done; \
339         dot_seen=no; \
340         target=`echo $@ | sed s/-recursive//`; \
341         list='$(SUBDIRS)'; for subdir in $$list; do \
342           echo "Making $$target in $$subdir"; \
343           if test "$$subdir" = "."; then \
344             dot_seen=yes; \
345             local_target="$$target-am"; \
346           else \
347             local_target="$$target"; \
348           fi; \
349           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350           || eval $$failcom; \
351         done; \
352         if test "$$dot_seen" = "no"; then \
353           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
354         fi; test -z "$$fail"
355
356 $(RECURSIVE_CLEAN_TARGETS):
357         @fail= failcom='exit 1'; \
358         for f in x $$MAKEFLAGS; do \
359           case $$f in \
360             *=* | --[!k]*);; \
361             *k*) failcom='fail=yes';; \
362           esac; \
363         done; \
364         dot_seen=no; \
365         case "$@" in \
366           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
367           *) list='$(SUBDIRS)' ;; \
368         esac; \
369         rev=''; for subdir in $$list; do \
370           if test "$$subdir" = "."; then :; else \
371             rev="$$subdir $$rev"; \
372           fi; \
373         done; \
374         rev="$$rev ."; \
375         target=`echo $@ | sed s/-recursive//`; \
376         for subdir in $$rev; do \
377           echo "Making $$target in $$subdir"; \
378           if test "$$subdir" = "."; then \
379             local_target="$$target-am"; \
380           else \
381             local_target="$$target"; \
382           fi; \
383           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384           || eval $$failcom; \
385         done && test -z "$$fail"
386 tags-recursive:
387         list='$(SUBDIRS)'; for subdir in $$list; do \
388           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
389         done
390 ctags-recursive:
391         list='$(SUBDIRS)'; for subdir in $$list; do \
392           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
393         done
394
395 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
396         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401               END { if (nonempty) { for (i in files) print i; }; }'`; \
402         mkid -fID $$unique
403 tags: TAGS
404
405 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406                 $(TAGS_FILES) $(LISP)
407         set x; \
408         here=`pwd`; \
409         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
410           include_option=--etags-include; \
411           empty_fix=.; \
412         else \
413           include_option=--include; \
414           empty_fix=; \
415         fi; \
416         list='$(SUBDIRS)'; for subdir in $$list; do \
417           if test "$$subdir" = .; then :; else \
418             test ! -f $$subdir/TAGS || \
419               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
420           fi; \
421         done; \
422         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423         unique=`for i in $$list; do \
424             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425           done | \
426           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427               END { if (nonempty) { for (i in files) print i; }; }'`; \
428         shift; \
429         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
430           test -n "$$unique" || unique=$$empty_fix; \
431           if test $$# -gt 0; then \
432             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433               "$$@" $$unique; \
434           else \
435             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436               $$unique; \
437           fi; \
438         fi
439 ctags: CTAGS
440 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441                 $(TAGS_FILES) $(LISP)
442         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443         unique=`for i in $$list; do \
444             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445           done | \
446           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447               END { if (nonempty) { for (i in files) print i; }; }'`; \
448         test -z "$(CTAGS_ARGS)$$unique" \
449           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450              $$unique
451
452 GTAGS:
453         here=`$(am__cd) $(top_builddir) && pwd` \
454           && $(am__cd) $(top_srcdir) \
455           && gtags -i $(GTAGS_ARGS) "$$here"
456
457 distclean-tags:
458         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459
460 distdir: $(DISTFILES)
461         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463         list='$(DISTFILES)'; \
464           dist_files=`for file in $$list; do echo $$file; done | \
465           sed -e "s|^$$srcdirstrip/||;t" \
466               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
467         case $$dist_files in \
468           */*) $(MKDIR_P) `echo "$$dist_files" | \
469                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
470                            sort -u` ;; \
471         esac; \
472         for file in $$dist_files; do \
473           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474           if test -d $$d/$$file; then \
475             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
476             if test -d "$(distdir)/$$file"; then \
477               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478             fi; \
479             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
480               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
481               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482             fi; \
483             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
484           else \
485             test -f "$(distdir)/$$file" \
486             || cp -p $$d/$$file "$(distdir)/$$file" \
487             || exit 1; \
488           fi; \
489         done
490         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
491           if test "$$subdir" = .; then :; else \
492             test -d "$(distdir)/$$subdir" \
493             || $(MKDIR_P) "$(distdir)/$$subdir" \
494             || exit 1; \
495           fi; \
496         done
497         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498           if test "$$subdir" = .; then :; else \
499             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
500             $(am__relativize); \
501             new_distdir=$$reldir; \
502             dir1=$$subdir; dir2="$(top_distdir)"; \
503             $(am__relativize); \
504             new_top_distdir=$$reldir; \
505             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
506             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
507             ($(am__cd) $$subdir && \
508               $(MAKE) $(AM_MAKEFLAGS) \
509                 top_distdir="$$new_top_distdir" \
510                 distdir="$$new_distdir" \
511                 am__remove_distdir=: \
512                 am__skip_length_check=: \
513                 am__skip_mode_fix=: \
514                 distdir) \
515               || exit 1; \
516           fi; \
517         done
518 check-am: all-am
519 check: check-recursive
520 all-am: Makefile $(DATA)
521 installdirs: installdirs-recursive
522 installdirs-am:
523         for dir in "$(DESTDIR)$(htmldocdir)"; do \
524           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
525         done
526 install: install-recursive
527 install-exec: install-exec-recursive
528 install-data: install-data-recursive
529 uninstall: uninstall-recursive
530
531 install-am: all-am
532         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534 installcheck: installcheck-recursive
535 install-strip:
536         if test -z '$(STRIP)'; then \
537           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539               install; \
540         else \
541           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544         fi
545 mostlyclean-generic:
546
547 clean-generic:
548
549 distclean-generic:
550         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553 maintainer-clean-generic:
554         @echo "This command is intended for maintainers to use"
555         @echo "it deletes files that may require special tools to rebuild."
556 clean: clean-recursive
557
558 clean-am: clean-generic clean-libtool mostlyclean-am
559
560 distclean: distclean-recursive
561         -rm -f Makefile
562 distclean-am: clean-am distclean-generic distclean-tags
563
564 dvi: dvi-recursive
565
566 dvi-am:
567
568 html: html-recursive
569
570 html-am:
571
572 info: info-recursive
573
574 info-am:
575
576 install-data-am: install-data-local install-htmldocDATA
577
578 install-dvi: install-dvi-recursive
579
580 install-dvi-am:
581
582 install-exec-am:
583
584 install-html: install-html-recursive
585
586 install-html-am:
587
588 install-info: install-info-recursive
589
590 install-info-am:
591
592 install-man:
593
594 install-pdf: install-pdf-recursive
595
596 install-pdf-am:
597
598 install-ps: install-ps-recursive
599
600 install-ps-am:
601
602 installcheck-am:
603
604 maintainer-clean: maintainer-clean-recursive
605         -rm -f Makefile
606 maintainer-clean-am: distclean-am maintainer-clean-generic
607
608 mostlyclean: mostlyclean-recursive
609
610 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611
612 pdf: pdf-recursive
613
614 pdf-am:
615
616 ps: ps-recursive
617
618 ps-am:
619
620 uninstall-am: uninstall-htmldocDATA uninstall-local
621
622 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
623         install-am install-strip tags-recursive
624
625 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
626         all all-am check check-am clean clean-generic clean-libtool \
627         ctags ctags-recursive distclean distclean-generic \
628         distclean-libtool distclean-tags distdir dvi dvi-am html \
629         html-am info info-am install install-am install-data \
630         install-data-am install-data-local install-dvi install-dvi-am \
631         install-exec install-exec-am install-html install-html-am \
632         install-htmldocDATA install-info install-info-am install-man \
633         install-pdf install-pdf-am install-ps install-ps-am \
634         install-strip installcheck installcheck-am installdirs \
635         installdirs-am maintainer-clean maintainer-clean-generic \
636         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
637         ps ps-am tags tags-recursive uninstall uninstall-am \
638         uninstall-htmldocDATA uninstall-local
639
640
641 install-data-local: install-reference-doc install-examples-source
642
643 install-reference-doc:
644         { test ! -d '$(DESTDIR)$(htmldocdir)/reference' || \
645                 { chmod -R u+w '$(DESTDIR)$(htmldocdir)/reference' && \
646                         rm -rf '$(DESTDIR)$(htmldocdir)/reference'; }; } && \
647         $(MKDIR_P) '$(DESTDIR)$(htmldocdir)' && \
648         if test -d '$(srcdir)/reference'; then \
649                 cp -r '$(srcdir)/reference' '$(DESTDIR)$(htmldocdir)'; \
650         else \
651                 cd .. && \
652                 $(MAKE) $(AM_MAKEFLAGS) doc && \
653                 cp -r libcpluff/doc/reference '$(DESTDIR)$(htmldocdir)' && \
654                 cd doc; \
655         fi && \
656         find '$(DESTDIR)$(htmldocdir)/reference' -type f -exec chmod 644 '{}' \; && \
657         cd '$(DESTDIR)$(htmldocdir)' && \
658         rm -f index.html && \
659         $(LN_S) index.en.html index.html
660
661 install-examples-source:
662         { test ! -d '$(DESTDIR)$(examplesdir)' || \
663                 { chmod -R u+w '$(DESTDIR)$(examplesdir)' && \
664                         rm -rf '$(DESTDIR)$(examplesdir)'; }; } && \
665         for d in \
666                 cpfile/plugins/cext \
667                 cpfile/plugins/core \
668                 cpfile/plugins/extension \
669                 cpfile/plugins/special; do \
670                 $(MKDIR_P) "$(DESTDIR)$(examplesdir)/$$d"; \
671         done && \
672         cd '$(srcdir)/..' && \
673         find examples -type f \( -name 'autogen.sh' \
674                 -or -name 'configure.ac' \
675                 -or -name 'Makefile.am' \
676                 -or -name 'cpfile.in' \
677                 -or -name '*.nmake' \
678                 -or -name '*.bat' \
679                 -or -name '*.txt' \
680                 -or -name '*.xml' \
681                 -or -name '*.xsd' \
682                 -or -name '*.c' \
683                 -or -name '*.h' \) \
684                 -exec $(INSTALL_DATA) '{}' '$(DESTDIR)$(docdir)/{}' \; && \
685         chmod 755 '$(DESTDIR)$(examplesdir)/autogen.sh'
686
687 uninstall-local:
688         chmod -R u+w '$(DESTDIR)$(docdir)'
689         rm -rf '$(DESTDIR)$(docdir)'
690
691 .PHONY: install-reference-doc install-examples-source
692
693 # Tell versions [3.59,3.63) of GNU make to not export all variables.
694 # Otherwise a system limit (for SysV at least) may be exceeded.
695 .NOEXPORT: