1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# examples/android/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
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/LibVNCServer
37pkgincludedir = $(includedir)/LibVNCServer
38pkglibdir = $(libdir)/LibVNCServer
39pkglibexecdir = $(libexecdir)/LibVNCServer
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = x86_64-unknown-linux-gnu
53host_triplet = x86_64-unknown-linux-gnu
54noinst_PROGRAMS = androidvncserver$(EXEEXT)
55subdir = examples/android
56DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
59	$(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = $(top_builddir)/rfbconfig.h
64CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =
66PROGRAMS = $(noinst_PROGRAMS)
67am_androidvncserver_OBJECTS = fbvncserver.$(OBJEXT)
68androidvncserver_OBJECTS = $(am_androidvncserver_OBJECTS)
69androidvncserver_LDADD = $(LDADD)
70androidvncserver_DEPENDENCIES =  \
71	$(top_srcdir)/libvncserver/libvncserver.la
72AM_V_lt = $(am__v_lt_$(V))
73am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
74am__v_lt_0 = --silent
75DEFAULT_INCLUDES = -I. -I$(top_builddir)
76depcomp = $(SHELL) $(top_srcdir)/depcomp
77am__depfiles_maybe = depfiles
78am__mv = mv -f
79COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
82	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
83	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
84	$(AM_CFLAGS) $(CFLAGS)
85AM_V_CC = $(am__v_CC_$(V))
86am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
87am__v_CC_0 = @echo "  CC    " $@;
88AM_V_at = $(am__v_at_$(V))
89am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
90am__v_at_0 = @
91CCLD = $(CC)
92LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94	$(AM_LDFLAGS) $(LDFLAGS) -o $@
95AM_V_CCLD = $(am__v_CCLD_$(V))
96am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
97am__v_CCLD_0 = @echo "  CCLD  " $@;
98AM_V_GEN = $(am__v_GEN_$(V))
99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100am__v_GEN_0 = @echo "  GEN   " $@;
101SOURCES = $(androidvncserver_SOURCES)
102DIST_SOURCES = $(androidvncserver_SOURCES)
103am__can_run_installinfo = \
104  case $$AM_UPDATE_INFO_DIR in \
105    n|no|NO) false;; \
106    *) (install-info --version) >/dev/null 2>&1;; \
107  esac
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111ACLOCAL = ${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11
112AMTAR = $${TAR-tar}
113AM_DEFAULT_VERBOSITY = 0
114AR = /usr/bin/ar
115AS = as
116AUTOCONF = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf
117AUTOHEADER = ${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader
118AUTOMAKE = ${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11
119AVAHI_CFLAGS = 
120AVAHI_LIBS = 
121AWK = mawk
122CC = gcc
123CCDEPMODE = depmode=gcc3
124CFLAGS = -g -O2 -Wall  
125CPP = gcc -E
126CPPFLAGS = 
127CRYPT_LIBS = -lcrypt
128CXX = g++
129CXXCPP = g++ -E
130CXXDEPMODE = depmode=gcc3
131CXXFLAGS = -g -O2
132CYGPATH_W = echo
133DEFS = -DHAVE_CONFIG_H
134DEPDIR = .deps
135DLLTOOL = dlltool
136ECHO = echo
137ECHO_C = 
138ECHO_N = -n
139ECHO_T = 
140EGREP = /bin/grep -E
141EXEEXT = 
142F77 = 
143FFLAGS = 
144GNUTLS_CFLAGS = 
145GNUTLS_LIBS = 
146GREP = /bin/grep
147GTK_CFLAGS = 
148GTK_LIBS = 
149INSTALL = /usr/bin/install -c
150INSTALL_DATA = ${INSTALL} -m 644
151INSTALL_PROGRAM = ${INSTALL}
152INSTALL_SCRIPT = ${INSTALL}
153INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
154JPEG_LDFLAGS = 
155LDFLAGS = 
156LIBGCRYPT_CFLAGS = 
157LIBGCRYPT_CONFIG = no
158LIBGCRYPT_LIBS = 
159LIBOBJS = 
160LIBS = -lnsl -lpthread -lz -lpng -ljpeg -lresolv   
161LIBTOOL = $(SHELL) $(top_builddir)/libtool
162LN_S = ln -s
163LTLIBOBJS = 
164MAKEINFO = ${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo
165MKDIR_P = /bin/mkdir -p
166OBJDUMP = objdump
167OBJEXT = o
168PACKAGE = LibVNCServer
169PACKAGE_BUGREPORT = http://sourceforge.net/projects/libvncserver
170PACKAGE_NAME = LibVNCServer
171PACKAGE_STRING = LibVNCServer 0.9.9
172PACKAGE_TARNAME = libvncserver
173PACKAGE_URL = 
174PACKAGE_VERSION = 0.9.9
175PATH_SEPARATOR = :
176PKG_CONFIG = /usr/bin/pkg-config
177PKG_CONFIG_LIBDIR = 
178PKG_CONFIG_PATH = 
179RANLIB = ranlib
180RPMSOURCEDIR = NOT-FOUND
181SDL_CFLAGS = 
182SDL_LIBS = 
183SET_MAKE = 
184SHELL = /bin/bash
185SSL_LIBS = 
186STRIP = strip
187SYSTEM_LIBVNCSERVER_CFLAGS = 
188SYSTEM_LIBVNCSERVER_LIBS = 
189VERSION = 0.9.9
190WSOCKLIB = 
191XMKMF = 
192X_CFLAGS = 
193X_EXTRA_LIBS = 
194X_LIBS = 
195X_PRE_LIBS =  -lSM -lICE
196abs_builddir = /data/src/android-master/external/libvncserver/examples/android
197abs_srcdir = /data/src/android-master/external/libvncserver/examples/android
198abs_top_builddir = /data/src/android-master/external/libvncserver
199abs_top_srcdir = /data/src/android-master/external/libvncserver
200ac_ct_CC = gcc
201ac_ct_CXX = g++
202ac_ct_F77 = 
203am__include = include
204am__leading_dot = .
205am__quote = 
206am__tar = $${TAR-tar} chof - "$$tardir"
207am__untar = $${TAR-tar} xf -
208bindir = ${exec_prefix}/bin
209build = x86_64-unknown-linux-gnu
210build_alias = 
211build_cpu = x86_64
212build_os = linux-gnu
213build_vendor = unknown
214builddir = .
215datadir = ${datarootdir}
216datarootdir = ${prefix}/share
217docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
218dvidir = ${docdir}
219exec_prefix = ${prefix}
220host = x86_64-unknown-linux-gnu
221host_alias = 
222host_cpu = x86_64
223host_os = linux-gnu
224host_vendor = unknown
225htmldir = ${docdir}
226includedir = ${prefix}/include
227infodir = ${datarootdir}/info
228install_sh = ${SHELL} /data/src/android-master/external/libvncserver/install-sh
229libdir = ${exec_prefix}/lib
230libexecdir = ${exec_prefix}/libexec
231localedir = ${datarootdir}/locale
232localstatedir = ${prefix}/var
233mandir = ${datarootdir}/man
234mkdir_p = /bin/mkdir -p
235oldincludedir = /usr/include
236pdfdir = ${docdir}
237prefix = /usr/local
238program_transform_name = s,x,x,
239psdir = ${docdir}
240sbindir = ${exec_prefix}/sbin
241sharedstatedir = ${prefix}/com
242srcdir = .
243sysconfdir = ${prefix}/etc
244target_alias = 
245top_build_prefix = ../../
246top_builddir = ../..
247top_srcdir = ../..
248with_ffmpeg = 
249INCLUDES = -I$(top_srcdir)
250LDADD = $(top_srcdir)/libvncserver/libvncserver.la 
251androidvncserver_SOURCES = jni/fbvncserver.c
252EXTRA_DIST = jni/Android.mk
253all: all-am
254
255.SUFFIXES:
256.SUFFIXES: .c .lo .o .obj
257$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
258	@for dep in $?; do \
259	  case '$(am__configure_deps)' in \
260	    *$$dep*) \
261	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
262	        && { if test -f $@; then exit 0; else break; fi; }; \
263	      exit 1;; \
264	  esac; \
265	done; \
266	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/android/Makefile'; \
267	$(am__cd) $(top_srcdir) && \
268	  $(AUTOMAKE) --gnu examples/android/Makefile
269.PRECIOUS: Makefile
270Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271	@case '$?' in \
272	  *config.status*) \
273	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274	  *) \
275	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277	esac;
278
279$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282$(top_srcdir)/configure:  $(am__configure_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
285	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286$(am__aclocal_m4_deps):
287
288clean-noinstPROGRAMS:
289	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
290	echo " rm -f" $$list; \
291	rm -f $$list || exit $$?; \
292	test -n "$(EXEEXT)" || exit 0; \
293	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
294	echo " rm -f" $$list; \
295	rm -f $$list
296androidvncserver$(EXEEXT): $(androidvncserver_OBJECTS) $(androidvncserver_DEPENDENCIES) $(EXTRA_androidvncserver_DEPENDENCIES) 
297	@rm -f androidvncserver$(EXEEXT)
298	$(AM_V_CCLD)$(LINK) $(androidvncserver_OBJECTS) $(androidvncserver_LDADD) $(LIBS)
299
300mostlyclean-compile:
301	-rm -f *.$(OBJEXT)
302
303distclean-compile:
304	-rm -f *.tab.c
305
306include ./$(DEPDIR)/fbvncserver.Po
307
308.c.o:
309	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
310	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311#	$(AM_V_CC)source='$<' object='$@' libtool=no \
312#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
313#	$(AM_V_CC_no)$(COMPILE) -c $<
314
315.c.obj:
316	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
317	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
318#	$(AM_V_CC)source='$<' object='$@' libtool=no \
319#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
320#	$(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'`
321
322.c.lo:
323	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
325#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
326#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
327#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
328
329fbvncserver.o: jni/fbvncserver.c
330	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fbvncserver.o -MD -MP -MF $(DEPDIR)/fbvncserver.Tpo -c -o fbvncserver.o `test -f 'jni/fbvncserver.c' || echo '$(srcdir)/'`jni/fbvncserver.c
331	$(AM_V_at)$(am__mv) $(DEPDIR)/fbvncserver.Tpo $(DEPDIR)/fbvncserver.Po
332#	$(AM_V_CC)source='jni/fbvncserver.c' object='fbvncserver.o' libtool=no \
333#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
334#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fbvncserver.o `test -f 'jni/fbvncserver.c' || echo '$(srcdir)/'`jni/fbvncserver.c
335
336fbvncserver.obj: jni/fbvncserver.c
337	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fbvncserver.obj -MD -MP -MF $(DEPDIR)/fbvncserver.Tpo -c -o fbvncserver.obj `if test -f 'jni/fbvncserver.c'; then $(CYGPATH_W) 'jni/fbvncserver.c'; else $(CYGPATH_W) '$(srcdir)/jni/fbvncserver.c'; fi`
338	$(AM_V_at)$(am__mv) $(DEPDIR)/fbvncserver.Tpo $(DEPDIR)/fbvncserver.Po
339#	$(AM_V_CC)source='jni/fbvncserver.c' object='fbvncserver.obj' libtool=no \
340#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
341#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fbvncserver.obj `if test -f 'jni/fbvncserver.c'; then $(CYGPATH_W) 'jni/fbvncserver.c'; else $(CYGPATH_W) '$(srcdir)/jni/fbvncserver.c'; fi`
342
343mostlyclean-libtool:
344	-rm -f *.lo
345
346clean-libtool:
347	-rm -rf .libs _libs
348
349ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351	unique=`for i in $$list; do \
352	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353	  done | \
354	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355	      END { if (nonempty) { for (i in files) print i; }; }'`; \
356	mkid -fID $$unique
357tags: TAGS
358
359TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360		$(TAGS_FILES) $(LISP)
361	set x; \
362	here=`pwd`; \
363	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364	unique=`for i in $$list; do \
365	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366	  done | \
367	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368	      END { if (nonempty) { for (i in files) print i; }; }'`; \
369	shift; \
370	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371	  test -n "$$unique" || unique=$$empty_fix; \
372	  if test $$# -gt 0; then \
373	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374	      "$$@" $$unique; \
375	  else \
376	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377	      $$unique; \
378	  fi; \
379	fi
380ctags: CTAGS
381CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382		$(TAGS_FILES) $(LISP)
383	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384	unique=`for i in $$list; do \
385	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386	  done | \
387	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388	      END { if (nonempty) { for (i in files) print i; }; }'`; \
389	test -z "$(CTAGS_ARGS)$$unique" \
390	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391	     $$unique
392
393GTAGS:
394	here=`$(am__cd) $(top_builddir) && pwd` \
395	  && $(am__cd) $(top_srcdir) \
396	  && gtags -i $(GTAGS_ARGS) "$$here"
397
398distclean-tags:
399	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401distdir: $(DISTFILES)
402	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404	list='$(DISTFILES)'; \
405	  dist_files=`for file in $$list; do echo $$file; done | \
406	  sed -e "s|^$$srcdirstrip/||;t" \
407	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408	case $$dist_files in \
409	  */*) $(MKDIR_P) `echo "$$dist_files" | \
410			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411			   sort -u` ;; \
412	esac; \
413	for file in $$dist_files; do \
414	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415	  if test -d $$d/$$file; then \
416	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417	    if test -d "$(distdir)/$$file"; then \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423	    fi; \
424	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425	  else \
426	    test -f "$(distdir)/$$file" \
427	    || cp -p $$d/$$file "$(distdir)/$$file" \
428	    || exit 1; \
429	  fi; \
430	done
431check-am: all-am
432check: check-am
433all-am: Makefile $(PROGRAMS)
434installdirs:
435install: install-am
436install-exec: install-exec-am
437install-data: install-data-am
438uninstall: uninstall-am
439
440install-am: all-am
441	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443installcheck: installcheck-am
444install-strip:
445	if test -z '$(STRIP)'; then \
446	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448	      install; \
449	else \
450	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
453	fi
454mostlyclean-generic:
455
456clean-generic:
457
458distclean-generic:
459	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
461
462maintainer-clean-generic:
463	@echo "This command is intended for maintainers to use"
464	@echo "it deletes files that may require special tools to rebuild."
465clean: clean-am
466
467clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
468	mostlyclean-am
469
470distclean: distclean-am
471	-rm -rf ./$(DEPDIR)
472	-rm -f Makefile
473distclean-am: clean-am distclean-compile distclean-generic \
474	distclean-tags
475
476dvi: dvi-am
477
478dvi-am:
479
480html: html-am
481
482html-am:
483
484info: info-am
485
486info-am:
487
488install-data-am:
489
490install-dvi: install-dvi-am
491
492install-dvi-am:
493
494install-exec-am:
495
496install-html: install-html-am
497
498install-html-am:
499
500install-info: install-info-am
501
502install-info-am:
503
504install-man:
505
506install-pdf: install-pdf-am
507
508install-pdf-am:
509
510install-ps: install-ps-am
511
512install-ps-am:
513
514installcheck-am:
515
516maintainer-clean: maintainer-clean-am
517	-rm -rf ./$(DEPDIR)
518	-rm -f Makefile
519maintainer-clean-am: distclean-am maintainer-clean-generic
520
521mostlyclean: mostlyclean-am
522
523mostlyclean-am: mostlyclean-compile mostlyclean-generic \
524	mostlyclean-libtool
525
526pdf: pdf-am
527
528pdf-am:
529
530ps: ps-am
531
532ps-am:
533
534uninstall-am:
535
536.MAKE: install-am install-strip
537
538.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
539	clean-libtool clean-noinstPROGRAMS ctags distclean \
540	distclean-compile distclean-generic distclean-libtool \
541	distclean-tags distdir dvi dvi-am html html-am info info-am \
542	install install-am install-data install-data-am install-dvi \
543	install-dvi-am install-exec install-exec-am install-html \
544	install-html-am install-info install-info-am install-man \
545	install-pdf install-pdf-am install-ps install-ps-am \
546	install-strip installcheck installcheck-am installdirs \
547	maintainer-clean maintainer-clean-generic mostlyclean \
548	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
549	pdf pdf-am ps ps-am tags uninstall uninstall-am
550
551
552# Tell versions [3.59,3.63) of GNU make to not export all variables.
553# Otherwise a system limit (for SysV at least) may be exceeded.
554.NOEXPORT:
555