1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = lcms2mt.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 distdir-am 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)/lcms2mt.pc.in \
201	AUTHORS COPYING ChangeLog INSTALL compile config.guess \
202	config.sub 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 plugins
395pkgconfigdir = $(libdir)/pkgconfig
396pkgconfig_DATA = lcms2mt.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__maybe_remake_depfiles)'; \
425	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
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):
436lcms2mt.pc: $(top_builddir)/config.status $(srcdir)/lcms2mt.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: $(BUILT_SOURCES)
576	$(MAKE) $(AM_MAKEFLAGS) distdir-am
577
578distdir-am: $(DISTFILES)
579	$(am__remove_distdir)
580	test -d "$(distdir)" || mkdir "$(distdir)"
581	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	list='$(DISTFILES)'; \
584	  dist_files=`for file in $$list; do echo $$file; done | \
585	  sed -e "s|^$$srcdirstrip/||;t" \
586	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
587	case $$dist_files in \
588	  */*) $(MKDIR_P) `echo "$$dist_files" | \
589			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
590			   sort -u` ;; \
591	esac; \
592	for file in $$dist_files; do \
593	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
594	  if test -d $$d/$$file; then \
595	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
596	    if test -d "$(distdir)/$$file"; then \
597	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598	    fi; \
599	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
600	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
601	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602	    fi; \
603	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604	  else \
605	    test -f "$(distdir)/$$file" \
606	    || cp -p $$d/$$file "$(distdir)/$$file" \
607	    || exit 1; \
608	  fi; \
609	done
610	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
611	  if test "$$subdir" = .; then :; else \
612	    $(am__make_dryrun) \
613	      || test -d "$(distdir)/$$subdir" \
614	      || $(MKDIR_P) "$(distdir)/$$subdir" \
615	      || exit 1; \
616	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
617	    $(am__relativize); \
618	    new_distdir=$$reldir; \
619	    dir1=$$subdir; dir2="$(top_distdir)"; \
620	    $(am__relativize); \
621	    new_top_distdir=$$reldir; \
622	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
623	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
624	    ($(am__cd) $$subdir && \
625	      $(MAKE) $(AM_MAKEFLAGS) \
626	        top_distdir="$$new_top_distdir" \
627	        distdir="$$new_distdir" \
628		am__remove_distdir=: \
629		am__skip_length_check=: \
630		am__skip_mode_fix=: \
631	        distdir) \
632	      || exit 1; \
633	  fi; \
634	done
635	-test -n "$(am__skip_mode_fix)" \
636	|| find "$(distdir)" -type d ! -perm -755 \
637		-exec chmod u+rwx,go+rx {} \; -o \
638	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
639	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
640	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
641	|| chmod -R a+r "$(distdir)"
642dist-gzip: distdir
643	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
644	$(am__post_remove_distdir)
645
646dist-bzip2: distdir
647	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
648	$(am__post_remove_distdir)
649
650dist-lzip: distdir
651	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
652	$(am__post_remove_distdir)
653
654dist-xz: distdir
655	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
656	$(am__post_remove_distdir)
657
658dist-tarZ: distdir
659	@echo WARNING: "Support for distribution archives compressed with" \
660		       "legacy program 'compress' is deprecated." >&2
661	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
662	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
663	$(am__post_remove_distdir)
664
665dist-shar: distdir
666	@echo WARNING: "Support for shar distribution archives is" \
667	               "deprecated." >&2
668	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
669	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
670	$(am__post_remove_distdir)
671dist-zip: distdir
672	-rm -f $(distdir).zip
673	zip -rq $(distdir).zip $(distdir)
674	$(am__post_remove_distdir)
675
676dist dist-all:
677	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
678	$(am__post_remove_distdir)
679
680# This target untars the dist file and tries a VPATH configuration.  Then
681# it guarantees that the distribution is self-contained by making another
682# tarfile.
683distcheck: dist
684	case '$(DIST_ARCHIVES)' in \
685	*.tar.gz*) \
686	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
687	*.tar.bz2*) \
688	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
689	*.tar.lz*) \
690	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
691	*.tar.xz*) \
692	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
693	*.tar.Z*) \
694	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
695	*.shar.gz*) \
696	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
697	*.zip*) \
698	  unzip $(distdir).zip ;;\
699	esac
700	chmod -R a-w $(distdir)
701	chmod u+w $(distdir)
702	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
703	chmod a-w $(distdir)
704	test -d $(distdir)/_build || exit 0; \
705	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
706	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
707	  && am__cwd=`pwd` \
708	  && $(am__cd) $(distdir)/_build/sub \
709	  && ../../configure \
710	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
711	    $(DISTCHECK_CONFIGURE_FLAGS) \
712	    --srcdir=../.. --prefix="$$dc_install_base" \
713	  && $(MAKE) $(AM_MAKEFLAGS) \
714	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
715	  && $(MAKE) $(AM_MAKEFLAGS) check \
716	  && $(MAKE) $(AM_MAKEFLAGS) install \
717	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
718	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
719	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
720	        distuninstallcheck \
721	  && chmod -R a-w "$$dc_install_base" \
722	  && ({ \
723	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
724	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
725	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
726	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
727	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
728	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
729	  && rm -rf "$$dc_destdir" \
730	  && $(MAKE) $(AM_MAKEFLAGS) dist \
731	  && rm -rf $(DIST_ARCHIVES) \
732	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
733	  && cd "$$am__cwd" \
734	  || exit 1
735	$(am__post_remove_distdir)
736	@(echo "$(distdir) archives ready for distribution: "; \
737	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
738	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
739distuninstallcheck:
740	@test -n '$(distuninstallcheck_dir)' || { \
741	  echo 'ERROR: trying to run $@ with an empty' \
742	       '$$(distuninstallcheck_dir)' >&2; \
743	  exit 1; \
744	}; \
745	$(am__cd) '$(distuninstallcheck_dir)' || { \
746	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
747	  exit 1; \
748	}; \
749	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
750	   || { echo "ERROR: files left after uninstall:" ; \
751	        if test -n "$(DESTDIR)"; then \
752	          echo "  (check DESTDIR support)"; \
753	        fi ; \
754	        $(distuninstallcheck_listfiles) ; \
755	        exit 1; } >&2
756distcleancheck: distclean
757	@if test '$(srcdir)' = . ; then \
758	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
759	  exit 1 ; \
760	fi
761	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
762	  || { echo "ERROR: files left in build directory after distclean:" ; \
763	       $(distcleancheck_listfiles) ; \
764	       exit 1; } >&2
765check-am: all-am
766	$(MAKE) $(AM_MAKEFLAGS) check-local
767check: check-recursive
768all-am: Makefile $(DATA) all-local
769installdirs: installdirs-recursive
770installdirs-am:
771	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
772	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
773	done
774install: install-recursive
775install-exec: install-exec-recursive
776install-data: install-data-recursive
777uninstall: uninstall-recursive
778
779install-am: all-am
780	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
781
782installcheck: installcheck-recursive
783install-strip:
784	if test -z '$(STRIP)'; then \
785	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787	      install; \
788	else \
789	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
792	fi
793mostlyclean-generic:
794
795clean-generic:
796
797distclean-generic:
798	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
799	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
800
801maintainer-clean-generic:
802	@echo "This command is intended for maintainers to use"
803	@echo "it deletes files that may require special tools to rebuild."
804clean: clean-recursive
805
806clean-am: clean-generic clean-libtool clean-local mostlyclean-am
807
808distclean: distclean-recursive
809	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
810	-rm -f Makefile
811distclean-am: clean-am distclean-generic distclean-libtool \
812	distclean-tags
813
814dvi: dvi-recursive
815
816dvi-am:
817
818html: html-recursive
819
820html-am:
821
822info: info-recursive
823
824info-am:
825
826install-data-am: install-pkgconfigDATA
827
828install-dvi: install-dvi-recursive
829
830install-dvi-am:
831
832install-exec-am: install-exec-local
833
834install-html: install-html-recursive
835
836install-html-am:
837
838install-info: install-info-recursive
839
840install-info-am:
841
842install-man:
843
844install-pdf: install-pdf-recursive
845
846install-pdf-am:
847
848install-ps: install-ps-recursive
849
850install-ps-am:
851
852installcheck-am:
853
854maintainer-clean: maintainer-clean-recursive
855	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
856	-rm -rf $(top_srcdir)/autom4te.cache
857	-rm -f Makefile
858maintainer-clean-am: distclean-am maintainer-clean-generic
859
860mostlyclean: mostlyclean-recursive
861
862mostlyclean-am: mostlyclean-generic mostlyclean-libtool
863
864pdf: pdf-recursive
865
866pdf-am:
867
868ps: ps-recursive
869
870ps-am:
871
872uninstall-am: uninstall-local uninstall-pkgconfigDATA
873
874.MAKE: $(am__recursive_targets) check-am install-am install-strip
875
876.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
877	am--refresh check check-am check-local clean clean-cscope \
878	clean-generic clean-libtool clean-local cscope cscopelist-am \
879	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
880	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
881	distclean-generic distclean-libtool distclean-tags \
882	distcleancheck distdir distuninstallcheck dvi dvi-am html \
883	html-am info info-am install install-am install-data \
884	install-data-am install-dvi install-dvi-am install-exec \
885	install-exec-am install-exec-local install-html \
886	install-html-am install-info install-info-am install-man \
887	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
888	install-ps-am install-strip installcheck installcheck-am \
889	installdirs installdirs-am maintainer-clean \
890	maintainer-clean-generic mostlyclean mostlyclean-generic \
891	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
892	uninstall-am uninstall-local uninstall-pkgconfigDATA
893
894.PRECIOUS: Makefile
895
896
897# Make sure get rid of VC stuff...
898clean-local:
899	find Projects -name "*.user" | xargs rm -rf
900	find Projects -name "Release" | xargs rm -rf
901	find Projects -name "Debug" | xargs rm -rf
902	find Projects -name "*.aps" | xargs rm -rf
903	find Projects -name "*.suo" | xargs rm -rf
904	find Projects -name "*.log" | xargs rm -rf
905	find Projects -name "*.sdf" | xargs rm -rf
906	find Projects -name "*.opensdf" | xargs rm -rf
907	find Projects -name "*.log" | xargs rm -rf
908	find Projects -name "ipch" | xargs rm -rf
909	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) clean ); done
910
911# Handle plug-ins
912all-local:
913	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) all ); done
914
915check-local:
916	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) check ); done
917
918install-exec-local:
919	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) install-exec ); done
920
921uninstall-local:
922	@for d in $(PLUGIN_DIRECTORIES); do (cd $$d; $(MAKE) $(AM_MAKEFLAGS) uninstall ); done
923
924# Tell versions [3.59,3.63) of GNU make to not export all variables.
925# Otherwise a system limit (for SysV at least) may be exceeded.
926.NOEXPORT:
927