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