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