Tizen 2.0 Release
[external/lcms.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # 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 @SET_MAKE@
17
18 #
19 # Top-Level Makefile for building LittleCMS 2
20 #
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 subdir = .
42 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in $(srcdir)/lcms2.pc.in \
44         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
45         config.guess config.sub depcomp install-sh ltmain.sh missing
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51  configure.lineno config.status.lineno
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_CLEAN_FILES = lcms2.pc
54 CONFIG_CLEAN_VPATH_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-dvi-recursive install-exec-recursive \
60         install-html-recursive install-info-recursive \
61         install-pdf-recursive install-ps-recursive install-recursive \
62         installcheck-recursive installdirs-recursive pdf-recursive \
63         ps-recursive uninstall-recursive
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67     *) f=$$p;; \
68   esac;
69 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70 am__install_max = 40
71 am__nobase_strip_setup = \
72   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73 am__nobase_strip = \
74   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75 am__nobase_list = $(am__nobase_strip_setup); \
76   for p in $$list; do echo "$$p $$p"; done | \
77   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79     if (++n[$$2] == $(am__install_max)) \
80       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81     END { for (dir in files) print dir, files[dir] }'
82 am__base_list = \
83   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
86 DATA = $(pkgconfig_DATA)
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88   distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91         distdir dist dist-all distcheck
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = $(SUBDIRS)
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 distdir = $(PACKAGE)-$(VERSION)
97 top_distdir = $(distdir)
98 am__remove_distdir = \
99   { test ! -d "$(distdir)" \
100     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101          && rm -fr "$(distdir)"; }; }
102 am__relativize = \
103   dir0=`pwd`; \
104   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105   sed_rest='s,^[^/]*/*,,'; \
106   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107   sed_butlast='s,/*[^/]*$$,,'; \
108   while test -n "$$dir1"; do \
109     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110     if test "$$first" != "."; then \
111       if test "$$first" = ".."; then \
112         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114       else \
115         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116         if test "$$first2" = "$$first"; then \
117           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118         else \
119           dir2="../$$dir2"; \
120         fi; \
121         dir0="$$dir0"/"$$first"; \
122       fi; \
123     fi; \
124     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125   done; \
126   reldir="$$dir2"
127 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
128 GZIP_ENV = --best
129 distuninstallcheck_listfiles = find . -type f -print
130 distcleancheck_listfiles = find . -type f -print
131 ACLOCAL = @ACLOCAL@
132 AMTAR = @AMTAR@
133 AR = @AR@
134 AS = @AS@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 CC = @CC@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CPP = @CPP@
143 CPPFLAGS = @CPPFLAGS@
144 CXX = @CXX@
145 CXXCPP = @CXXCPP@
146 CXXDEPMODE = @CXXDEPMODE@
147 CXXFLAGS = @CXXFLAGS@
148 CYGPATH_W = @CYGPATH_W@
149 DEFS = @DEFS@
150 DEPDIR = @DEPDIR@
151 DLLTOOL = @DLLTOOL@
152 DSYMUTIL = @DSYMUTIL@
153 DUMPBIN = @DUMPBIN@
154 ECHO_C = @ECHO_C@
155 ECHO_N = @ECHO_N@
156 ECHO_T = @ECHO_T@
157 EGREP = @EGREP@
158 EXEEXT = @EXEEXT@
159 FGREP = @FGREP@
160 GREP = @GREP@
161 INSTALL = @INSTALL@
162 INSTALL_DATA = @INSTALL_DATA@
163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166 JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
167 LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
168 LD = @LD@
169 LDFLAGS = @LDFLAGS@
170 LIBOBJS = @LIBOBJS@
171 LIBRARY_AGE = @LIBRARY_AGE@
172 LIBRARY_CURRENT = @LIBRARY_CURRENT@
173 LIBRARY_REVISION = @LIBRARY_REVISION@
174 LIBS = @LIBS@
175 LIBTOOL = @LIBTOOL@
176 LIBTOOL_DEPS = @LIBTOOL_DEPS@
177 LIB_JPEG = @LIB_JPEG@
178 LIB_MATH = @LIB_MATH@
179 LIB_TIFF = @LIB_TIFF@
180 LIB_ZLIB = @LIB_ZLIB@
181 LIPO = @LIPO@
182 LN_S = @LN_S@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAINT = @MAINT@
185 MAKEINFO = @MAKEINFO@
186 MANIFEST_TOOL = @MANIFEST_TOOL@
187 MKDIR_P = @MKDIR_P@
188 NM = @NM@
189 NMEDIT = @NMEDIT@
190 OBJDUMP = @OBJDUMP@
191 OBJEXT = @OBJEXT@
192 OTOOL = @OTOOL@
193 OTOOL64 = @OTOOL64@
194 PACKAGE = @PACKAGE@
195 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196 PACKAGE_NAME = @PACKAGE_NAME@
197 PACKAGE_STRING = @PACKAGE_STRING@
198 PACKAGE_TARNAME = @PACKAGE_TARNAME@
199 PACKAGE_URL = @PACKAGE_URL@
200 PACKAGE_VERSION = @PACKAGE_VERSION@
201 PATH_SEPARATOR = @PATH_SEPARATOR@
202 RANLIB = @RANLIB@
203 SED = @SED@
204 SET_MAKE = @SET_MAKE@
205 SHELL = @SHELL@
206 STRIP = @STRIP@
207 TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_AR = @ac_ct_AR@
214 ac_ct_CC = @ac_ct_CC@
215 ac_ct_CXX = @ac_ct_CXX@
216 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217 am__include = @am__include@
218 am__leading_dot = @am__leading_dot@
219 am__quote = @am__quote@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 bindir = @bindir@
223 build = @build@
224 build_alias = @build_alias@
225 build_cpu = @build_cpu@
226 build_os = @build_os@
227 build_vendor = @build_vendor@
228 builddir = @builddir@
229 datadir = @datadir@
230 datarootdir = @datarootdir@
231 docdir = @docdir@
232 dvidir = @dvidir@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 inline = @inline@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localedir = @localedir@
247 localstatedir = @localstatedir@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 sbindir = @sbindir@
256 sharedstatedir = @sharedstatedir@
257 srcdir = @srcdir@
258 sysconfdir = @sysconfdir@
259 target_alias = @target_alias@
260 top_build_prefix = @top_build_prefix@
261 top_builddir = @top_builddir@
262 top_srcdir = @top_srcdir@
263
264 # Don't require all the GNU mandated files
265 AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign
266
267 # Directories containing Makefiles to 'make'
268 SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed
269
270 # Additional files to distribute
271 EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL NEWS README.1ST lcms2.pc.in
272 pkgconfigdir = $(libdir)/pkgconfig
273 pkgconfig_DATA = lcms2.pc
274 all: all-recursive
275
276 .SUFFIXES:
277 am--refresh:
278         @:
279 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280         @for dep in $?; do \
281           case '$(am__configure_deps)' in \
282             *$$dep*) \
283               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
284               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
285                 && exit 0; \
286               exit 1;; \
287           esac; \
288         done; \
289         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
290         $(am__cd) $(top_srcdir) && \
291           $(AUTOMAKE) --foreign Makefile
292 .PRECIOUS: Makefile
293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294         @case '$?' in \
295           *config.status*) \
296             echo ' $(SHELL) ./config.status'; \
297             $(SHELL) ./config.status;; \
298           *) \
299             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
300             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
301         esac;
302
303 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304         $(SHELL) ./config.status --recheck
305
306 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307         $(am__cd) $(srcdir) && $(AUTOCONF)
308 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
310 $(am__aclocal_m4_deps):
311 lcms2.pc: $(top_builddir)/config.status $(srcdir)/lcms2.pc.in
312         cd $(top_builddir) && $(SHELL) ./config.status $@
313
314 mostlyclean-libtool:
315         -rm -f *.lo
316
317 clean-libtool:
318         -rm -rf .libs _libs
319
320 distclean-libtool:
321         -rm -f libtool config.lt
322 install-pkgconfigDATA: $(pkgconfig_DATA)
323         @$(NORMAL_INSTALL)
324         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
325         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
326         for p in $$list; do \
327           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328           echo "$$d$$p"; \
329         done | $(am__base_list) | \
330         while read files; do \
331           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
332           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
333         done
334
335 uninstall-pkgconfigDATA:
336         @$(NORMAL_UNINSTALL)
337         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
338         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339         test -n "$$files" || exit 0; \
340         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
341         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
342
343 # This directory's subdirectories are mostly independent; you can cd
344 # into them and run `make' without going through this Makefile.
345 # To change the values of `make' variables: instead of editing Makefiles,
346 # (1) if the variable is set in `config.status', edit `config.status'
347 #     (which will cause the Makefiles to be regenerated when you run `make');
348 # (2) otherwise, pass the desired values on the `make' command line.
349 $(RECURSIVE_TARGETS):
350         @fail= failcom='exit 1'; \
351         for f in x $$MAKEFLAGS; do \
352           case $$f in \
353             *=* | --[!k]*);; \
354             *k*) failcom='fail=yes';; \
355           esac; \
356         done; \
357         dot_seen=no; \
358         target=`echo $@ | sed s/-recursive//`; \
359         list='$(SUBDIRS)'; for subdir in $$list; do \
360           echo "Making $$target in $$subdir"; \
361           if test "$$subdir" = "."; then \
362             dot_seen=yes; \
363             local_target="$$target-am"; \
364           else \
365             local_target="$$target"; \
366           fi; \
367           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368           || eval $$failcom; \
369         done; \
370         if test "$$dot_seen" = "no"; then \
371           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
372         fi; test -z "$$fail"
373
374 $(RECURSIVE_CLEAN_TARGETS):
375         @fail= failcom='exit 1'; \
376         for f in x $$MAKEFLAGS; do \
377           case $$f in \
378             *=* | --[!k]*);; \
379             *k*) failcom='fail=yes';; \
380           esac; \
381         done; \
382         dot_seen=no; \
383         case "$@" in \
384           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
385           *) list='$(SUBDIRS)' ;; \
386         esac; \
387         rev=''; for subdir in $$list; do \
388           if test "$$subdir" = "."; then :; else \
389             rev="$$subdir $$rev"; \
390           fi; \
391         done; \
392         rev="$$rev ."; \
393         target=`echo $@ | sed s/-recursive//`; \
394         for subdir in $$rev; do \
395           echo "Making $$target in $$subdir"; \
396           if test "$$subdir" = "."; then \
397             local_target="$$target-am"; \
398           else \
399             local_target="$$target"; \
400           fi; \
401           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402           || eval $$failcom; \
403         done && test -z "$$fail"
404 tags-recursive:
405         list='$(SUBDIRS)'; for subdir in $$list; do \
406           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
407         done
408 ctags-recursive:
409         list='$(SUBDIRS)'; for subdir in $$list; do \
410           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
411         done
412
413 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415         unique=`for i in $$list; do \
416             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417           done | \
418           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419               END { if (nonempty) { for (i in files) print i; }; }'`; \
420         mkid -fID $$unique
421 tags: TAGS
422
423 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424                 $(TAGS_FILES) $(LISP)
425         set x; \
426         here=`pwd`; \
427         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428           include_option=--etags-include; \
429           empty_fix=.; \
430         else \
431           include_option=--include; \
432           empty_fix=; \
433         fi; \
434         list='$(SUBDIRS)'; for subdir in $$list; do \
435           if test "$$subdir" = .; then :; else \
436             test ! -f $$subdir/TAGS || \
437               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
438           fi; \
439         done; \
440         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441         unique=`for i in $$list; do \
442             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443           done | \
444           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445               END { if (nonempty) { for (i in files) print i; }; }'`; \
446         shift; \
447         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448           test -n "$$unique" || unique=$$empty_fix; \
449           if test $$# -gt 0; then \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               "$$@" $$unique; \
452           else \
453             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454               $$unique; \
455           fi; \
456         fi
457 ctags: CTAGS
458 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459                 $(TAGS_FILES) $(LISP)
460         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461         unique=`for i in $$list; do \
462             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463           done | \
464           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465               END { if (nonempty) { for (i in files) print i; }; }'`; \
466         test -z "$(CTAGS_ARGS)$$unique" \
467           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468              $$unique
469
470 GTAGS:
471         here=`$(am__cd) $(top_builddir) && pwd` \
472           && $(am__cd) $(top_srcdir) \
473           && gtags -i $(GTAGS_ARGS) "$$here"
474
475 distclean-tags:
476         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
477
478 distdir: $(DISTFILES)
479         $(am__remove_distdir)
480         test -d "$(distdir)" || mkdir "$(distdir)"
481         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         list='$(DISTFILES)'; \
484           dist_files=`for file in $$list; do echo $$file; done | \
485           sed -e "s|^$$srcdirstrip/||;t" \
486               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487         case $$dist_files in \
488           */*) $(MKDIR_P) `echo "$$dist_files" | \
489                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490                            sort -u` ;; \
491         esac; \
492         for file in $$dist_files; do \
493           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494           if test -d $$d/$$file; then \
495             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496             if test -d "$(distdir)/$$file"; then \
497               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498             fi; \
499             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504           else \
505             test -f "$(distdir)/$$file" \
506             || cp -p $$d/$$file "$(distdir)/$$file" \
507             || exit 1; \
508           fi; \
509         done
510         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511           if test "$$subdir" = .; then :; else \
512             test -d "$(distdir)/$$subdir" \
513             || $(MKDIR_P) "$(distdir)/$$subdir" \
514             || exit 1; \
515           fi; \
516         done
517         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518           if test "$$subdir" = .; then :; else \
519             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
520             $(am__relativize); \
521             new_distdir=$$reldir; \
522             dir1=$$subdir; dir2="$(top_distdir)"; \
523             $(am__relativize); \
524             new_top_distdir=$$reldir; \
525             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527             ($(am__cd) $$subdir && \
528               $(MAKE) $(AM_MAKEFLAGS) \
529                 top_distdir="$$new_top_distdir" \
530                 distdir="$$new_distdir" \
531                 am__remove_distdir=: \
532                 am__skip_length_check=: \
533                 am__skip_mode_fix=: \
534                 distdir) \
535               || exit 1; \
536           fi; \
537         done
538         -test -n "$(am__skip_mode_fix)" \
539         || find "$(distdir)" -type d ! -perm -755 \
540                 -exec chmod u+rwx,go+rx {} \; -o \
541           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
542           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
543           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
544         || chmod -R a+r "$(distdir)"
545 dist-gzip: distdir
546         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
547         $(am__remove_distdir)
548
549 dist-bzip2: distdir
550         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
551         $(am__remove_distdir)
552
553 dist-lzma: distdir
554         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
555         $(am__remove_distdir)
556
557 dist-xz: distdir
558         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
559         $(am__remove_distdir)
560
561 dist-tarZ: distdir
562         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
563         $(am__remove_distdir)
564
565 dist-shar: distdir
566         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
567         $(am__remove_distdir)
568 dist-zip: distdir
569         -rm -f $(distdir).zip
570         zip -rq $(distdir).zip $(distdir)
571         $(am__remove_distdir)
572
573 dist dist-all: distdir
574         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
575         -rm -f $(distdir).zip
576         zip -rq $(distdir).zip $(distdir)
577         $(am__remove_distdir)
578
579 # This target untars the dist file and tries a VPATH configuration.  Then
580 # it guarantees that the distribution is self-contained by making another
581 # tarfile.
582 distcheck: dist
583         case '$(DIST_ARCHIVES)' in \
584         *.tar.gz*) \
585           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
586         *.tar.bz2*) \
587           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
588         *.tar.lzma*) \
589           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
590         *.tar.xz*) \
591           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
592         *.tar.Z*) \
593           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
594         *.shar.gz*) \
595           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
596         *.zip*) \
597           unzip $(distdir).zip ;;\
598         esac
599         chmod -R a-w $(distdir); chmod a+w $(distdir)
600         mkdir $(distdir)/_build
601         mkdir $(distdir)/_inst
602         chmod a-w $(distdir)
603         test -d $(distdir)/_build || exit 0; \
604         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
605           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
606           && am__cwd=`pwd` \
607           && $(am__cd) $(distdir)/_build \
608           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
609             $(DISTCHECK_CONFIGURE_FLAGS) \
610           && $(MAKE) $(AM_MAKEFLAGS) \
611           && $(MAKE) $(AM_MAKEFLAGS) dvi \
612           && $(MAKE) $(AM_MAKEFLAGS) check \
613           && $(MAKE) $(AM_MAKEFLAGS) install \
614           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
615           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
616           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617                 distuninstallcheck \
618           && chmod -R a-w "$$dc_install_base" \
619           && ({ \
620                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
621                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
622                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
623                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
624                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
625               } || { rm -rf "$$dc_destdir"; exit 1; }) \
626           && rm -rf "$$dc_destdir" \
627           && $(MAKE) $(AM_MAKEFLAGS) dist \
628           && rm -rf $(DIST_ARCHIVES) \
629           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
630           && cd "$$am__cwd" \
631           || exit 1
632         $(am__remove_distdir)
633         @(echo "$(distdir) archives ready for distribution: "; \
634           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
635           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636 distuninstallcheck:
637         @$(am__cd) '$(distuninstallcheck_dir)' \
638         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
639            || { echo "ERROR: files left after uninstall:" ; \
640                 if test -n "$(DESTDIR)"; then \
641                   echo "  (check DESTDIR support)"; \
642                 fi ; \
643                 $(distuninstallcheck_listfiles) ; \
644                 exit 1; } >&2
645 distcleancheck: distclean
646         @if test '$(srcdir)' = . ; then \
647           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
648           exit 1 ; \
649         fi
650         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
651           || { echo "ERROR: files left in build directory after distclean:" ; \
652                $(distcleancheck_listfiles) ; \
653                exit 1; } >&2
654 check-am: all-am
655 check: check-recursive
656 all-am: Makefile $(DATA)
657 installdirs: installdirs-recursive
658 installdirs-am:
659         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
660           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
661         done
662 install: install-recursive
663 install-exec: install-exec-recursive
664 install-data: install-data-recursive
665 uninstall: uninstall-recursive
666
667 install-am: all-am
668         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669
670 installcheck: installcheck-recursive
671 install-strip:
672         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674           `test -z '$(STRIP)' || \
675             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
676 mostlyclean-generic:
677
678 clean-generic:
679
680 distclean-generic:
681         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683
684 maintainer-clean-generic:
685         @echo "This command is intended for maintainers to use"
686         @echo "it deletes files that may require special tools to rebuild."
687 clean: clean-recursive
688
689 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
690
691 distclean: distclean-recursive
692         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
693         -rm -f Makefile
694 distclean-am: clean-am distclean-generic distclean-libtool \
695         distclean-tags
696
697 dvi: dvi-recursive
698
699 dvi-am:
700
701 html: html-recursive
702
703 html-am:
704
705 info: info-recursive
706
707 info-am:
708
709 install-data-am: install-pkgconfigDATA
710
711 install-dvi: install-dvi-recursive
712
713 install-dvi-am:
714
715 install-exec-am:
716
717 install-html: install-html-recursive
718
719 install-html-am:
720
721 install-info: install-info-recursive
722
723 install-info-am:
724
725 install-man:
726
727 install-pdf: install-pdf-recursive
728
729 install-pdf-am:
730
731 install-ps: install-ps-recursive
732
733 install-ps-am:
734
735 installcheck-am:
736
737 maintainer-clean: maintainer-clean-recursive
738         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
739         -rm -rf $(top_srcdir)/autom4te.cache
740         -rm -f Makefile
741 maintainer-clean-am: distclean-am maintainer-clean-generic
742
743 mostlyclean: mostlyclean-recursive
744
745 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
746
747 pdf: pdf-recursive
748
749 pdf-am:
750
751 ps: ps-recursive
752
753 ps-am:
754
755 uninstall-am: uninstall-pkgconfigDATA
756
757 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
758         install-am install-strip tags-recursive
759
760 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
761         all all-am am--refresh check check-am clean clean-generic \
762         clean-libtool clean-local ctags ctags-recursive dist dist-all \
763         dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
764         dist-zip distcheck distclean distclean-generic \
765         distclean-libtool distclean-tags distcleancheck distdir \
766         distuninstallcheck dvi dvi-am html html-am info info-am \
767         install install-am install-data install-data-am install-dvi \
768         install-dvi-am install-exec install-exec-am install-html \
769         install-html-am install-info install-info-am install-man \
770         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
771         install-ps-am install-strip installcheck installcheck-am \
772         installdirs installdirs-am maintainer-clean \
773         maintainer-clean-generic mostlyclean mostlyclean-generic \
774         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
775         uninstall uninstall-am uninstall-pkgconfigDATA
776
777
778 # Make sure get rid of VC stuff...
779 clean-local:
780         find Projects -name "*.user" | xargs rm -rf
781         find Projects -name "Release" | xargs rm -rf
782         find Projects -name "Debug" | xargs rm -rf
783         find Projects -name "*.aps" | xargs rm -rf
784         find Projects -name "*.suo" | xargs rm -rf
785         find Projects -name "*.log" | xargs rm -rf
786         find Projects -name "*.sdf" | xargs rm -rf
787         find Projects -name "*.opensdf" | xargs rm -rf
788         find Projects -name "*.log" | xargs rm -rf
789         find Projects -name "ipch" | xargs rm -rf
790
791 # Tell versions [3.59,3.63) of GNU make to not export all variables.
792 # Otherwise a system limit (for SysV at least) may be exceeded.
793 .NOEXPORT: