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