minor changes in header inclusions
[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)/libopenjpeg.pc.in \
40         $(srcdir)/opj_config.h.in $(top_srcdir)/configure INSTALL \
41         config.guess config.sub 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 = libopenjpeg.pc
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 dvidir = @dvidir@
202 exec_prefix = @exec_prefix@
203 host = @host@
204 host_alias = @host_alias@
205 host_cpu = @host_cpu@
206 host_os = @host_os@
207 host_vendor = @host_vendor@
208 htmldir = @htmldir@
209 includedir = @includedir@
210 infodir = @infodir@
211 install_sh = @install_sh@
212 jp3d_dir = @jp3d_dir@
213 jpwl_dir = @jpwl_dir@
214 lcms1includes = @lcms1includes@
215 lcms1libs = @lcms1libs@
216 lcms2includes = @lcms2includes@
217 lcms2libs = @lcms2libs@
218 libdir = @libdir@
219 libexecdir = @libexecdir@
220 localedir = @localedir@
221 localstatedir = @localstatedir@
222 lt_ECHO = @lt_ECHO@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 pngincludes = @pngincludes@
228 pnglibs = @pnglibs@
229 prefix = @prefix@
230 program_transform_name = @program_transform_name@
231 psdir = @psdir@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target = @target@
237 target_alias = @target_alias@
238 target_cpu = @target_cpu@
239 target_os = @target_os@
240 target_vendor = @target_vendor@
241 tiffincludes = @tiffincludes@
242 tifflibs = @tifflibs@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 with_doxygen = @with_doxygen@
247
248 #OpenJPEG top source directory
249 SUBDIRS = libopenjpeg codec mj2 @jpwl_dir@ @jp3d_dir@ doc
250 pkgconf_dir = /usr/lib/pkgconfig
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 libopenjpeg.pc: $(top_builddir)/config.status $(srcdir)/libopenjpeg.pc.in
307         cd $(top_builddir) && $(SHELL) ./config.status $@
308
309 mostlyclean-libtool:
310         -rm -f *.lo
311
312 clean-libtool:
313         -rm -rf .libs _libs
314
315 distclean-libtool:
316         -rm -f libtool config.lt
317
318 # This directory's subdirectories are mostly independent; you can cd
319 # into them and run `make' without going through this Makefile.
320 # To change the values of `make' variables: instead of editing Makefiles,
321 # (1) if the variable is set in `config.status', edit `config.status'
322 #     (which will cause the Makefiles to be regenerated when you run `make');
323 # (2) otherwise, pass the desired values on the `make' command line.
324 $(RECURSIVE_TARGETS):
325         @fail= failcom='exit 1'; \
326         for f in x $$MAKEFLAGS; do \
327           case $$f in \
328             *=* | --[!k]*);; \
329             *k*) failcom='fail=yes';; \
330           esac; \
331         done; \
332         dot_seen=no; \
333         target=`echo $@ | sed s/-recursive//`; \
334         list='$(SUBDIRS)'; for subdir in $$list; do \
335           echo "Making $$target in $$subdir"; \
336           if test "$$subdir" = "."; then \
337             dot_seen=yes; \
338             local_target="$$target-am"; \
339           else \
340             local_target="$$target"; \
341           fi; \
342           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343           || eval $$failcom; \
344         done; \
345         if test "$$dot_seen" = "no"; then \
346           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
347         fi; test -z "$$fail"
348
349 $(RECURSIVE_CLEAN_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         case "$@" in \
359           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
360           *) list='$(SUBDIRS)' ;; \
361         esac; \
362         rev=''; for subdir in $$list; do \
363           if test "$$subdir" = "."; then :; else \
364             rev="$$subdir $$rev"; \
365           fi; \
366         done; \
367         rev="$$rev ."; \
368         target=`echo $@ | sed s/-recursive//`; \
369         for subdir in $$rev; do \
370           echo "Making $$target in $$subdir"; \
371           if test "$$subdir" = "."; then \
372             local_target="$$target-am"; \
373           else \
374             local_target="$$target"; \
375           fi; \
376           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
377           || eval $$failcom; \
378         done && test -z "$$fail"
379 tags-recursive:
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
382         done
383 ctags-recursive:
384         list='$(SUBDIRS)'; for subdir in $$list; do \
385           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
386         done
387
388 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390         unique=`for i in $$list; do \
391             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392           done | \
393           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394               END { if (nonempty) { for (i in files) print i; }; }'`; \
395         mkid -fID $$unique
396 tags: TAGS
397
398 TAGS: tags-recursive $(HEADERS) $(SOURCES) opj_config.h.in $(TAGS_DEPENDENCIES) \
399                 $(TAGS_FILES) $(LISP)
400         set x; \
401         here=`pwd`; \
402         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403           include_option=--etags-include; \
404           empty_fix=.; \
405         else \
406           include_option=--include; \
407           empty_fix=; \
408         fi; \
409         list='$(SUBDIRS)'; for subdir in $$list; do \
410           if test "$$subdir" = .; then :; else \
411             test ! -f $$subdir/TAGS || \
412               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
413           fi; \
414         done; \
415         list='$(SOURCES) $(HEADERS) opj_config.h.in $(LISP) $(TAGS_FILES)'; \
416         unique=`for i in $$list; do \
417             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418           done | \
419           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420               END { if (nonempty) { for (i in files) print i; }; }'`; \
421         shift; \
422         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423           test -n "$$unique" || unique=$$empty_fix; \
424           if test $$# -gt 0; then \
425             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426               "$$@" $$unique; \
427           else \
428             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429               $$unique; \
430           fi; \
431         fi
432 ctags: CTAGS
433 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) opj_config.h.in $(TAGS_DEPENDENCIES) \
434                 $(TAGS_FILES) $(LISP)
435         list='$(SOURCES) $(HEADERS) opj_config.h.in $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440               END { if (nonempty) { for (i in files) print i; }; }'`; \
441         test -z "$(CTAGS_ARGS)$$unique" \
442           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443              $$unique
444
445 GTAGS:
446         here=`$(am__cd) $(top_builddir) && pwd` \
447           && $(am__cd) $(top_srcdir) \
448           && gtags -i $(GTAGS_ARGS) "$$here"
449
450 distclean-tags:
451         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
453 distdir: $(DISTFILES)
454         $(am__remove_distdir)
455         test -d "$(distdir)" || mkdir "$(distdir)"
456         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458         list='$(DISTFILES)'; \
459           dist_files=`for file in $$list; do echo $$file; done | \
460           sed -e "s|^$$srcdirstrip/||;t" \
461               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462         case $$dist_files in \
463           */*) $(MKDIR_P) `echo "$$dist_files" | \
464                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465                            sort -u` ;; \
466         esac; \
467         for file in $$dist_files; do \
468           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469           if test -d $$d/$$file; then \
470             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471             if test -d "$(distdir)/$$file"; then \
472               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473             fi; \
474             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477             fi; \
478             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479           else \
480             test -f "$(distdir)/$$file" \
481             || cp -p $$d/$$file "$(distdir)/$$file" \
482             || exit 1; \
483           fi; \
484         done
485         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
486           if test "$$subdir" = .; then :; else \
487             test -d "$(distdir)/$$subdir" \
488             || $(MKDIR_P) "$(distdir)/$$subdir" \
489             || exit 1; \
490           fi; \
491         done
492         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493           if test "$$subdir" = .; then :; else \
494             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
495             $(am__relativize); \
496             new_distdir=$$reldir; \
497             dir1=$$subdir; dir2="$(top_distdir)"; \
498             $(am__relativize); \
499             new_top_distdir=$$reldir; \
500             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
501             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
502             ($(am__cd) $$subdir && \
503               $(MAKE) $(AM_MAKEFLAGS) \
504                 top_distdir="$$new_top_distdir" \
505                 distdir="$$new_distdir" \
506                 am__remove_distdir=: \
507                 am__skip_length_check=: \
508                 am__skip_mode_fix=: \
509                 distdir) \
510               || exit 1; \
511           fi; \
512         done
513         -test -n "$(am__skip_mode_fix)" \
514         || find "$(distdir)" -type d ! -perm -755 \
515                 -exec chmod u+rwx,go+rx {} \; -o \
516           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
517           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
518           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
519         || chmod -R a+r "$(distdir)"
520 dist-gzip: distdir
521         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
522         $(am__remove_distdir)
523
524 dist-bzip2: distdir
525         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
526         $(am__remove_distdir)
527
528 dist-lzma: distdir
529         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
530         $(am__remove_distdir)
531
532 dist-xz: distdir
533         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
534         $(am__remove_distdir)
535
536 dist-tarZ: distdir
537         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
538         $(am__remove_distdir)
539
540 dist-shar: distdir
541         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
542         $(am__remove_distdir)
543
544 dist-zip: distdir
545         -rm -f $(distdir).zip
546         zip -rq $(distdir).zip $(distdir)
547         $(am__remove_distdir)
548
549 dist dist-all: distdir
550         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551         $(am__remove_distdir)
552
553 # This target untars the dist file and tries a VPATH configuration.  Then
554 # it guarantees that the distribution is self-contained by making another
555 # tarfile.
556 distcheck: dist
557         case '$(DIST_ARCHIVES)' in \
558         *.tar.gz*) \
559           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
560         *.tar.bz2*) \
561           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
562         *.tar.lzma*) \
563           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
564         *.tar.xz*) \
565           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
566         *.tar.Z*) \
567           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568         *.shar.gz*) \
569           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
570         *.zip*) \
571           unzip $(distdir).zip ;;\
572         esac
573         chmod -R a-w $(distdir); chmod a+w $(distdir)
574         mkdir $(distdir)/_build
575         mkdir $(distdir)/_inst
576         chmod a-w $(distdir)
577         test -d $(distdir)/_build || exit 0; \
578         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
580           && am__cwd=`pwd` \
581           && $(am__cd) $(distdir)/_build \
582           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
583             $(DISTCHECK_CONFIGURE_FLAGS) \
584           && $(MAKE) $(AM_MAKEFLAGS) \
585           && $(MAKE) $(AM_MAKEFLAGS) dvi \
586           && $(MAKE) $(AM_MAKEFLAGS) check \
587           && $(MAKE) $(AM_MAKEFLAGS) install \
588           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
589           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
590           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
591                 distuninstallcheck \
592           && chmod -R a-w "$$dc_install_base" \
593           && ({ \
594                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
595                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
596                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
597                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
598                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
599               } || { rm -rf "$$dc_destdir"; exit 1; }) \
600           && rm -rf "$$dc_destdir" \
601           && $(MAKE) $(AM_MAKEFLAGS) dist \
602           && rm -rf $(DIST_ARCHIVES) \
603           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
604           && cd "$$am__cwd" \
605           || exit 1
606         $(am__remove_distdir)
607         @(echo "$(distdir) archives ready for distribution: "; \
608           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
609           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
610 distuninstallcheck:
611         @$(am__cd) '$(distuninstallcheck_dir)' \
612         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
613            || { echo "ERROR: files left after uninstall:" ; \
614                 if test -n "$(DESTDIR)"; then \
615                   echo "  (check DESTDIR support)"; \
616                 fi ; \
617                 $(distuninstallcheck_listfiles) ; \
618                 exit 1; } >&2
619 distcleancheck: distclean
620         @if test '$(srcdir)' = . ; then \
621           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
622           exit 1 ; \
623         fi
624         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
625           || { echo "ERROR: files left in build directory after distclean:" ; \
626                $(distcleancheck_listfiles) ; \
627                exit 1; } >&2
628 check-am: all-am
629 check: check-recursive
630 all-am: Makefile opj_config.h
631 installdirs: installdirs-recursive
632 installdirs-am:
633 install: install-recursive
634 install-exec: install-exec-recursive
635 install-data: install-data-recursive
636 uninstall: uninstall-recursive
637
638 install-am: all-am
639         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641 installcheck: installcheck-recursive
642 install-strip:
643         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645           `test -z '$(STRIP)' || \
646             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
647 mostlyclean-generic:
648
649 clean-generic:
650
651 distclean-generic:
652         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
653         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
654
655 maintainer-clean-generic:
656         @echo "This command is intended for maintainers to use"
657         @echo "it deletes files that may require special tools to rebuild."
658 clean: clean-recursive
659
660 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
661
662 distclean: distclean-recursive
663         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
664         -rm -f Makefile
665 distclean-am: clean-am distclean-generic distclean-hdr \
666         distclean-libtool distclean-local distclean-tags
667
668 dvi: dvi-recursive
669
670 dvi-am:
671
672 html: html-recursive
673
674 html-am:
675
676 info: info-recursive
677
678 info-am:
679
680 install-data-am:
681         @$(NORMAL_INSTALL)
682         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
683 install-dvi: install-dvi-recursive
684
685 install-dvi-am:
686
687 install-exec-am:
688
689 install-html: install-html-recursive
690
691 install-html-am:
692
693 install-info: install-info-recursive
694
695 install-info-am:
696
697 install-man:
698
699 install-pdf: install-pdf-recursive
700
701 install-pdf-am:
702
703 install-ps: install-ps-recursive
704
705 install-ps-am:
706
707 installcheck-am:
708
709 maintainer-clean: maintainer-clean-recursive
710         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711         -rm -rf $(top_srcdir)/autom4te.cache
712         -rm -f Makefile
713 maintainer-clean-am: distclean-am maintainer-clean-generic
714
715 mostlyclean: mostlyclean-recursive
716
717 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
718
719 pdf: pdf-recursive
720
721 pdf-am:
722
723 ps: ps-recursive
724
725 ps-am:
726
727 uninstall-am:
728         @$(NORMAL_INSTALL)
729         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
730 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
731         ctags-recursive install-am install-data-am install-strip \
732         tags-recursive uninstall-am
733
734 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
735         all all-am am--refresh check check-am clean clean-generic \
736         clean-libtool clean-local ctags ctags-recursive dist dist-all \
737         dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
738         dist-zip distcheck distclean distclean-generic distclean-hdr \
739         distclean-libtool distclean-local distclean-tags \
740         distcleancheck distdir distuninstallcheck dvi dvi-am html \
741         html-am info info-am install install-am install-data \
742         install-data-am install-data-hook install-dvi install-dvi-am \
743         install-exec install-exec-am install-html install-html-am \
744         install-info install-info-am install-man install-pdf \
745         install-pdf-am install-ps install-ps-am install-strip \
746         installcheck installcheck-am installdirs installdirs-am \
747         maintainer-clean maintainer-clean-generic mostlyclean \
748         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
749         tags tags-recursive uninstall uninstall-am uninstall-hook
750
751
752 clean-local:
753         @rm -rf bin
754         @l='$(SUBDIRS)'; for f in $$l ; do \
755         rm -f $$f/.report.txt ; \
756         done
757
758 distclean-local: clean-local
759
760 install-data-hook:
761         @echo ""
762         @l='$(SUBDIRS)'; for f in $$l ; do \
763         cat $$f/.report.txt ; \
764         done
765         @echo ""
766         @echo "Installing: libopenjpeg1.pc $(pkgconf_dir)"
767         @echo ""
768         @$(INSTALL) -d $(pkgconf_dir)
769         @cp libopenjpeg.pc $(pkgconf_dir)/libopenjpeg1.pc
770         @(cd $(pkgconf_dir) && $(RM) libopenjpeg.pc && \
771         $(LN_S) libopenjpeg1.pc libopenjpeg.pc)
772
773 uninstall-hook:
774         @(cd $(pkgconf_dir) && $(RM) libopenjpeg.pc libopenjpeg1.pc)
775
776 # Tell versions [3.59,3.63) of GNU make to not export all variables.
777 # Otherwise a system limit (for SysV at least) may be exceeded.
778 .NOEXPORT: