minor changes in cmake flags
[openjpeg.git] / libopenjpeg / 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 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 @with_liblcms1_TRUE@am__append_1 = @lcms1includes@
40 @with_liblcms2_TRUE@am__append_2 = @lcms2includes@
41 subdir = libopenjpeg
42 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/opj_config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55     *) f=$$p;; \
56   esac;
57 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58 am__install_max = 40
59 am__nobase_strip_setup = \
60   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61 am__nobase_strip = \
62   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63 am__nobase_list = $(am__nobase_strip_setup); \
64   for p in $$list; do echo "$$p $$p"; done | \
65   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67     if (++n[$$2] == $(am__install_max)) \
68       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69     END { for (dir in files) print dir, files[dir] }'
70 am__base_list = \
71   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
74 LTLIBRARIES = $(lib_LTLIBRARIES)
75 libopenjpeg_la_DEPENDENCIES =
76 am__objects_1 = bio.lo cio.lo dwt.lo event.lo image.lo j2k.lo \
77         j2k_lib.lo jp2.lo jpt.lo mct.lo mqc.lo openjpeg.lo pi.lo \
78         raw.lo t1.lo t2.lo tcd.lo tgt.lo opj_convert.lo
79 am__objects_2 =
80 am_libopenjpeg_la_OBJECTS = $(am__objects_1) $(am__objects_2)
81 libopenjpeg_la_OBJECTS = $(am_libopenjpeg_la_OBJECTS)
82 libopenjpeg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84         $(libopenjpeg_la_LDFLAGS) $(LDFLAGS) -o $@
85 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86 depcomp = $(SHELL) $(top_srcdir)/depcomp
87 am__depfiles_maybe = depfiles
88 am__mv = mv -f
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
93         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
97         $(LDFLAGS) -o $@
98 SOURCES = $(libopenjpeg_la_SOURCES)
99 DIST_SOURCES = $(libopenjpeg_la_SOURCES)
100 HEADERS = $(include_HEADERS)
101 ETAGS = etags
102 CTAGS = ctags
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 ACLOCAL = @ACLOCAL@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AS = @AS@
108 AUTOCONF = @AUTOCONF@
109 AUTOHEADER = @AUTOHEADER@
110 AUTOMAKE = @AUTOMAKE@
111 AWK = @AWK@
112 BUILD_NR = @BUILD_NR@
113 CC = @CC@
114 CCDEPMODE = @CCDEPMODE@
115 CFLAGS = $(COMPILERFLAGS) $(INCLUDES)
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CXX = @CXX@
119 CXXCPP = @CXXCPP@
120 CXXDEPMODE = @CXXDEPMODE@
121 CXXFLAGS = @CXXFLAGS@
122 CYGPATH_W = @CYGPATH_W@
123 DEFS = @DEFS@
124 DEPDIR = @DEPDIR@
125 DLLTOOL = @DLLTOOL@
126 DSYMUTIL = @DSYMUTIL@
127 DUMPBIN = @DUMPBIN@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 EXEEXT = @EXEEXT@
133 FGREP = @FGREP@
134 GREP = @GREP@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 JP3D_BUILD_NR = @JP3D_BUILD_NR@
141 JP3D_MAJOR_NR = @JP3D_MAJOR_NR@
142 JP3D_MINOR_NR = @JP3D_MINOR_NR@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LDLIBS = @LDLIBS@
146 LIBOBJS = @LIBOBJS@
147 LIBPNG_CONFIG = @LIBPNG_CONFIG@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LIPO = @LIPO@
151 LN_S = @LN_S@
152 LTLIBOBJS = @LTLIBOBJS@
153 MAJOR_NR = @MAJOR_NR@
154 MAKEINFO = @MAKEINFO@
155 MINOR_NR = @MINOR_NR@
156 MKDIR_P = @MKDIR_P@
157 NM = @NM@
158 NMEDIT = @NMEDIT@
159 OBJDUMP = @OBJDUMP@
160 OBJEXT = @OBJEXT@
161 OTOOL = @OTOOL@
162 OTOOL64 = @OTOOL64@
163 PACKAGE = @PACKAGE@
164 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165 PACKAGE_NAME = @PACKAGE_NAME@
166 PACKAGE_STRING = @PACKAGE_STRING@
167 PACKAGE_TARNAME = @PACKAGE_TARNAME@
168 PACKAGE_URL = @PACKAGE_URL@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 PKGCONFIG = @PKGCONFIG@
172 RANLIB = @RANLIB@
173 SED = @SED@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 STRIP = @STRIP@
177 VERSION = @VERSION@
178 abs_builddir = @abs_builddir@
179 abs_srcdir = @abs_srcdir@
180 abs_top_builddir = @abs_top_builddir@
181 abs_top_srcdir = @abs_top_srcdir@
182 ac_ct_CC = @ac_ct_CC@
183 ac_ct_CXX = @ac_ct_CXX@
184 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185 am__include = @am__include@
186 am__leading_dot = @am__leading_dot@
187 am__quote = @am__quote@
188 am__tar = @am__tar@
189 am__untar = @am__untar@
190 bindir = @bindir@
191 build = @build@
192 build_alias = @build_alias@
193 build_cpu = @build_cpu@
194 build_os = @build_os@
195 build_vendor = @build_vendor@
196 builddir = @builddir@
197 datadir = @datadir@
198 datarootdir = @datarootdir@
199 docdir = @docdir@
200 dvidir = @dvidir@
201 exec_prefix = @exec_prefix@
202 host = @host@
203 host_alias = @host_alias@
204 host_cpu = @host_cpu@
205 host_os = @host_os@
206 host_vendor = @host_vendor@
207 htmldir = @htmldir@
208 includedir = ${prefix}/include/openjpeg-$(MAJOR).$(MINOR)
209 infodir = @infodir@
210 install_sh = @install_sh@
211 jp3d_dir = @jp3d_dir@
212 jpwl_dir = @jpwl_dir@
213 lcms1includes = @lcms1includes@
214 lcms1libs = @lcms1libs@
215 lcms2includes = @lcms2includes@
216 lcms2libs = @lcms2libs@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 lt_ECHO = @lt_ECHO@
222 mandir = @mandir@
223 mkdir_p = @mkdir_p@
224 oldincludedir = @oldincludedir@
225 pdfdir = @pdfdir@
226 pngincludes = @pngincludes@
227 pnglibs = @pnglibs@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 psdir = @psdir@
231 sbindir = @sbindir@
232 sharedstatedir = @sharedstatedir@
233 srcdir = @srcdir@
234 sysconfdir = @sysconfdir@
235 target = @target@
236 target_alias = @target_alias@
237 target_cpu = @target_cpu@
238 target_os = @target_os@
239 target_vendor = @target_vendor@
240 tiffincludes = @tiffincludes@
241 tifflibs = @tifflibs@
242 top_build_prefix = @top_build_prefix@
243 top_builddir = @top_builddir@
244 top_srcdir = @top_srcdir@
245 with_doxygen = @with_doxygen@
246 MAJOR = @MAJOR_NR@
247 MINOR = @MINOR_NR@
248 BUILD = @BUILD_NR@
249 CURRENT = `expr $(MAJOR) + $(MINOR)`
250 lib_LTLIBRARIES = libopenjpeg.la
251 INCLUDES = -I.. -I. $(am__append_1) $(am__append_2)
252 libopenjpeg_la_LDFLAGS = -no-undefined \
253   -version-info $(CURRENT):$(BUILD):$(MINOR)
254
255 libopenjpeg_la_LIBADD = @LDLIBS@ 
256 SRCS = bio.c cio.c dwt.c event.c image.c j2k.c j2k_lib.c jp2.c jpt.c \
257  mct.c mqc.c openjpeg.c pi.c raw.c t1.c t2.c tcd.c tgt.c opj_convert.c
258
259 INCLS = bio.h cio.h dwt.h event.h fix.h image.h int.h j2k.h j2k_lib.h \
260  jp2.h jpt.h mct.h mqc.h pi.h raw.h t1.h t2.h tcd.h tgt.h opj_malloc.h \
261  opj_convert.h opj_includes.h
262
263 libopenjpeg_la_SOURCES = $(SRCS) $(INCLS)
264 include_HEADERS = openjpeg.h
265
266 # Converts cr/lf to just lf
267 DOS2UNIX = dos2unix
268 COMPILERFLAGS = -Wall -O3 -ffast-math -std=c99
269 headerdir = openjpeg-$(MAJOR).$(MINOR)
270 all: all-am
271
272 .SUFFIXES:
273 .SUFFIXES: .c .lo .o .obj
274 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
275         @for dep in $?; do \
276           case '$(am__configure_deps)' in \
277             *$$dep*) \
278               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279                 && { if test -f $@; then exit 0; else break; fi; }; \
280               exit 1;; \
281           esac; \
282         done; \
283         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libopenjpeg/Makefile'; \
284         $(am__cd) $(top_srcdir) && \
285           $(AUTOMAKE) --foreign libopenjpeg/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288         @case '$?' in \
289           *config.status*) \
290             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291           *) \
292             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294         esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure:  $(am__configure_deps)
300         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
305         @$(NORMAL_INSTALL)
306         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
307         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
308         list2=; for p in $$list; do \
309           if test -f $$p; then \
310             list2="$$list2 $$p"; \
311           else :; fi; \
312         done; \
313         test -z "$$list2" || { \
314           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
315           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
316         }
317
318 uninstall-libLTLIBRARIES:
319         @$(NORMAL_UNINSTALL)
320         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
321         for p in $$list; do \
322           $(am__strip_dir) \
323           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
324           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
325         done
326
327 clean-libLTLIBRARIES:
328         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
329         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
330           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
331           test "$$dir" != "$$p" || dir=.; \
332           echo "rm -f \"$${dir}/so_locations\""; \
333           rm -f "$${dir}/so_locations"; \
334         done
335 libopenjpeg.la: $(libopenjpeg_la_OBJECTS) $(libopenjpeg_la_DEPENDENCIES) 
336         $(libopenjpeg_la_LINK) -rpath $(libdir) $(libopenjpeg_la_OBJECTS) $(libopenjpeg_la_LIBADD) $(LIBS)
337
338 mostlyclean-compile:
339         -rm -f *.$(OBJEXT)
340
341 distclean-compile:
342         -rm -f *.tab.c
343
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bio.Plo@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Plo@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwt.Plo@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/j2k.Plo@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/j2k_lib.Plo@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jp2.Plo@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpt.Plo@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mct.Plo@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqc.Plo@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openjpeg.Plo@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opj_convert.Plo@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pi.Plo@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Plo@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1.Plo@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcd.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tgt.Plo@am__quote@
363
364 .c.o:
365 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
366 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
370
371 .c.obj:
372 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
373 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
377
378 .c.lo:
379 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
380 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
384
385 mostlyclean-libtool:
386         -rm -f *.lo
387
388 clean-libtool:
389         -rm -rf .libs _libs
390 install-includeHEADERS: $(include_HEADERS)
391         @$(NORMAL_INSTALL)
392         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
393         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
394         for p in $$list; do \
395           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396           echo "$$d$$p"; \
397         done | $(am__base_list) | \
398         while read files; do \
399           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
400           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
401         done
402
403 uninstall-includeHEADERS:
404         @$(NORMAL_UNINSTALL)
405         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
406         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
407         test -n "$$files" || exit 0; \
408         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
409         cd "$(DESTDIR)$(includedir)" && rm -f $$files
410
411 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
412         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
413         unique=`for i in $$list; do \
414             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415           done | \
416           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417               END { if (nonempty) { for (i in files) print i; }; }'`; \
418         mkid -fID $$unique
419 tags: TAGS
420
421 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422                 $(TAGS_FILES) $(LISP)
423         set x; \
424         here=`pwd`; \
425         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426         unique=`for i in $$list; do \
427             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428           done | \
429           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430               END { if (nonempty) { for (i in files) print i; }; }'`; \
431         shift; \
432         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433           test -n "$$unique" || unique=$$empty_fix; \
434           if test $$# -gt 0; then \
435             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436               "$$@" $$unique; \
437           else \
438             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439               $$unique; \
440           fi; \
441         fi
442 ctags: CTAGS
443 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444                 $(TAGS_FILES) $(LISP)
445         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
446         unique=`for i in $$list; do \
447             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448           done | \
449           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450               END { if (nonempty) { for (i in files) print i; }; }'`; \
451         test -z "$(CTAGS_ARGS)$$unique" \
452           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453              $$unique
454
455 GTAGS:
456         here=`$(am__cd) $(top_builddir) && pwd` \
457           && $(am__cd) $(top_srcdir) \
458           && gtags -i $(GTAGS_ARGS) "$$here"
459
460 distclean-tags:
461         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462
463 distdir: $(DISTFILES)
464         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466         list='$(DISTFILES)'; \
467           dist_files=`for file in $$list; do echo $$file; done | \
468           sed -e "s|^$$srcdirstrip/||;t" \
469               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470         case $$dist_files in \
471           */*) $(MKDIR_P) `echo "$$dist_files" | \
472                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473                            sort -u` ;; \
474         esac; \
475         for file in $$dist_files; do \
476           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477           if test -d $$d/$$file; then \
478             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479             if test -d "$(distdir)/$$file"; then \
480               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481             fi; \
482             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485             fi; \
486             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487           else \
488             test -f "$(distdir)/$$file" \
489             || cp -p $$d/$$file "$(distdir)/$$file" \
490             || exit 1; \
491           fi; \
492         done
493 check-am: all-am
494 check: check-am
495 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
496 installdirs:
497         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
498           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
499         done
500 install: install-am
501 install-exec: install-exec-am
502 install-data: install-data-am
503 uninstall: uninstall-am
504
505 install-am: all-am
506         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507
508 installcheck: installcheck-am
509 install-strip:
510         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512           `test -z '$(STRIP)' || \
513             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
514 mostlyclean-generic:
515
516 clean-generic:
517
518 distclean-generic:
519         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
521
522 maintainer-clean-generic:
523         @echo "This command is intended for maintainers to use"
524         @echo "it deletes files that may require special tools to rebuild."
525 clean: clean-am
526
527 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
528         mostlyclean-am
529
530 distclean: distclean-am
531         -rm -rf ./$(DEPDIR)
532         -rm -f Makefile
533 distclean-am: clean-am distclean-compile distclean-generic \
534         distclean-tags
535
536 dvi: dvi-am
537
538 dvi-am:
539
540 html: html-am
541
542 html-am:
543
544 info: info-am
545
546 info-am:
547
548 install-data-am: install-includeHEADERS
549         @$(NORMAL_INSTALL)
550         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
551 install-dvi: install-dvi-am
552
553 install-dvi-am:
554
555 install-exec-am: install-libLTLIBRARIES
556
557 install-html: install-html-am
558
559 install-html-am:
560
561 install-info: install-info-am
562
563 install-info-am:
564
565 install-man:
566
567 install-pdf: install-pdf-am
568
569 install-pdf-am:
570
571 install-ps: install-ps-am
572
573 install-ps-am:
574
575 installcheck-am:
576
577 maintainer-clean: maintainer-clean-am
578         -rm -rf ./$(DEPDIR)
579         -rm -f Makefile
580 maintainer-clean-am: distclean-am maintainer-clean-generic
581
582 mostlyclean: mostlyclean-am
583
584 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
585         mostlyclean-libtool
586
587 pdf: pdf-am
588
589 pdf-am:
590
591 ps: ps-am
592
593 ps-am:
594
595 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
596         @$(NORMAL_INSTALL)
597         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
598 .MAKE: install-am install-data-am install-strip uninstall-am
599
600 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
601         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
602         distclean distclean-compile distclean-generic \
603         distclean-libtool distclean-tags distdir dvi dvi-am html \
604         html-am info info-am install install-am install-data \
605         install-data-am install-data-hook install-dvi install-dvi-am \
606         install-exec install-exec-am install-html install-html-am \
607         install-includeHEADERS install-info install-info-am \
608         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
609         install-ps install-ps-am install-strip installcheck \
610         installcheck-am installdirs maintainer-clean \
611         maintainer-clean-generic mostlyclean mostlyclean-compile \
612         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613         tags uninstall uninstall-am uninstall-hook \
614         uninstall-includeHEADERS uninstall-libLTLIBRARIES
615
616
617 dos2unix:
618         @$(DOS2UNIX) $(SRCS) $(INCLS)
619
620 all-local:
621         @$(INSTALL) -d ../bin
622         @cp -P .libs/libopenjpeg.* ../bin/
623         @rm -f ../bin/libopenjpeg.la*
624         @rm -rf .report_lib
625         @$(INSTALL) -d .report_lib
626         @cp -P .libs/libopenjpeg.* .report_lib
627         @rm -f .report_lib/libopenjpeg.lai
628         @echo "" > .report.txt
629         @echo "Installing: ${prefix}/include/${headerdir}/" >> .report.txt
630         @echo "Installing: ${prefix}/include/${headerdir}/openjpeg.h" >> .report.txt
631         @(cd .report_lib; \
632         l=`ls --file-type`; \
633         for f in $$l ; do \
634         echo "Installing: ${prefix}/lib/$$f" >> ../.report.txt ; \
635         done)
636         @rm -rf .report_lib
637
638 install-data-hook:
639         (cd $(DESTDIR)${prefix}/include && rm -f openjpeg.h)
640         (cd $(DESTDIR)${prefix}/include && \
641         $(LN_S) ${headerdir}/openjpeg.h openjpeg.h)
642
643 uninstall-hook:
644         (cd $(DESTDIR)${prefix}/include && rm -rf openjpeg.h ${headerdir})
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: