1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Top-Level Makefile for building LittleCMS 2
19#
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95subdir = .
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
98	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
99	$(top_srcdir)/m4/ax_append_flag.m4 \
100	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
101	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
102	$(top_srcdir)/m4/ax_require_defined.m4 \
103	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
109	$(am__configure_deps) $(am__DIST_COMMON)
110am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
111 configure.lineno config.status.lineno
112mkinstalldirs = $(install_sh) -d
113CONFIG_CLEAN_FILES = lcms2.pc
114CONFIG_CLEAN_VPATH_FILES =
115AM_V_P = $(am__v_P_@AM_V@)
116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117am__v_P_0 = false
118am__v_P_1 = :
119AM_V_GEN = $(am__v_GEN_@AM_V@)
120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121am__v_GEN_0 = @echo "  GEN     " $@;
122am__v_GEN_1 =
123AM_V_at = $(am__v_at_@AM_V@)
124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125am__v_at_0 = @
126am__v_at_1 =
127SOURCES =
128DIST_SOURCES =
129RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130	ctags-recursive dvi-recursive html-recursive info-recursive \
131	install-data-recursive install-dvi-recursive \
132	install-exec-recursive install-html-recursive \
133	install-info-recursive install-pdf-recursive \
134	install-ps-recursive install-recursive installcheck-recursive \
135	installdirs-recursive pdf-recursive ps-recursive \
136	tags-recursive uninstall-recursive
137am__can_run_installinfo = \
138  case $$AM_UPDATE_INFO_DIR in \
139    n|no|NO) false;; \
140    *) (install-info --version) >/dev/null 2>&1;; \
141  esac
142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143am__vpath_adj = case $$p in \
144    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145    *) f=$$p;; \
146  esac;
147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148am__install_max = 40
149am__nobase_strip_setup = \
150  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151am__nobase_strip = \
152  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153am__nobase_list = $(am__nobase_strip_setup); \
154  for p in $$list; do echo "$$p $$p"; done | \
155  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157    if (++n[$$2] == $(am__install_max)) \
158      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159    END { for (dir in files) print dir, files[dir] }'
160am__base_list = \
161  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163am__uninstall_files_from_dir = { \
164  test -z "$$files" \
165    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167         $(am__cd) "$$dir" && rm -f $$files; }; \
168  }
169am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
170DATA = $(pkgconfig_DATA)
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	cscope distdir dist dist-all distcheck
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198CSCOPE = cscope
199DIST_SUBDIRS = $(SUBDIRS)
200am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lcms2.pc.in AUTHORS \
201	COPYING ChangeLog INSTALL compile config.guess config.sub \
202	depcomp install-sh ltmain.sh missing
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204distdir = $(PACKAGE)-$(VERSION)
205top_distdir = $(distdir)
206am__remove_distdir = \
207  if test -d "$(distdir)"; then \
208    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209      && rm -rf "$(distdir)" \
210      || { sleep 5 && rm -rf "$(distdir)"; }; \
211  else :; fi
212am__post_remove_distdir = $(am__remove_distdir)
213am__relativize = \
214  dir0=`pwd`; \
215  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216  sed_rest='s,^[^/]*/*,,'; \
217  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218  sed_butlast='s,/*[^/]*$$,,'; \
219  while test -n "$$dir1"; do \
220    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221    if test "$$first" != "."; then \
222      if test "$$first" = ".."; then \
223        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225      else \
226        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227        if test "$$first2" = "$$first"; then \
228          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229        else \
230          dir2="../$$dir2"; \
231        fi; \
232        dir0="$$dir0"/"$$first"; \
233      fi; \
234    fi; \
235    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236  done; \
237  reldir="$$dir2"
238DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
239GZIP_ENV = --best
240DIST_TARGETS = dist-gzip dist-zip
241distuninstallcheck_listfiles = find . -type f -print
242am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244distcleancheck_listfiles = find . -type f -print
245ACLOCAL = @ACLOCAL@
246AMTAR = @AMTAR@
247AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
248AR = @AR@
249AS = @AS@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254CC = @CC@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
257CPP = @CPP@
258CPPFLAGS = @CPPFLAGS@
259CXX = @CXX@
260CXXCPP = @CXXCPP@
261CXXDEPMODE = @CXXDEPMODE@
262CXXFLAGS = @CXXFLAGS@
263CYGPATH_W = @CYGPATH_W@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DSYMUTIL = @DSYMUTIL@
268DUMPBIN = @DUMPBIN@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273EXEEXT = @EXEEXT@
274FGREP = @FGREP@
275GREP = @GREP@
276INSTALL = @INSTALL@
277INSTALL_DATA = @INSTALL_DATA@
278INSTALL_PROGRAM = @INSTALL_PROGRAM@
279INSTALL_SCRIPT = @INSTALL_SCRIPT@
280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
282LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
283LD = @LD@
284LDFLAGS = @LDFLAGS@
285LIBOBJS = @LIBOBJS@
286LIBRARY_AGE = @LIBRARY_AGE@
287LIBRARY_CURRENT = @LIBRARY_CURRENT@
288LIBRARY_REVISION = @LIBRARY_REVISION@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIBTOOL_DEPS = @LIBTOOL_DEPS@
292LIB_JPEG = @LIB_JPEG@
293LIB_MATH = @LIB_MATH@
294LIB_THREAD = @LIB_THREAD@
295LIB_TIFF = @LIB_TIFF@
296LIB_ZLIB = @LIB_ZLIB@
297LIPO = @LIPO@
298LN_S = @LN_S@
299LTLIBOBJS = @LTLIBOBJS@
300MAINT = @MAINT@
301MAKEINFO = @MAKEINFO@
302MANIFEST_TOOL = @MANIFEST_TOOL@
303MKDIR_P = @MKDIR_P@
304NM = @NM@
305NMEDIT = @NMEDIT@
306OBJDUMP = @OBJDUMP@
307OBJEXT = @OBJEXT@
308OTOOL = @OTOOL@
309OTOOL64 = @OTOOL64@
310PACKAGE = @PACKAGE@
311PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
312PACKAGE_NAME = @PACKAGE_NAME@
313PACKAGE_STRING = @PACKAGE_STRING@
314PACKAGE_TARNAME = @PACKAGE_TARNAME@
315PACKAGE_URL = @PACKAGE_URL@
316PACKAGE_VERSION = @PACKAGE_VERSION@
317PATH_SEPARATOR = @PATH_SEPARATOR@
318PTHREAD_CC = @PTHREAD_CC@
319PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
320PTHREAD_CXX = @PTHREAD_CXX@
321PTHREAD_LIBS = @PTHREAD_LIBS@
322RANLIB = @RANLIB@
323SED = @SED@
324SET_MAKE = @SET_MAKE@
325SHELL = @SHELL@
326STRIP = @STRIP@
327TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
328VERSION = @VERSION@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_AR = @ac_ct_AR@
334ac_ct_CC = @ac_ct_CC@
335ac_ct_CXX = @ac_ct_CXX@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337acx_pthread_config = @acx_pthread_config@
338am__include = @am__include@
339am__leading_dot = @am__leading_dot@
340am__quote = @am__quote@
341am__tar = @am__tar@
342am__untar = @am__untar@
343bindir = @bindir@
344build = @build@
345build_alias = @build_alias@
346build_cpu = @build_cpu@
347build_os = @build_os@
348build_vendor = @build_vendor@
349builddir = @builddir@
350datadir = @datadir@
351datarootdir = @datarootdir@
352docdir = @docdir@
353dvidir = @dvidir@
354exec_prefix = @exec_prefix@
355host = @host@
356host_alias = @host_alias@
357host_cpu = @host_cpu@
358host_os = @host_os@
359host_vendor = @host_vendor@
360htmldir = @htmldir@
361includedir = @includedir@
362infodir = @infodir@
363inline = @inline@
364install_sh = @install_sh@
365libdir = @libdir@
366libexecdir = @libexecdir@
367localedir = @localedir@
368localstatedir = @localstatedir@
369mandir = @mandir@
370mkdir_p = @mkdir_p@
371oldincludedir = @oldincludedir@
372pdfdir = @pdfdir@
373prefix = @prefix@
374program_transform_name = @program_transform_name@
375psdir = @psdir@
376runstatedir = @runstatedir@
377sbindir = @sbindir@
378sharedstatedir = @sharedstatedir@
379srcdir = @srcdir@
380sysconfdir = @sysconfdir@
381target_alias = @target_alias@
382top_build_prefix = @top_build_prefix@
383top_builddir = @top_builddir@
384top_srcdir = @top_srcdir@
385
386# Don't require all the GNU mandated files
387AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign
388ACLOCAL_AMFLAGS = -I m4
389
390# Directories containing Makefiles to 'make'
391SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed
392
393# Additional files to distribute
394EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL README.1ST autogen.sh lcms2.pc.in
395pkgconfigdir = $(libdir)/pkgconfig
396pkgconfig_DATA = lcms2.pc
397
398# Get names of plug-ins in the source package
399PLUGIN_DIRECTORIES = $(sort $(dir $(wildcard plugins/*/)))
400all: all-recursive
401
402.SUFFIXES:
403am--refresh: Makefile
404	@:
405$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
406	@for dep in $?; do \
407	  case '$(am__configure_deps)' in \
408	    *$$dep*) \
409	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
410	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
411		&& exit 0; \
412	      exit 1;; \
413	  esac; \
414	done; \
415	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
416	$(am__cd) $(top_srcdir) && \
417	  $(AUTOMAKE) --foreign Makefile
418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419	@case '$?' in \
420	  *config.status*) \
421	    echo ' $(SHELL) ./config.status'; \
422	    $(SHELL) ./config.status;; \
423	  *) \
424	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
425	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
426	esac;
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429	$(SHELL) ./config.status --recheck
430
431$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
432	$(am__cd) $(srcdir) && $(AUTOCONF)
433$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
434	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
435$(am__aclocal_m4_deps):
436lcms2.pc: $(top_builddir)/config.status $(srcdir)/lcms2.pc.in
437	cd $(top_builddir) && $(SHELL) ./config.status $@
438
439mostlyclean-libtool:
440	-rm -f *.lo
441
442clean-libtool:
443	-rm -rf .libs _libs
444
445distclean-libtool:
446	-rm -f libtool config.lt
447install-pkgconfigDATA: $(pkgconfig_DATA)
448	@$(NORMAL_INSTALL)
449	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
450	if test -n "$$list"; then \
451	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
452	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
453	fi; \
454	for p in $$list; do \
455	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
456	  echo "$$d$$p"; \
457	done | $(am__base_list) | \
458	while read files; do \
459	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
460	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
461	done
462
463uninstall-pkgconfigDATA:
464	@$(NORMAL_UNINSTALL)
465	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
466	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
467	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
468
469# This directory's subdirectories are mostly independent; you can cd
470# into them and run 'make' without going through this Makefile.
471# To change the values of 'make' variables: instead of editing Makefiles,
472# (1) if the variable is set in 'config.status', edit 'config.status'
473#     (which will cause the Makefiles to be regenerated when you run 'make');
474# (2) otherwise, pass the desired values on the 'make' command line.
475$(am__recursive_targets):
476	@fail=; \
477	if $(am__make_keepgoing); then \
478	  failcom='fail=yes'; \
479	else \
480	  failcom='exit 1'; \
481	fi; \
482	dot_seen=no; \
483	target=`echo $@ | sed s/-recursive//`; \
484	case "$@" in \
485	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486	  *) list='$(SUBDIRS)' ;; \
487	esac; \
488	for subdir in $$list; do \
489	  echo "Making $$target in $$subdir"; \
490	  if test "$$subdir" = "."; then \
491	    dot_seen=yes; \
492	    local_target="$$target-am"; \
493	  else \
494	    local_target="$$target"; \
495	  fi; \
496	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497	  || eval $$failcom; \
498	done; \
499	if test "$$dot_seen" = "no"; then \
500	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
501	fi; test -z "$$fail"
502
503ID: $(am__tagged_files)
504	$(am__define_uniq_tagged_files); mkid -fID $$unique
505tags: tags-recursive
506TAGS: tags
507
508tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509	set x; \
510	here=`pwd`; \
511	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512	  include_option=--etags-include; \
513	  empty_fix=.; \
514	else \
515	  include_option=--include; \
516	  empty_fix=; \
517	fi; \
518	list='$(SUBDIRS)'; for subdir in $$list; do \
519	  if test "$$subdir" = .; then :; else \
520	    test ! -f $$subdir/TAGS || \
521	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
522	  fi; \
523	done; \
524	$(am__define_uniq_tagged_files); \
525	shift; \
526	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527	  test -n "$$unique" || unique=$$empty_fix; \
528	  if test $$# -gt 0; then \
529	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530	      "$$@" $$unique; \
531	  else \
532	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533	      $$unique; \
534	  fi; \
535	fi
536ctags: ctags-recursive
537
538CTAGS: ctags
539ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540	$(am__define_uniq_tagged_files); \
541	test -z "$(CTAGS_ARGS)$$unique" \
542	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543	     $$unique
544
545GTAGS:
546	here=`$(am__cd) $(top_builddir) && pwd` \
547	  && $(am__cd) $(top_srcdir) \
548	  && gtags -i $(GTAGS_ARGS) "$$here"
549cscope: cscope.files
550	test ! -s cscope.files \
551	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
552clean-cscope:
553	-rm -f cscope.files
554cscope.files: clean-cscope cscopelist
555cscopelist: cscopelist-recursive
556
557cscopelist-am: $(am__tagged_files)
558	list='$(am__tagged_files)'; \
559	case "$(srcdir)" in \
560	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
561	  *) sdir=$(subdir)/$(srcdir) ;; \
562	esac; \
563	for i in $$list; do \
564	  if test -f "$$i"; then \
565	    echo "$(subdir)/$$i"; \
566	  else \
567	    echo "$$sdir/$$i"; \
568	  fi; \
569	done >> $(top_builddir)/cscope.files
570
571distclean-tags:
572	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
574
575distdir: $(DISTFILES)
576	$(am__remove_distdir)
577	test -d "$(distdir)" || mkdir "$(distdir)"
578	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580	list='$(DISTFILES)'; \
581	  dist_files=`for file in $$list; do echo $$file; done | \
582	  sed -e "s|^$$srcdirstrip/||;t" \
583	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
584	case $$dist_files in \
585	  */*) $(MKDIR_P) `echo "$$dist_files" | \
586			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
587			   sort -u` ;; \
588	esac; \
589	for file in $$dist_files; do \
590	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591	  if test -d $$d/$$file; then \
592	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
593	    if test -d "$(distdir)/$$file"; then \
594	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595	    fi; \
596	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
601	  else \
602	    test -f "$(distdir)/$$file" \
603	    || cp -p $$d/$$file "$(distdir)/$$file" \
604	    || exit 1; \
605	  fi; \
606	done
607	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
608	  if test "$$subdir" = .; then :; else \
609	    $(am__make_dryrun) \
610	      || test -d "$(distdir)/$$subdir" \
611	      || $(MKDIR_P) "$(distdir)/$$subdir" \
612	      || exit 1; \
613	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614	    $(am__relativize); \
615	    new_distdir=$$reldir; \
616	    dir1=$$subdir; dir2="$(top_distdir)"; \
617	    $(am__relativize); \
618	    new_top_distdir=$$reldir; \
619	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621	    ($(am__cd) $$subdir && \
622	      $(MAKE) $(AM_MAKEFLAGS) \
623	        top_distdir="$$new_top_distdir" \
624	        distdir="$$new_distdir" \
625		am__remove_distdir=: \
626		am__skip_length_check=: \
627		am__skip_mode_fix=: \
628	        distdir) \
629	      || exit 1; \
630	  fi; \
631	done
632	-test -n "$(am__skip_mode_fix)" \
633	|| find "$(distdir)" -type d ! -perm -755 \
634		-exec chmod u+rwx,go+rx {} \; -o \
635	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
636	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
637	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
638	|| chmod -R a+r "$(distdir)"
639dist-gzip: distdir
640	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
641	$(am__post_remove_distdir)
642
643dist-bzip2: distdir
644	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
645	$(am__post_remove_distdir)
646
647dist-lzip: distdir
648	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
649	$(am__post_remove_distdir)
650
651dist-xz: distdir
652	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
653	$(am__post_remove_distdir)
654
655dist-tarZ: distdir
656	@echo WARNING: "Support for distribution archives compressed with" \
657		       "legacy program 'compress' is deprecated." >&2
658	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
659	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
660	$(am__post_remove_distdir)
661
662dist-shar: distdir
663	@echo WARNING: "Support for shar distribution archives is" \
664	               "deprecated." >&2
665	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
666	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
667	$(am__post_remove_distdir)
668dist-zip: distdir
669	-rm -f $(distdir).zip
670	zip -rq $(distdir).zip $(distdir)
671	$(am__post_remove_distdir)
672
673dist dist-all:
674	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
675	$(am__post_remove_distdir)
676
677# This target untars the dist file and tries a VPATH configuration.  Then
678# it guarantees that the distribution is self-contained by making another
679# tarfile.
680distcheck: dist
681	case '$(DIST_ARCHIVES)' in \
682	*.tar.gz*) \
683	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
684	*.tar.bz2*) \
685	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
686	*.tar.lz*) \
687	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
688	*.tar.xz*) \
689	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
690	*.tar.Z*) \
691	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
692	*.shar.gz*) \
693	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
694	*.zip*) \
695	  unzip $(distdir).zip ;;\
696	esac
697	chmod -R a-w $(distdir)
698	chmod u+w $(distdir)
699	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
700	chmod a-w $(distdir)
701	test -d $(distdir)/_build || exit 0; \
702	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
703	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704	  && am__cwd=`pwd` \
705	  && $(am__cd) $(distdir)/_build/sub \
706	  && ../../configure \
707	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
708	    $(DISTCHECK_CONFIGURE_FLAGS) \
709	    --srcdir=../.. --prefix="$$dc_install_base" \
710	  && $(MAKE) $(AM_MAKEFLAGS) \
711	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
712	  && $(MAKE) $(AM_MAKEFLAGS) check \
713	  && $(MAKE) $(AM_MAKEFLAGS) install \
714	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
715	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
716	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
717	        distuninstallcheck \
718	  && chmod -R a-w "$$dc_install_base" \
719	  && ({ \
720	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
721	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
722	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
723	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
724	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
725	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
726	  && rm -rf "$$dc_destdir" \
727	  && $(MAKE) $(AM_MAKEFLAGS) dist \
728	  && rm -rf $(DIST_ARCHIVES) \
729	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
730	  && cd "$$am__cwd" \
731	  || exit 1
732	$(am__post_remove_distdir)
733	@(echo "$(distdir) archives ready for distribution: "; \
734	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
735	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
736distuninstallcheck:
737	@test -n '$(distuninstallcheck_dir)' || { \
738	  echo 'ERROR: trying to run $@ with an empty' \
739	       '$$(distuninstallcheck_dir)' >&2; \
740	  exit 1; \
741	}; \
742	$(am__cd) '$(distuninstallcheck_dir)' || { \
743	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
744	  exit 1; \
745	}; \
746	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
747	   || { echo "ERROR: files left after uninstall:" ; \
748	        if test -n "$(DESTDIR)"; then \
749	          echo "  (check DESTDIR support)"; \
750	        fi ; \
751	        $(distuninstallcheck_listfiles) ; \
752	        exit 1; } >&2
753distcleancheck: distclean
754	@if test '$(srcdir)' = . ; then \
755	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
756	  exit 1 ; \
757	fi
758	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
759	  || { echo "ERROR: files left in build directory after distclean:" ; \
760	       $(distcleancheck_listfiles) ; \
761	       exit 1; } >&2
762check-am: all-am
763	$(MAKE) $(AM_MAKEFLAGS) check-local
764check: check-recursive
765all-am: Makefile $(DATA) all-local
766installdirs: installdirs-recursive
767installdirs-am:
768	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
769	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
770	done
771install: install-recursive
772install-exec: install-exec-recursive
773install-data: install-data-recursive
774uninstall: uninstall-recursive
775
776install-am: all-am
777	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
778
779installcheck: installcheck-recursive
780install-strip:
781	if test -z '$(STRIP)'; then \
782	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784	      install; \
785	else \
786	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
789	fi
790mostlyclean-generic:
791
792clean-generic:
793
794distclean-generic:
795	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797
798maintainer-clean-generic:
799	@echo "This command is intended for maintainers to use"
800	@echo "it deletes files that may require special tools to rebuild."
801clean: clean-recursive
802
803clean-am: clean-generic clean-libtool clean-local mostlyclean-am
804
805distclean: distclean-recursive
806	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
807	-rm -f Makefile
808distclean-am: clean-am distclean-generic distclean-libtool \
809	distclean-tags
810
811dvi: dvi-recursive
812
813dvi-am:
814
815html: html-recursive
816
817html-am:
818
819info: info-recursive
820
821info-am:
822
823install-data-am: install-pkgconfigDATA
824
825install-dvi: install-dvi-recursive
826
827install-dvi-am:
828
829install-exec-am: install-exec-local
830
831install-html: install-html-recursive
832
833install-html-am:
834
835install-info: install-info-recursive
836
837install-info-am:
838
839install-man:
840
841install-pdf: install-pdf-recursive
842
843install-pdf-am:
844
845install-ps: install-ps-recursive
846
847install-ps-am:
848
849installcheck-am:
850
851maintainer-clean: maintainer-clean-recursive
852	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
853	-rm -rf $(top_srcdir)/autom4te.cache
854	-rm -f Makefile
855maintainer-clean-am: distclean-am maintainer-clean-generic
856
857mostlyclean: mostlyclean-recursive
858
859mostlyclean-am: mostlyclean-generic mostlyclean-libtool
860
861pdf: pdf-recursive
862
863pdf-am:
864
865ps: ps-recursive
866
867ps-am:
868
869uninstall-am: uninstall-local uninstall-pkgconfigDATA
870
871.MAKE: $(am__recursive_targets) check-am install-am install-strip
872
873.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
874	am--refresh check check-am check-local clean clean-cscope \
875	clean-generic clean-libtool clean-local cscope cscopelist-am \
876	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
877	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
878	distclean-generic distclean-libtool distclean-tags \
879	distcleancheck distdir distuninstallcheck dvi dvi-am html \
880	html-am info info-am install install-am install-data \
881	install-data-am install-dvi install-dvi-am install-exec \
882	install-exec-am install-exec-local install-html \
883	install-html-am install-info install-info-am install-man \
884	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
885	install-ps-am install-strip installcheck installcheck-am \
886	installdirs installdirs-am maintainer-clean \
887	maintainer-clean-generic mostlyclean mostlyclean-generic \
888	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
889	uninstall-am uninstall-local uninstall-pkgconfigDATA
890
891.PRECIOUS: Makefile
892
893
894# Make sure get rid of VC stuff...
895clean-local:
896	find Projects -name "*.user" | xargs rm -rf
897	find Projects -name "Release" | xargs rm -rf
898	find Projects -name "Debug" | xargs rm -rf
899	find Projects -name "*.aps" | xargs rm -rf
900	find Projects -name "*.suo" | xargs rm -rf
901	find Projects -name "*.log" | xargs rm -rf
902	find Projects -name "*.sdf" | xargs rm -rf
903	find Projects -name "*.opensdf" | xargs rm -rf
904	find Projects -name "*.log" | xargs rm -rf
905	find Projects -name "ipch" | xargs rm -rf
906	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) clean ); done
907
908# Handle plug-ins
909all-local:
910	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) all ); done
911
912check-local:
913	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) check ); done
914
915install-exec-local:
916	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) install-exec ); done
917
918uninstall-local:
919	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) uninstall ); done
920
921# Tell versions [3.59,3.63) of GNU make to not export all variables.
922# Otherwise a system limit (for SysV at least) may be exceeded.
923.NOEXPORT:
924