Subversion Repositories Kolibri OS

Rev

Rev 4758 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4758 right-hear 1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
# Makefile.  Generated from Makefile.in by configure.
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
 
17
 
18
pkgdatadir = $(datadir)/openjpeg-1.4.0
19
pkgincludedir = $(includedir)/openjpeg-1.4.0
20
pkglibdir = $(libdir)/openjpeg-1.4.0
21
pkglibexecdir = $(libexecdir)/openjpeg-1.4.0
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 = x86_64-unknown-linux-gnu
35
host_triplet = x86_64-unknown-linux-gnu
36
target_triplet = x86_64-unknown-linux-gnu
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
4761 right-hear 105
ACLOCAL = ${SHELL} ./missing --run aclocal-1.11
106
AMTAR = ${SHELL} ./missing --run tar
4758 right-hear 107
AR = ar
108
AS = as
4761 right-hear 109
AUTOCONF = ${SHELL} ./missing --run autoconf
110
AUTOHEADER = ${SHELL} ./missing --run autoheader
111
AUTOMAKE = ${SHELL} ./missing --run automake-1.11
4758 right-hear 112
AWK = mawk
113
BUILD_NR = 0
114
CC = gcc
115
CCDEPMODE = depmode=gcc3
116
CFLAGS = -g -O2
117
CPP = gcc -E
118
CPPFLAGS =
119
CXX = g++
120
CXXCPP = g++ -E
121
CXXDEPMODE = depmode=gcc3
122
CXXFLAGS = -g -O2
123
CYGPATH_W = echo
124
DEFS = -DHAVE_CONFIG_H
125
DEPDIR = .deps
126
DLLTOOL = dlltool
127
DSYMUTIL =
128
DUMPBIN =
129
ECHO_C =
130
ECHO_N = -n
131
ECHO_T =
132
EGREP = /bin/grep -E
133
EXEEXT =
134
FGREP = /bin/grep -F
135
GREP = /bin/grep
136
INSTALL = /usr/bin/install -c
137
INSTALL_DATA = ${INSTALL} -m 644
138
INSTALL_PROGRAM = ${INSTALL}
139
INSTALL_SCRIPT = ${INSTALL}
140
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
141
JP3D_BUILD_NR = 0
142
JP3D_MAJOR_NR = 1
143
JP3D_MINOR_NR = 3
144
LD = /usr/bin/ld -m elf_x86_64
145
LDFLAGS =
146
LIBOBJS =
147
LIBPNG_CONFIG = /usr/bin/libpng-config
148
LIBS =  -lm -lz -L/usr/lib/x86_64-linux-gnu -lpng12 -ltiff -ljpeg    -llcms
149
LIBTOOL = $(SHELL) $(top_builddir)/libtool
150
LIPO =
151
LN_S = ln -s
152
LTLIBOBJS =
153
MAJOR_NR = 1
4761 right-hear 154
MAKEINFO = ${SHELL} ./missing --run makeinfo
4758 right-hear 155
MINOR_NR = 4
156
MKDIR_P = /bin/mkdir -p
157
NM = /usr/bin/nm -B
158
NMEDIT =
159
OBJDUMP = objdump
160
OBJEXT = o
161
OTOOL =
162
OTOOL64 =
163
PACKAGE = openjpeg-1.4.0
164
PACKAGE_BUGREPORT = http://code.google.com/p/openjpeg/
165
PACKAGE_NAME = OpenJPEG
166
PACKAGE_STRING = OpenJPEG 1.4.0
167
PACKAGE_TARNAME = openjpeg-1.4.0
168
PACKAGE_URL = http://www.openjpeg.org/
169
PACKAGE_VERSION = 1.4.0
170
PATH_SEPARATOR = :
171
PKGCONFIG = /usr/bin/pkg-config
172
RANLIB = ranlib
173
SED = /bin/sed
174
SET_MAKE =
175
SHELL = /bin/bash
176
STRIP = strip
177
VERSION = 1.4.0
4761 right-hear 178
abs_builddir = $(REPOSITORY)/contrib/menuetlibc/openjpeg
179
abs_srcdir = $(REPOSITORY)/contrib/menuetlibc/openjpeg
180
abs_top_builddir = $(REPOSITORY)/contrib/menuetlibc/openjpeg
181
abs_top_srcdir = $(REPOSITORY)/contrib/menuetlibc/openjpeg
4758 right-hear 182
ac_ct_CC = gcc
183
ac_ct_CXX = g++
184
ac_ct_DUMPBIN =
185
am__include = include
186
am__leading_dot = .
187
am__quote =
188
am__tar = ${AMTAR} chof - "$$tardir"
189
am__untar = ${AMTAR} xf -
190
bindir = ${exec_prefix}/bin
191
build = x86_64-unknown-linux-gnu
192
build_alias =
193
build_cpu = x86_64
194
build_os = linux-gnu
195
build_vendor = unknown
196
builddir = .
197
datadir = ${datarootdir}
198
datarootdir = ${prefix}/share
199
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
200
dvidir = ${docdir}
201
exec_prefix = ${prefix}
202
host = x86_64-unknown-linux-gnu
203
host_alias =
204
host_cpu = x86_64
205
host_os = linux-gnu
206
host_vendor = unknown
207
htmldir = ${docdir}
208
includedir = ${prefix}/include
209
infodir = ${datarootdir}/info
4761 right-hear 210
install_sh = ${SHELL} ./install-sh
4758 right-hear 211
jp3d_dir =
212
jpwl_dir =
213
lcms1includes = -I/usr/include
214
lcms1libs = -llcms
215
lcms2includes =
216
lcms2libs =
217
libdir = ${exec_prefix}/lib
218
libexecdir = ${exec_prefix}/libexec
219
localedir = ${datarootdir}/locale
220
localstatedir = ${prefix}/var
221
mandir = ${datarootdir}/man
222
mkdir_p = /bin/mkdir -p
223
oldincludedir = /usr/include
224
pdfdir = ${docdir}
225
pngincludes = -I/usr/include/libpng12
226
pnglibs = -L/usr/lib/x86_64-linux-gnu -lpng12
227
prefix = /usr/local
228
program_transform_name = s,x,x,
229
psdir = ${docdir}
230
sbindir = ${exec_prefix}/sbin
231
sharedstatedir = ${prefix}/com
232
srcdir = .
233
sysconfdir = ${prefix}/etc
234
target = x86_64-unknown-linux-gnu
235
target_alias =
236
target_cpu = x86_64
237
target_os = linux-gnu
238
target_vendor = unknown
239
tiffincludes =
240
tifflibs = -ltiff
241
top_build_prefix =
242
top_builddir = .
243
top_srcdir = .
244
with_doxygen = no
245
 
246
#OpenJPEG top source directory
247
SUBDIRS = libopenjpeg codec mj2   doc
248
pkgconf_dir = /usr/lib/pkgconfig
249
all: opj_config.h
250
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
251
 
252
.SUFFIXES:
253
am--refresh:
254
	@:
255
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
256
	@for dep in $?; do \
257
	  case '$(am__configure_deps)' in \
258
	    *$$dep*) \
259
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
260
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
261
		&& exit 0; \
262
	      exit 1;; \
263
	  esac; \
264
	done; \
265
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
266
	$(am__cd) $(top_srcdir) && \
267
	  $(AUTOMAKE) --foreign Makefile
268
.PRECIOUS: Makefile
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
	@case '$?' in \
271
	  *config.status*) \
272
	    echo ' $(SHELL) ./config.status'; \
273
	    $(SHELL) ./config.status;; \
274
	  *) \
275
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
276
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
277
	esac;
278
 
279
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280
	$(SHELL) ./config.status --recheck
281
 
282
$(top_srcdir)/configure:  $(am__configure_deps)
283
	$(am__cd) $(srcdir) && $(AUTOCONF)
284
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
285
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
286
$(am__aclocal_m4_deps):
287
 
288
opj_config.h: stamp-h1
289
	@if test ! -f $@; then \
290
	  rm -f stamp-h1; \
291
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
292
	else :; fi
293
 
294
stamp-h1: $(srcdir)/opj_config.h.in $(top_builddir)/config.status
295
	@rm -f stamp-h1
296
	cd $(top_builddir) && $(SHELL) ./config.status opj_config.h
297
$(srcdir)/opj_config.h.in:  $(am__configure_deps)
298
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
299
	rm -f stamp-h1
300
	touch $@
301
 
302
distclean-hdr:
303
	-rm -f opj_config.h stamp-h1
304
libopenjpeg.pc: $(top_builddir)/config.status $(srcdir)/libopenjpeg.pc.in
305
	cd $(top_builddir) && $(SHELL) ./config.status $@
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
	@$(NORMAL_INSTALL)
727
	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
728
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
729
	ctags-recursive install-am install-data-am install-strip \
730
	tags-recursive uninstall-am
731
 
732
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
733
	all all-am am--refresh check check-am clean clean-generic \
734
	clean-libtool clean-local ctags ctags-recursive dist dist-all \
735
	dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
736
	dist-zip distcheck distclean distclean-generic distclean-hdr \
737
	distclean-libtool distclean-local distclean-tags \
738
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
739
	html-am info info-am install install-am install-data \
740
	install-data-am install-data-hook install-dvi install-dvi-am \
741
	install-exec install-exec-am install-html install-html-am \
742
	install-info install-info-am install-man install-pdf \
743
	install-pdf-am install-ps install-ps-am install-strip \
744
	installcheck installcheck-am installdirs installdirs-am \
745
	maintainer-clean maintainer-clean-generic mostlyclean \
746
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
747
	tags tags-recursive uninstall uninstall-am uninstall-hook
748
 
749
 
750
clean-local:
751
	@rm -rf bin
752
	@l='$(SUBDIRS)'; for f in $$l ; do \
753
	rm -f $$f/.report.txt ; \
754
	done
755
 
756
distclean-local: clean-local
757
 
758
install-data-hook:
759
	@echo ""
760
	@l='$(SUBDIRS)'; for f in $$l ; do \
761
	cat $$f/.report.txt ; \
762
	done
763
	@echo ""
764
	@echo "Installing: libopenjpeg1.pc $(pkgconf_dir)"
765
	@echo ""
766
	@$(INSTALL) -d $(pkgconf_dir)
767
	@cp libopenjpeg.pc $(pkgconf_dir)/libopenjpeg1.pc
768
	@(cd $(pkgconf_dir) && $(RM) libopenjpeg.pc && \
769
	$(LN_S) libopenjpeg1.pc libopenjpeg.pc)
770
 
771
uninstall-hook:
772
	@(cd $(pkgconf_dir) && $(RM) libopenjpeg.pc libopenjpeg1.pc)
773
 
774
# Tell versions [3.59,3.63) of GNU make to not export all variables.
775
# Otherwise a system limit (for SysV at least) may be exceeded.
776
.NOEXPORT:
4761 right-hear 777