Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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_sharedlibs_TRUE@am__append_1 = -DOPJ_EXPORTS
  40. @with_sharedlibs_FALSE@am__append_2 = -DOPJ_STATIC
  41. @with_sharedlibs_FALSE@am__append_3 = -static
  42. subdir = libopenjpeg
  43. DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
  44.         $(srcdir)/Makefile.in
  45. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  46. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  48.         $(ACLOCAL_M4)
  49. mkinstalldirs = $(install_sh) -d
  50. CONFIG_HEADER = $(top_builddir)/opj_config.h
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  54. am__vpath_adj = case $$p in \
  55.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  56.     *) f=$$p;; \
  57.   esac;
  58. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  59. am__install_max = 40
  60. am__nobase_strip_setup = \
  61.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  62. am__nobase_strip = \
  63.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  64. am__nobase_list = $(am__nobase_strip_setup); \
  65.   for p in $$list; do echo "$$p $$p"; done | \
  66.   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  67.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  68.     if (++n[$$2] == $(am__install_max)) \
  69.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  70.     END { for (dir in files) print dir, files[dir] }'
  71. am__base_list = \
  72.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  73.   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  74. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
  75. LTLIBRARIES = $(lib_LTLIBRARIES)
  76. libopenjpeg_la_LIBADD =
  77. am__objects_1 = bio.lo cio.lo dwt.lo event.lo image.lo j2k.lo \
  78.         j2k_lib.lo jp2.lo jpt.lo mct.lo mqc.lo openjpeg.lo pi.lo \
  79.         raw.lo t1.lo t2.lo tcd.lo tgt.lo
  80. am__objects_2 =
  81. am_libopenjpeg_la_OBJECTS = $(am__objects_1) $(am__objects_2)
  82. libopenjpeg_la_OBJECTS = $(am_libopenjpeg_la_OBJECTS)
  83. libopenjpeg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  84.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  85.         $(libopenjpeg_la_LDFLAGS) $(LDFLAGS) -o $@
  86. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  87. depcomp = $(SHELL) $(top_srcdir)/depcomp
  88. am__depfiles_maybe = depfiles
  89. am__mv = mv -f
  90. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  91.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  93.         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  94.         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  95. CCLD = $(CC)
  96. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  97.         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  98.         $(LDFLAGS) -o $@
  99. SOURCES = $(libopenjpeg_la_SOURCES)
  100. DIST_SOURCES = $(libopenjpeg_la_SOURCES)
  101. HEADERS = $(include_HEADERS)
  102. ETAGS = etags
  103. CTAGS = ctags
  104. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  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 = $(COMPILERFLAGS) $(INCLUDES)
  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. 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. mandir = @mandir@
  222. mkdir_p = @mkdir_p@
  223. oldincludedir = @oldincludedir@
  224. pdfdir = @pdfdir@
  225. pngincludes = @pngincludes@
  226. pnglibs = @pnglibs@
  227. prefix = @prefix@
  228. program_transform_name = @program_transform_name@
  229. psdir = @psdir@
  230. sbindir = @sbindir@
  231. sharedstatedir = @sharedstatedir@
  232. srcdir = @srcdir@
  233. sysconfdir = @sysconfdir@
  234. target = @target@
  235. target_alias = @target_alias@
  236. target_cpu = @target_cpu@
  237. target_os = @target_os@
  238. target_vendor = @target_vendor@
  239. tiffincludes = @tiffincludes@
  240. tifflibs = @tifflibs@
  241. top_build_prefix = @top_build_prefix@
  242. top_builddir = @top_builddir@
  243. top_srcdir = @top_srcdir@
  244. with_doxygen = @with_doxygen@
  245. MAJOR = @MAJOR_NR@
  246. MINOR = @MINOR_NR@
  247. BUILD = @BUILD_NR@
  248. CURRENT = `expr $(MAJOR) + $(MINOR)`
  249. lib_LTLIBRARIES = libopenjpeg.la
  250. INCLUDES = -I.. -I.
  251. libopenjpeg_la_LDFLAGS = -no-undefined -version-info \
  252.         $(CURRENT):$(BUILD):$(MINOR) $(am__append_3)
  253. SRCS = bio.c cio.c dwt.c event.c image.c j2k.c j2k_lib.c jp2.c jpt.c \
  254.  mct.c mqc.c openjpeg.c pi.c raw.c t1.c t2.c tcd.c tgt.c
  255.  
  256. INCLS = bio.h cio.h dwt.h event.h fix.h image.h int.h j2k.h j2k_lib.h \
  257.  jp2.h jpt.h mct.h mqc.h pi.h raw.h t1.h t2.h tcd.h tgt.h opj_malloc.h \
  258.  opj_includes.h
  259.  
  260. libopenjpeg_la_SOURCES = $(SRCS) $(INCLS)
  261. include_HEADERS = openjpeg.h
  262.  
  263. # Converts cr/lf to just lf
  264. DOS2UNIX = dos2unix
  265. COMPILERFLAGS = -Wall -O3 -ffast-math -std=c99 $(am__append_1) \
  266.         $(am__append_2)
  267. headerdir = openjpeg-$(MAJOR).$(MINOR)
  268. all: all-am
  269.  
  270. .SUFFIXES:
  271. .SUFFIXES: .c .lo .o .obj
  272. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  273.         @for dep in $?; do \
  274.           case '$(am__configure_deps)' in \
  275.             *$$dep*) \
  276.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  277.                 && { if test -f $@; then exit 0; else break; fi; }; \
  278.               exit 1;; \
  279.           esac; \
  280.         done; \
  281.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libopenjpeg/Makefile'; \
  282.         $(am__cd) $(top_srcdir) && \
  283.           $(AUTOMAKE) --foreign libopenjpeg/Makefile
  284. .PRECIOUS: Makefile
  285. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  286.         @case '$?' in \
  287.           *config.status*) \
  288.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  289.           *) \
  290.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  291.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  292.         esac;
  293.  
  294. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  295.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296.  
  297. $(top_srcdir)/configure:  $(am__configure_deps)
  298.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  299. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  300.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  301. $(am__aclocal_m4_deps):
  302. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  303.         @$(NORMAL_INSTALL)
  304.         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  305.         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  306.         list2=; for p in $$list; do \
  307.           if test -f $$p; then \
  308.             list2="$$list2 $$p"; \
  309.           else :; fi; \
  310.         done; \
  311.         test -z "$$list2" || { \
  312.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  313.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  314.         }
  315.  
  316. uninstall-libLTLIBRARIES:
  317.         @$(NORMAL_UNINSTALL)
  318.         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  319.         for p in $$list; do \
  320.           $(am__strip_dir) \
  321.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  322.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  323.         done
  324.  
  325. clean-libLTLIBRARIES:
  326.         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  327.         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  328.           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  329.           test "$$dir" != "$$p" || dir=.; \
  330.           echo "rm -f \"$${dir}/so_locations\""; \
  331.           rm -f "$${dir}/so_locations"; \
  332.         done
  333. libopenjpeg.la: $(libopenjpeg_la_OBJECTS) $(libopenjpeg_la_DEPENDENCIES)
  334.         $(libopenjpeg_la_LINK) -rpath $(libdir) $(libopenjpeg_la_OBJECTS) $(libopenjpeg_la_LIBADD) $(LIBS)
  335.  
  336. mostlyclean-compile:
  337.         -rm -f *.$(OBJEXT)
  338.  
  339. distclean-compile:
  340.         -rm -f *.tab.c
  341.  
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bio.Plo@am__quote@
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Plo@am__quote@
  344. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwt.Plo@am__quote@
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/j2k.Plo@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/j2k_lib.Plo@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jp2.Plo@am__quote@
  350. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpt.Plo@am__quote@
  351. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mct.Plo@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqc.Plo@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openjpeg.Plo@am__quote@
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pi.Plo@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Plo@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t1.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t2.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcd.Plo@am__quote@
  359. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tgt.Plo@am__quote@
  360.  
  361. .c.o:
  362. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  363. @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  364. @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  365. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  366. @am__fastdepCC_FALSE@   $(COMPILE) -c $<
  367.  
  368. .c.obj:
  369. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  370. @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  371. @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  372. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  373. @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  374.  
  375. .c.lo:
  376. @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  377. @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  378. @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  379. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  380. @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
  381.  
  382. mostlyclean-libtool:
  383.         -rm -f *.lo
  384.  
  385. clean-libtool:
  386.         -rm -rf .libs _libs
  387. install-includeHEADERS: $(include_HEADERS)
  388.         @$(NORMAL_INSTALL)
  389.         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  390.         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  391.         for p in $$list; do \
  392.           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  393.           echo "$$d$$p"; \
  394.         done | $(am__base_list) | \
  395.         while read files; do \
  396.           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  397.           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  398.         done
  399.  
  400. uninstall-includeHEADERS:
  401.         @$(NORMAL_UNINSTALL)
  402.         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  403.         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  404.         test -n "$$files" || exit 0; \
  405.         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  406.         cd "$(DESTDIR)$(includedir)" && rm -f $$files
  407.  
  408. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  409.         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  410.         unique=`for i in $$list; do \
  411.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  412.           done | \
  413.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  414.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  415.         mkid -fID $$unique
  416. tags: TAGS
  417.  
  418. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  419.                 $(TAGS_FILES) $(LISP)
  420.         set x; \
  421.         here=`pwd`; \
  422.         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  423.         unique=`for i in $$list; do \
  424.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  425.           done | \
  426.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  427.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  428.         shift; \
  429.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  430.           test -n "$$unique" || unique=$$empty_fix; \
  431.           if test $$# -gt 0; then \
  432.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  433.               "$$@" $$unique; \
  434.           else \
  435.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  436.               $$unique; \
  437.           fi; \
  438.         fi
  439. ctags: CTAGS
  440. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  441.                 $(TAGS_FILES) $(LISP)
  442.         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  443.         unique=`for i in $$list; do \
  444.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  445.           done | \
  446.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  447.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  448.         test -z "$(CTAGS_ARGS)$$unique" \
  449.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  450.              $$unique
  451.  
  452. GTAGS:
  453.         here=`$(am__cd) $(top_builddir) && pwd` \
  454.           && $(am__cd) $(top_srcdir) \
  455.           && gtags -i $(GTAGS_ARGS) "$$here"
  456.  
  457. distclean-tags:
  458.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  459.  
  460. distdir: $(DISTFILES)
  461.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  462.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  463.         list='$(DISTFILES)'; \
  464.           dist_files=`for file in $$list; do echo $$file; done | \
  465.           sed -e "s|^$$srcdirstrip/||;t" \
  466.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  467.         case $$dist_files in \
  468.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  469.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  470.                            sort -u` ;; \
  471.         esac; \
  472.         for file in $$dist_files; do \
  473.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  474.           if test -d $$d/$$file; then \
  475.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  476.             if test -d "$(distdir)/$$file"; then \
  477.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  478.             fi; \
  479.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  480.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  481.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  482.             fi; \
  483.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  484.           else \
  485.             test -f "$(distdir)/$$file" \
  486.             || cp -p $$d/$$file "$(distdir)/$$file" \
  487.             || exit 1; \
  488.           fi; \
  489.         done
  490. check-am: all-am
  491. check: check-am
  492. all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
  493. installdirs:
  494.         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  495.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  496.         done
  497. install: install-am
  498. install-exec: install-exec-am
  499. install-data: install-data-am
  500. uninstall: uninstall-am
  501.  
  502. install-am: all-am
  503.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  504.  
  505. installcheck: installcheck-am
  506. install-strip:
  507.         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  508.           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  509.           `test -z '$(STRIP)' || \
  510.             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  511. mostlyclean-generic:
  512.  
  513. clean-generic:
  514.  
  515. distclean-generic:
  516.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  517.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  518.  
  519. maintainer-clean-generic:
  520.         @echo "This command is intended for maintainers to use"
  521.         @echo "it deletes files that may require special tools to rebuild."
  522. clean: clean-am
  523.  
  524. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  525.         mostlyclean-am
  526.  
  527. distclean: distclean-am
  528.         -rm -rf ./$(DEPDIR)
  529.         -rm -f Makefile
  530. distclean-am: clean-am distclean-compile distclean-generic \
  531.         distclean-tags
  532.  
  533. dvi: dvi-am
  534.  
  535. dvi-am:
  536.  
  537. html: html-am
  538.  
  539. html-am:
  540.  
  541. info: info-am
  542.  
  543. info-am:
  544.  
  545. install-data-am: install-includeHEADERS
  546.         @$(NORMAL_INSTALL)
  547.         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  548. install-dvi: install-dvi-am
  549.  
  550. install-dvi-am:
  551.  
  552. install-exec-am: install-libLTLIBRARIES
  553.  
  554. install-html: install-html-am
  555.  
  556. install-html-am:
  557.  
  558. install-info: install-info-am
  559.  
  560. install-info-am:
  561.  
  562. install-man:
  563.  
  564. install-pdf: install-pdf-am
  565.  
  566. install-pdf-am:
  567.  
  568. install-ps: install-ps-am
  569.  
  570. install-ps-am:
  571.  
  572. installcheck-am:
  573.  
  574. maintainer-clean: maintainer-clean-am
  575.         -rm -rf ./$(DEPDIR)
  576.         -rm -f Makefile
  577. maintainer-clean-am: distclean-am maintainer-clean-generic
  578.  
  579. mostlyclean: mostlyclean-am
  580.  
  581. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  582.         mostlyclean-libtool
  583.  
  584. pdf: pdf-am
  585.  
  586. pdf-am:
  587.  
  588. ps: ps-am
  589.  
  590. ps-am:
  591.  
  592. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
  593.         @$(NORMAL_INSTALL)
  594.         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  595. .MAKE: install-am install-data-am install-strip uninstall-am
  596.  
  597. .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
  598.         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
  599.         distclean distclean-compile distclean-generic \
  600.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  601.         html-am info info-am install install-am install-data \
  602.         install-data-am install-data-hook install-dvi install-dvi-am \
  603.         install-exec install-exec-am install-html install-html-am \
  604.         install-includeHEADERS install-info install-info-am \
  605.         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  606.         install-ps install-ps-am install-strip installcheck \
  607.         installcheck-am installdirs maintainer-clean \
  608.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  609.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  610.         tags uninstall uninstall-am uninstall-hook \
  611.         uninstall-includeHEADERS uninstall-libLTLIBRARIES
  612.  
  613.  
  614. dos2unix:
  615.         @$(DOS2UNIX) $(SRCS) $(INCLS)
  616.  
  617. all-local:
  618.         @$(INSTALL) -d ../bin
  619.         @cp -P .libs/libopenjpeg.* ../bin/
  620.         @rm -f ../bin/libopenjpeg.la*
  621.         @rm -rf .report_lib
  622.         @$(INSTALL) -d .report_lib
  623.         @cp -P .libs/libopenjpeg.* .report_lib
  624.         @rm -f .report_lib/libopenjpeg.lai
  625.         @echo "" > .report.txt
  626.         @echo "Installing: ${prefix}/include/${headerdir}/" >> .report.txt
  627.         @echo "Installing: ${prefix}/include/${headerdir}/openjpeg.h" >> .report.txt
  628.         @(cd .report_lib; \
  629.         l=`ls --file-type`; \
  630.         for f in $$l ; do \
  631.         echo "Installing: ${prefix}/lib/$$f" >> ../.report.txt ; \
  632.         done)
  633.         @rm -rf .report_lib
  634.  
  635. install-data-hook:
  636.         (cd $(DESTDIR)${prefix}/include && rm -f openjpeg.h)
  637.         (cd $(DESTDIR)${prefix}/include && \
  638.         $(LN_S) ${headerdir}/openjpeg.h openjpeg.h)
  639.  
  640. uninstall-hook:
  641.         (cd $(DESTDIR)${prefix}/include && rm -rf openjpeg.h ${headerdir})
  642.  
  643. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  644. # Otherwise a system limit (for SysV at least) may be exceeded.
  645. .NOEXPORT:
  646.