mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
711 lines
27 KiB
Makefile
711 lines
27 KiB
Makefile
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ..
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
check_PROGRAMS = IlmImfTest$(EXEEXT)
|
|
@BUILD_IMFHUGETEST_TRUE@am__append_1 = testDeepScanLineHuge.cpp testDeepScanLineHuge.h
|
|
@BUILD_IMFHUGETEST_TRUE@am__append_2 = -DENABLE_IMFHUGETEST
|
|
subdir = IlmImfTest
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/compilelinkrun.m4 \
|
|
$(top_srcdir)/m4/path.pkgconfig.m4 $(top_srcdir)/m4/threads.m4 \
|
|
$(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = $(top_builddir)/config/OpenEXRConfig.h
|
|
CONFIG_CLEAN_FILES =
|
|
am__IlmImfTest_SOURCES_DIST = main.cpp tmpDir.h testAttributes.cpp \
|
|
testChannels.cpp testCompression.cpp testCopyPixels.cpp \
|
|
testCustomAttributes.cpp testHuf.cpp testLineOrder.cpp \
|
|
testLut.cpp testRgba.cpp testRgbaThreading.cpp \
|
|
testSampleImages.cpp testSharedFrameBuffer.cpp testWav.cpp \
|
|
testXdr.cpp testAttributes.h testChannels.h testCompression.h \
|
|
testCopyPixels.h testCustomAttributes.h testHuf.h \
|
|
testLineOrder.h testLut.h testRgba.h testRgbaThreading.h \
|
|
testSampleImages.h testWav.h testSharedFrameBuffer.h testXdr.h \
|
|
testConversion.cpp testConversion.h testNativeFormat.cpp \
|
|
testNativeFormat.h testPreviewImage.cpp testPreviewImage.h \
|
|
testMagic.cpp testMagic.h testStandardAttributes.cpp \
|
|
testStandardAttributes.h testExistingStreams.cpp \
|
|
testExistingStreams.h testScanLineApi.cpp testScanLineApi.h \
|
|
testTiledCompression.cpp testTiledCompression.h \
|
|
testTiledCopyPixels.cpp testTiledCopyPixels.h \
|
|
testTiledLineOrder.cpp testTiledLineOrder.h testTiledRgba.cpp \
|
|
testTiledRgba.h compareFloat.h compareFloat.cpp \
|
|
testTiledYa.cpp testTiledYa.h testYca.cpp testYca.h \
|
|
compareB44.h compareB44.cpp testMultiView.cpp testMultiView.h \
|
|
testIsComplete.cpp testIsComplete.h testMultiPartApi.cpp \
|
|
testMultiPartApi.h testMultiPartThreading.cpp \
|
|
testMultiPartThreading.h testMultiScanlinePartThreading.cpp \
|
|
testMultiScanlinePartThreading.h \
|
|
testMultiTiledPartThreading.cpp testMultiTiledPartThreading.h \
|
|
testDeepScanLineBasic.cpp testDeepScanLineBasic.h \
|
|
testDeepTiledBasic.cpp testDeepTiledBasic.h \
|
|
testMultiPartFileMixingBasic.cpp \
|
|
testMultiPartFileMixingBasic.h \
|
|
testMultiPartSharedAttributes.cpp \
|
|
testMultiPartSharedAttributes.h testBackwardCompatibility.cpp \
|
|
testBackwardCompatibility.h testCopyDeepScanLine.cpp \
|
|
testCopyDeepScanLine.h testCopyDeepTiled.h \
|
|
testCopyDeepTiled.cpp testCopyMultiPartFile.h \
|
|
testCopyMultiPartFile.cpp testCompositeDeepScanLine.h \
|
|
testCompositeDeepScanLine.cpp testInputPart.cpp \
|
|
testInputPart.h testDeepScanLineMultipleRead.h \
|
|
testDeepScanLineMultipleRead.cpp testPartHelper.h \
|
|
testPartHelper.cpp testOptimized.cpp testOptimized.h \
|
|
testFutureProofing.cpp testFutureProofing.h \
|
|
testDeepScanLineHuge.cpp testDeepScanLineHuge.h
|
|
@BUILD_IMFHUGETEST_TRUE@am__objects_1 = \
|
|
@BUILD_IMFHUGETEST_TRUE@ testDeepScanLineHuge.$(OBJEXT)
|
|
am_IlmImfTest_OBJECTS = main.$(OBJEXT) testAttributes.$(OBJEXT) \
|
|
testChannels.$(OBJEXT) testCompression.$(OBJEXT) \
|
|
testCopyPixels.$(OBJEXT) testCustomAttributes.$(OBJEXT) \
|
|
testHuf.$(OBJEXT) testLineOrder.$(OBJEXT) testLut.$(OBJEXT) \
|
|
testRgba.$(OBJEXT) testRgbaThreading.$(OBJEXT) \
|
|
testSampleImages.$(OBJEXT) testSharedFrameBuffer.$(OBJEXT) \
|
|
testWav.$(OBJEXT) testXdr.$(OBJEXT) testConversion.$(OBJEXT) \
|
|
testNativeFormat.$(OBJEXT) testPreviewImage.$(OBJEXT) \
|
|
testMagic.$(OBJEXT) testStandardAttributes.$(OBJEXT) \
|
|
testExistingStreams.$(OBJEXT) testScanLineApi.$(OBJEXT) \
|
|
testTiledCompression.$(OBJEXT) testTiledCopyPixels.$(OBJEXT) \
|
|
testTiledLineOrder.$(OBJEXT) testTiledRgba.$(OBJEXT) \
|
|
compareFloat.$(OBJEXT) testTiledYa.$(OBJEXT) testYca.$(OBJEXT) \
|
|
compareB44.$(OBJEXT) testMultiView.$(OBJEXT) \
|
|
testIsComplete.$(OBJEXT) testMultiPartApi.$(OBJEXT) \
|
|
testMultiPartThreading.$(OBJEXT) \
|
|
testMultiScanlinePartThreading.$(OBJEXT) \
|
|
testMultiTiledPartThreading.$(OBJEXT) \
|
|
testDeepScanLineBasic.$(OBJEXT) testDeepTiledBasic.$(OBJEXT) \
|
|
testMultiPartFileMixingBasic.$(OBJEXT) \
|
|
testMultiPartSharedAttributes.$(OBJEXT) \
|
|
testBackwardCompatibility.$(OBJEXT) \
|
|
testCopyDeepScanLine.$(OBJEXT) testCopyDeepTiled.$(OBJEXT) \
|
|
testCopyMultiPartFile.$(OBJEXT) \
|
|
testCompositeDeepScanLine.$(OBJEXT) testInputPart.$(OBJEXT) \
|
|
testDeepScanLineMultipleRead.$(OBJEXT) \
|
|
testPartHelper.$(OBJEXT) testOptimized.$(OBJEXT) \
|
|
testFutureProofing.$(OBJEXT) $(am__objects_1)
|
|
IlmImfTest_OBJECTS = $(am_IlmImfTest_OBJECTS)
|
|
IlmImfTest_LDADD = $(LDADD)
|
|
IlmImfTest_DEPENDENCIES =
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(IlmImfTest_SOURCES)
|
|
DIST_SOURCES = $(am__IlmImfTest_SOURCES_DIST)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
ACLOCAL = @ACLOCAL@
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMTAR = @AMTAR@
|
|
AM_CFLAGS = @AM_CFLAGS@
|
|
AM_CXXFLAGS = @AM_CXXFLAGS@
|
|
AR = @AR@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
BUILD_IMFEXAMPLES_FALSE = @BUILD_IMFEXAMPLES_FALSE@
|
|
BUILD_IMFEXAMPLES_TRUE = @BUILD_IMFEXAMPLES_TRUE@
|
|
BUILD_IMFFUZZTEST_FALSE = @BUILD_IMFFUZZTEST_FALSE@
|
|
BUILD_IMFFUZZTEST_TRUE = @BUILD_IMFFUZZTEST_TRUE@
|
|
BUILD_IMFHUGETEST_FALSE = @BUILD_IMFHUGETEST_FALSE@
|
|
BUILD_IMFHUGETEST_TRUE = @BUILD_IMFHUGETEST_TRUE@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CXX = @CXX@
|
|
CXXCPP = @CXXCPP@
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
ECHO = @ECHO@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
F77 = @F77@
|
|
FFLAGS = @FFLAGS@
|
|
ILMBASE_CXXFLAGS = @ILMBASE_CXXFLAGS@
|
|
ILMBASE_LDFLAGS = @ILMBASE_LDFLAGS@
|
|
ILMBASE_LIBS = @ILMBASE_LIBS@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBTOOL_VERSION = @LIBTOOL_VERSION@
|
|
LIB_SUFFIX = @LIB_SUFFIX@
|
|
LIB_SUFFIX_DASH = @LIB_SUFFIX_DASH@
|
|
LIB_SUFFIX_EXISTS_FALSE = @LIB_SUFFIX_EXISTS_FALSE@
|
|
LIB_SUFFIX_EXISTS_TRUE = @LIB_SUFFIX_EXISTS_TRUE@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAINT = @MAINT@
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
MAKEINFO = @MAKEINFO@
|
|
OBJEXT = @OBJEXT@
|
|
OPENEXR_VERSION = @OPENEXR_VERSION@
|
|
OPENEXR_VERSION_API = @OPENEXR_VERSION_API@
|
|
OPENEXR_VERSION_MAJOR = @OPENEXR_VERSION_MAJOR@
|
|
OPENEXR_VERSION_MINOR = @OPENEXR_VERSION_MINOR@
|
|
OPENEXR_VERSION_PATCH = @OPENEXR_VERSION_PATCH@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
PTHREAD_CC = @PTHREAD_CC@
|
|
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
RANLIB = @RANLIB@
|
|
SED = @SED@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
ac_ct_AR = @ac_ct_AR@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
ac_ct_F77 = @ac_ct_F77@
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
|
acx_pthread_config = @acx_pthread_config@
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
datadir = @datadir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
IlmImfTest_SOURCES = main.cpp tmpDir.h testAttributes.cpp \
|
|
testChannels.cpp testCompression.cpp testCopyPixels.cpp \
|
|
testCustomAttributes.cpp testHuf.cpp testLineOrder.cpp \
|
|
testLut.cpp testRgba.cpp testRgbaThreading.cpp \
|
|
testSampleImages.cpp testSharedFrameBuffer.cpp testWav.cpp \
|
|
testXdr.cpp testAttributes.h testChannels.h testCompression.h \
|
|
testCopyPixels.h testCustomAttributes.h testHuf.h \
|
|
testLineOrder.h testLut.h testRgba.h testRgbaThreading.h \
|
|
testSampleImages.h testWav.h testSharedFrameBuffer.h testXdr.h \
|
|
testConversion.cpp testConversion.h testNativeFormat.cpp \
|
|
testNativeFormat.h testPreviewImage.cpp testPreviewImage.h \
|
|
testMagic.cpp testMagic.h testStandardAttributes.cpp \
|
|
testStandardAttributes.h testExistingStreams.cpp \
|
|
testExistingStreams.h testScanLineApi.cpp testScanLineApi.h \
|
|
testTiledCompression.cpp testTiledCompression.h \
|
|
testTiledCopyPixels.cpp testTiledCopyPixels.h \
|
|
testTiledLineOrder.cpp testTiledLineOrder.h testTiledRgba.cpp \
|
|
testTiledRgba.h compareFloat.h compareFloat.cpp \
|
|
testTiledYa.cpp testTiledYa.h testYca.cpp testYca.h \
|
|
compareB44.h compareB44.cpp testMultiView.cpp testMultiView.h \
|
|
testIsComplete.cpp testIsComplete.h testMultiPartApi.cpp \
|
|
testMultiPartApi.h testMultiPartThreading.cpp \
|
|
testMultiPartThreading.h testMultiScanlinePartThreading.cpp \
|
|
testMultiScanlinePartThreading.h \
|
|
testMultiTiledPartThreading.cpp testMultiTiledPartThreading.h \
|
|
testDeepScanLineBasic.cpp testDeepScanLineBasic.h \
|
|
testDeepTiledBasic.cpp testDeepTiledBasic.h \
|
|
testMultiPartFileMixingBasic.cpp \
|
|
testMultiPartFileMixingBasic.h \
|
|
testMultiPartSharedAttributes.cpp \
|
|
testMultiPartSharedAttributes.h testBackwardCompatibility.cpp \
|
|
testBackwardCompatibility.h testCopyDeepScanLine.cpp \
|
|
testCopyDeepScanLine.h testCopyDeepTiled.h \
|
|
testCopyDeepTiled.cpp testCopyMultiPartFile.h \
|
|
testCopyMultiPartFile.cpp testCompositeDeepScanLine.h \
|
|
testCompositeDeepScanLine.cpp testInputPart.cpp \
|
|
testInputPart.h testDeepScanLineMultipleRead.h \
|
|
testDeepScanLineMultipleRead.cpp testPartHelper.h \
|
|
testPartHelper.cpp testOptimized.cpp testOptimized.h \
|
|
testFutureProofing.cpp testFutureProofing.h $(am__append_1)
|
|
AM_CPPFLAGS = -DILM_IMF_TEST_IMAGEDIR=\"$(srcdir)/\" $(am__append_2)
|
|
INCLUDES = -I$(top_builddir) \
|
|
-I$(top_srcdir)/IlmImf \
|
|
-I$(top_srcdir)/config \
|
|
@ILMBASE_CXXFLAGS@
|
|
|
|
LDADD = -L$(top_builddir)/IlmImf \
|
|
@ILMBASE_LDFLAGS@ @ILMBASE_LIBS@ \
|
|
-lIlmImf -lz
|
|
|
|
TESTS = IlmImfTest
|
|
EXTRA_DIST = comp_none.exr comp_piz.exr comp_rle.exr comp_zip.exr \
|
|
comp_zips.exr lineOrder_decreasing.exr lineOrder_increasing.exr \
|
|
test_native1.exr test_native2.exr invalid.exr \
|
|
tiled.exr comp_b44.exr comp_b44_piz.exr \
|
|
v1.7.test.planar.exr v1.7.test.tiled.exr v1.7.test.1.exr v1.7.test.interleaved.exr \
|
|
invalid_shared_attrs_multipart.exr \
|
|
CMakeLists.txt
|
|
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .cpp .lo .o .obj
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu IlmImfTest/Makefile'; \
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu IlmImfTest/Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
clean-checkPROGRAMS:
|
|
@list='$(check_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
IlmImfTest$(EXEEXT): $(IlmImfTest_OBJECTS) $(IlmImfTest_DEPENDENCIES)
|
|
@rm -f IlmImfTest$(EXEEXT)
|
|
$(CXXLINK) $(IlmImfTest_LDFLAGS) $(IlmImfTest_OBJECTS) $(IlmImfTest_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compareB44.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compareFloat.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testAttributes.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testBackwardCompatibility.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testChannels.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCompositeDeepScanLine.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCompression.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testConversion.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCopyDeepScanLine.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCopyDeepTiled.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCopyMultiPartFile.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCopyPixels.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCustomAttributes.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testDeepScanLineBasic.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testDeepScanLineHuge.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testDeepScanLineMultipleRead.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testDeepTiledBasic.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testExistingStreams.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testFutureProofing.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testHuf.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testInputPart.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testIsComplete.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLineOrder.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLut.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMagic.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiPartApi.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiPartFileMixingBasic.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiPartSharedAttributes.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiPartThreading.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiScanlinePartThreading.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiTiledPartThreading.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMultiView.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testNativeFormat.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testOptimized.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testPartHelper.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testPreviewImage.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRgba.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRgbaThreading.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testSampleImages.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testScanLineApi.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testSharedFrameBuffer.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testStandardAttributes.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTiledCompression.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTiledCopyPixels.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTiledLineOrder.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTiledRgba.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTiledYa.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testWav.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testXdr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testYca.Po@am__quote@
|
|
|
|
.cpp.o:
|
|
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
|
|
|
.cpp.obj:
|
|
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
.cpp.lo:
|
|
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
|
|
distclean-libtool:
|
|
-rm -f libtool
|
|
uninstall-info-am:
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$tags $$unique; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$tags $$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& cd $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
check-TESTS: $(TESTS)
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
srcdir=$(srcdir); export srcdir; \
|
|
list='$(TESTS)'; \
|
|
if test -n "$$list"; then \
|
|
for tst in $$list; do \
|
|
if test -f ./$$tst; then dir=./; \
|
|
elif test -f $$tst; then dir=; \
|
|
else dir="$(srcdir)/"; fi; \
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*" $$tst "*) \
|
|
xpass=`expr $$xpass + 1`; \
|
|
failed=`expr $$failed + 1`; \
|
|
echo "XPASS: $$tst"; \
|
|
;; \
|
|
*) \
|
|
echo "PASS: $$tst"; \
|
|
;; \
|
|
esac; \
|
|
elif test $$? -ne 77; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*" $$tst "*) \
|
|
xfail=`expr $$xfail + 1`; \
|
|
echo "XFAIL: $$tst"; \
|
|
;; \
|
|
*) \
|
|
failed=`expr $$failed + 1`; \
|
|
echo "FAIL: $$tst"; \
|
|
;; \
|
|
esac; \
|
|
else \
|
|
skip=`expr $$skip + 1`; \
|
|
echo "SKIP: $$tst"; \
|
|
fi; \
|
|
done; \
|
|
if test "$$failed" -eq 0; then \
|
|
if test "$$xfail" -eq 0; then \
|
|
banner="All $$all tests passed"; \
|
|
else \
|
|
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
|
|
fi; \
|
|
else \
|
|
if test "$$xpass" -eq 0; then \
|
|
banner="$$failed of $$all tests failed"; \
|
|
else \
|
|
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
|
|
fi; \
|
|
fi; \
|
|
dashes="$$banner"; \
|
|
skipped=""; \
|
|
if test "$$skip" -ne 0; then \
|
|
skipped="($$skip tests were not run)"; \
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$skipped"; \
|
|
fi; \
|
|
report=""; \
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$report"; \
|
|
fi; \
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
echo "$$dashes"; \
|
|
echo "$$banner"; \
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
test -z "$$report" || echo "$$report"; \
|
|
echo "$$dashes"; \
|
|
test "$$failed" -eq 0; \
|
|
else :; fi
|
|
|
|
distdir: $(DISTFILES)
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
case $$file in \
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
esac; \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
dir="/$$dir"; \
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
|
else \
|
|
dir=''; \
|
|
fi; \
|
|
if test -d $$d/$$file; then \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
check: check-am
|
|
all-am: Makefile
|
|
installdirs:
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-libtool distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am:
|
|
|
|
install-exec-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-info-am
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
|
|
clean-checkPROGRAMS clean-generic clean-libtool ctags \
|
|
distclean distclean-compile distclean-generic \
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
html-am info info-am install install-am install-data \
|
|
install-data-am install-exec install-exec-am install-info \
|
|
install-info-am install-man install-strip installcheck \
|
|
installcheck-am installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
tags uninstall uninstall-am uninstall-info-am
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|