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