~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/OpenEXR/Imath/Makefile.in

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
 
18
 
SOURCES = $(libImath_la_SOURCES)
19
 
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
 
VPATH = @srcdir@
23
 
pkgdatadir = $(datadir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ..
27
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
 
install_sh_DATA = $(install_sh) -c -m 644
30
 
install_sh_PROGRAM = $(install_sh) -c
31
 
install_sh_SCRIPT = $(install_sh) -c
32
 
INSTALL_HEADER = $(INSTALL_DATA)
33
 
transform = $(program_transform_name)
34
 
NORMAL_INSTALL = :
35
 
PRE_INSTALL = :
36
 
POST_INSTALL = :
37
 
NORMAL_UNINSTALL = :
38
 
PRE_UNINSTALL = :
39
 
POST_UNINSTALL = :
40
 
build_triplet = @build@
41
 
host_triplet = @host@
42
 
subdir = Imath
43
 
DIST_COMMON = $(libImathinclude_HEADERS) $(srcdir)/Makefile.am \
44
 
        $(srcdir)/Makefile.in
45
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/m4/threads.m4 \
47
 
        $(top_srcdir)/configure.ac
48
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
 
        $(ACLOCAL_M4)
50
 
mkinstalldirs = $(install_sh) -d
51
 
CONFIG_HEADER = $(top_builddir)/config/IlmBaseConfig.h
52
 
CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
59
 
am__installdirs = "$(DESTDIR)$(libdir)" \
60
 
        "$(DESTDIR)$(libImathincludedir)"
61
 
libLTLIBRARIES_INSTALL = $(INSTALL)
62
 
LTLIBRARIES = $(lib_LTLIBRARIES)
63
 
libImath_la_DEPENDENCIES = ../Iex/libIex.la
64
 
am_libImath_la_OBJECTS = ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo \
65
 
        ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo
66
 
libImath_la_OBJECTS = $(am_libImath_la_OBJECTS)
67
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
68
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
 
am__depfiles_maybe = depfiles
70
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
75
 
CXXLD = $(CXX)
76
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
77
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
81
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82
 
        $(AM_CFLAGS) $(CFLAGS)
83
 
CCLD = $(CC)
84
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
86
 
SOURCES = $(libImath_la_SOURCES)
87
 
DIST_SOURCES = $(libImath_la_SOURCES)
88
 
libImathincludeHEADERS_INSTALL = $(INSTALL_HEADER)
89
 
HEADERS = $(libImathinclude_HEADERS)
90
 
ETAGS = etags
91
 
CTAGS = ctags
92
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93
 
ACLOCAL = @ACLOCAL@
94
 
AMDEP_FALSE = @AMDEP_FALSE@
95
 
AMDEP_TRUE = @AMDEP_TRUE@
96
 
AMTAR = @AMTAR@
97
 
AM_CFLAGS = @AM_CFLAGS@
98
 
AM_CXXFLAGS = @AM_CXXFLAGS@
99
 
AR = @AR@
100
 
AUTOCONF = @AUTOCONF@
101
 
AUTOHEADER = @AUTOHEADER@
102
 
AUTOMAKE = @AUTOMAKE@
103
 
AWK = @AWK@
104
 
CC = @CC@
105
 
CCDEPMODE = @CCDEPMODE@
106
 
CFLAGS = @CFLAGS@
107
 
CPP = @CPP@
108
 
CPPFLAGS = @CPPFLAGS@
109
 
CXX = @CXX@
110
 
CXXCPP = @CXXCPP@
111
 
CXXDEPMODE = @CXXDEPMODE@
112
 
CXXFLAGS = @CXXFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DEFS = @DEFS@
115
 
DEPDIR = @DEPDIR@
116
 
ECHO = @ECHO@
117
 
ECHO_C = @ECHO_C@
118
 
ECHO_N = @ECHO_N@
119
 
ECHO_T = @ECHO_T@
120
 
EGREP = @EGREP@
121
 
EXEEXT = @EXEEXT@
122
 
F77 = @F77@
123
 
FFLAGS = @FFLAGS@
124
 
ILMBASE_VERSION = @ILMBASE_VERSION@
125
 
INSTALL_DATA = @INSTALL_DATA@
126
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129
 
LDFLAGS = @LDFLAGS@
130
 
LIBOBJS = @LIBOBJS@
131
 
LIBS = @LIBS@
132
 
LIBTOOL = @LIBTOOL@
133
 
LIBTOOL_VERSION = @LIBTOOL_VERSION@
134
 
LN_S = @LN_S@
135
 
LTLIBOBJS = @LTLIBOBJS@
136
 
MAINT = @MAINT@
137
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
138
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
139
 
MAKEINFO = @MAKEINFO@
140
 
OBJEXT = @OBJEXT@
141
 
PACKAGE = @PACKAGE@
142
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143
 
PACKAGE_NAME = @PACKAGE_NAME@
144
 
PACKAGE_STRING = @PACKAGE_STRING@
145
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
146
 
PACKAGE_VERSION = @PACKAGE_VERSION@
147
 
PATH_SEPARATOR = @PATH_SEPARATOR@
148
 
PTHREAD_CC = @PTHREAD_CC@
149
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
150
 
PTHREAD_LIBS = @PTHREAD_LIBS@
151
 
RANLIB = @RANLIB@
152
 
SET_MAKE = @SET_MAKE@
153
 
SHELL = @SHELL@
154
 
STRIP = @STRIP@
155
 
VERSION = @VERSION@
156
 
ac_ct_AR = @ac_ct_AR@
157
 
ac_ct_CC = @ac_ct_CC@
158
 
ac_ct_CXX = @ac_ct_CXX@
159
 
ac_ct_F77 = @ac_ct_F77@
160
 
ac_ct_RANLIB = @ac_ct_RANLIB@
161
 
ac_ct_STRIP = @ac_ct_STRIP@
162
 
acx_pthread_config = @acx_pthread_config@
163
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
166
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
167
 
am__include = @am__include@
168
 
am__leading_dot = @am__leading_dot@
169
 
am__quote = @am__quote@
170
 
am__tar = @am__tar@
171
 
am__untar = @am__untar@
172
 
bindir = @bindir@
173
 
build = @build@
174
 
build_alias = @build_alias@
175
 
build_cpu = @build_cpu@
176
 
build_os = @build_os@
177
 
build_vendor = @build_vendor@
178
 
datadir = @datadir@
179
 
exec_prefix = @exec_prefix@
180
 
host = @host@
181
 
host_alias = @host_alias@
182
 
host_cpu = @host_cpu@
183
 
host_os = @host_os@
184
 
host_vendor = @host_vendor@
185
 
includedir = @includedir@
186
 
infodir = @infodir@
187
 
install_sh = @install_sh@
188
 
libdir = @libdir@
189
 
libexecdir = @libexecdir@
190
 
localstatedir = @localstatedir@
191
 
mandir = @mandir@
192
 
mkdir_p = @mkdir_p@
193
 
oldincludedir = @oldincludedir@
194
 
prefix = @prefix@
195
 
program_transform_name = @program_transform_name@
196
 
sbindir = @sbindir@
197
 
sharedstatedir = @sharedstatedir@
198
 
sysconfdir = @sysconfdir@
199
 
target_alias = @target_alias@
200
 
lib_LTLIBRARIES = libImath.la
201
 
libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
202
 
                      ImathColorAlgo.cpp ImathFun.cpp \
203
 
                      ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
204
 
                      ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
205
 
                      ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
206
 
                      ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
207
 
                      ImathSphere.h ImathVecAlgo.h ImathQuat.h \
208
 
                      ImathFrustum.h ImathMath.h ImathGL.h \
209
 
                      ImathColor.h ImathRandom.h ImathRoots.h \
210
 
                      ImathHalfLimits.h ImathInterval.h ImathGLU.h \
211
 
                      ImathFrame.h ImathPlatform.h \
212
 
                      ImathBox.cpp ImathRandom.cpp ImathInt64.h
213
 
 
214
 
libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
215
 
libImath_la_LIBADD = ../Iex/libIex.la
216
 
libImathincludedir = $(includedir)/OpenEXR
217
 
libImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
218
 
                          ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
219
 
                          ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
220
 
                          ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
221
 
                          ImathSphere.h ImathVecAlgo.h ImathQuat.h \
222
 
                          ImathFrustum.h ImathMath.h ImathGL.h \
223
 
                          ImathColor.h ImathRandom.h ImathRoots.h \
224
 
                          ImathHalfLimits.h ImathInterval.h ImathGLU.h \
225
 
                          ImathFrame.h ImathPlatform.h ImathInt64.h
226
 
 
227
 
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \
228
 
           -I$(top_srcdir)/config
229
 
 
230
 
all: all-am
231
 
 
232
 
.SUFFIXES:
233
 
.SUFFIXES: .cpp .lo .o .obj
234
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
235
 
        @for dep in $?; do \
236
 
          case '$(am__configure_deps)' in \
237
 
            *$$dep*) \
238
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
239
 
                && exit 0; \
240
 
              exit 1;; \
241
 
          esac; \
242
 
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Imath/Makefile'; \
244
 
        cd $(top_srcdir) && \
245
 
          $(AUTOMAKE) --gnu  Imath/Makefile
246
 
.PRECIOUS: Makefile
247
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
 
        @case '$?' in \
249
 
          *config.status*) \
250
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251
 
          *) \
252
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254
 
        esac;
255
 
 
256
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
 
 
259
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
264
 
        @$(NORMAL_INSTALL)
265
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
266
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
267
 
          if test -f $$p; then \
268
 
            f=$(am__strip_dir) \
269
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
270
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
271
 
          else :; fi; \
272
 
        done
273
 
 
274
 
uninstall-libLTLIBRARIES:
275
 
        @$(NORMAL_UNINSTALL)
276
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
277
 
          p=$(am__strip_dir) \
278
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
279
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
280
 
        done
281
 
 
282
 
clean-libLTLIBRARIES:
283
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
284
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
285
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
286
 
          test "$$dir" != "$$p" || dir=.; \
287
 
          echo "rm -f \"$${dir}/so_locations\""; \
288
 
          rm -f "$${dir}/so_locations"; \
289
 
        done
290
 
libImath.la: $(libImath_la_OBJECTS) $(libImath_la_DEPENDENCIES) 
291
 
        $(CXXLINK) -rpath $(libdir) $(libImath_la_LDFLAGS) $(libImath_la_OBJECTS) $(libImath_la_LIBADD) $(LIBS)
292
 
 
293
 
mostlyclean-compile:
294
 
        -rm -f *.$(OBJEXT)
295
 
 
296
 
distclean-compile:
297
 
        -rm -f *.tab.c
298
 
 
299
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathBox.Plo@am__quote@
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathColorAlgo.Plo@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathFun.Plo@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathMatrixAlgo.Plo@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathRandom.Plo@am__quote@
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathShear.Plo@am__quote@
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathVec.Plo@am__quote@
306
 
 
307
 
.cpp.o:
308
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
309
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
310
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
313
 
 
314
 
.cpp.obj:
315
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
316
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
317
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
320
 
 
321
 
.cpp.lo:
322
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
323
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
324
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
327
 
 
328
 
mostlyclean-libtool:
329
 
        -rm -f *.lo
330
 
 
331
 
clean-libtool:
332
 
        -rm -rf .libs _libs
333
 
 
334
 
distclean-libtool:
335
 
        -rm -f libtool
336
 
uninstall-info-am:
337
 
install-libImathincludeHEADERS: $(libImathinclude_HEADERS)
338
 
        @$(NORMAL_INSTALL)
339
 
        test -z "$(libImathincludedir)" || $(mkdir_p) "$(DESTDIR)$(libImathincludedir)"
340
 
        @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
341
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
342
 
          f=$(am__strip_dir) \
343
 
          echo " $(libImathincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libImathincludedir)/$$f'"; \
344
 
          $(libImathincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libImathincludedir)/$$f"; \
345
 
        done
346
 
 
347
 
uninstall-libImathincludeHEADERS:
348
 
        @$(NORMAL_UNINSTALL)
349
 
        @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
350
 
          f=$(am__strip_dir) \
351
 
          echo " rm -f '$(DESTDIR)$(libImathincludedir)/$$f'"; \
352
 
          rm -f "$(DESTDIR)$(libImathincludedir)/$$f"; \
353
 
        done
354
 
 
355
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357
 
        unique=`for i in $$list; do \
358
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
 
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
362
 
        mkid -fID $$unique
363
 
tags: TAGS
364
 
 
365
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366
 
                $(TAGS_FILES) $(LISP)
367
 
        tags=; \
368
 
        here=`pwd`; \
369
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370
 
        unique=`for i in $$list; do \
371
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
 
          done | \
373
 
          $(AWK) '    { files[$$0] = 1; } \
374
 
               END { for (i in files) print i; }'`; \
375
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
376
 
          test -n "$$unique" || unique=$$empty_fix; \
377
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378
 
            $$tags $$unique; \
379
 
        fi
380
 
ctags: CTAGS
381
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382
 
                $(TAGS_FILES) $(LISP)
383
 
        tags=; \
384
 
        here=`pwd`; \
385
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386
 
        unique=`for i in $$list; do \
387
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388
 
          done | \
389
 
          $(AWK) '    { files[$$0] = 1; } \
390
 
               END { for (i in files) print i; }'`; \
391
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
392
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
393
 
             $$tags $$unique
394
 
 
395
 
GTAGS:
396
 
        here=`$(am__cd) $(top_builddir) && pwd` \
397
 
          && cd $(top_srcdir) \
398
 
          && gtags -i $(GTAGS_ARGS) $$here
399
 
 
400
 
distclean-tags:
401
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402
 
 
403
 
distdir: $(DISTFILES)
404
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
405
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
406
 
        list='$(DISTFILES)'; for file in $$list; do \
407
 
          case $$file in \
408
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
409
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
410
 
          esac; \
411
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
413
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
414
 
            dir="/$$dir"; \
415
 
            $(mkdir_p) "$(distdir)$$dir"; \
416
 
          else \
417
 
            dir=''; \
418
 
          fi; \
419
 
          if test -d $$d/$$file; then \
420
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
422
 
            fi; \
423
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
424
 
          else \
425
 
            test -f $(distdir)/$$file \
426
 
            || cp -p $$d/$$file $(distdir)/$$file \
427
 
            || exit 1; \
428
 
          fi; \
429
 
        done
430
 
check-am: all-am
431
 
check: check-am
432
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
433
 
installdirs:
434
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libImathincludedir)"; do \
435
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
436
 
        done
437
 
install: install-am
438
 
install-exec: install-exec-am
439
 
install-data: install-data-am
440
 
uninstall: uninstall-am
441
 
 
442
 
install-am: all-am
443
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
 
 
445
 
installcheck: installcheck-am
446
 
install-strip:
447
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449
 
          `test -z '$(STRIP)' || \
450
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
451
 
mostlyclean-generic:
452
 
 
453
 
clean-generic:
454
 
 
455
 
distclean-generic:
456
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
457
 
 
458
 
maintainer-clean-generic:
459
 
        @echo "This command is intended for maintainers to use"
460
 
        @echo "it deletes files that may require special tools to rebuild."
461
 
clean: clean-am
462
 
 
463
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
464
 
        mostlyclean-am
465
 
 
466
 
distclean: distclean-am
467
 
        -rm -rf ./$(DEPDIR)
468
 
        -rm -f Makefile
469
 
distclean-am: clean-am distclean-compile distclean-generic \
470
 
        distclean-libtool distclean-tags
471
 
 
472
 
dvi: dvi-am
473
 
 
474
 
dvi-am:
475
 
 
476
 
html: html-am
477
 
 
478
 
info: info-am
479
 
 
480
 
info-am:
481
 
 
482
 
install-data-am: install-libImathincludeHEADERS
483
 
 
484
 
install-exec-am: install-libLTLIBRARIES
485
 
 
486
 
install-info: install-info-am
487
 
 
488
 
install-man:
489
 
 
490
 
installcheck-am:
491
 
 
492
 
maintainer-clean: maintainer-clean-am
493
 
        -rm -rf ./$(DEPDIR)
494
 
        -rm -f Makefile
495
 
maintainer-clean-am: distclean-am maintainer-clean-generic
496
 
 
497
 
mostlyclean: mostlyclean-am
498
 
 
499
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
500
 
        mostlyclean-libtool
501
 
 
502
 
pdf: pdf-am
503
 
 
504
 
pdf-am:
505
 
 
506
 
ps: ps-am
507
 
 
508
 
ps-am:
509
 
 
510
 
uninstall-am: uninstall-info-am uninstall-libImathincludeHEADERS \
511
 
        uninstall-libLTLIBRARIES
512
 
 
513
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
515
 
        distclean-compile distclean-generic distclean-libtool \
516
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
517
 
        install install-am install-data install-data-am install-exec \
518
 
        install-exec-am install-info install-info-am \
519
 
        install-libImathincludeHEADERS install-libLTLIBRARIES \
520
 
        install-man install-strip installcheck installcheck-am \
521
 
        installdirs maintainer-clean maintainer-clean-generic \
522
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
523
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
524
 
        uninstall-am uninstall-info-am \
525
 
        uninstall-libImathincludeHEADERS uninstall-libLTLIBRARIES
526
 
 
527
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
528
 
# Otherwise a system limit (for SysV at least) may be exceeded.
529
 
.NOEXPORT:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
SOURCES = $(libImath_la_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
subdir = Imath
 
43
DIST_COMMON = $(libImathinclude_HEADERS) $(srcdir)/Makefile.am \
 
44
        $(srcdir)/Makefile.in
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/m4/threads.m4 \
 
47
        $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config/IlmBaseConfig.h
 
52
CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__installdirs = "$(DESTDIR)$(libdir)" \
 
60
        "$(DESTDIR)$(libImathincludedir)"
 
61
libLTLIBRARIES_INSTALL = $(INSTALL)
 
62
LTLIBRARIES = $(lib_LTLIBRARIES)
 
63
libImath_la_DEPENDENCIES = ../Iex/libIex.la
 
64
am_libImath_la_OBJECTS = ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo \
 
65
        ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo
 
66
libImath_la_OBJECTS = $(am_libImath_la_OBJECTS)
 
67
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
 
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
69
am__depfiles_maybe = depfiles
 
70
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
72
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
73
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
74
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
75
CXXLD = $(CXX)
 
76
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
77
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
80
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
81
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
82
        $(AM_CFLAGS) $(CFLAGS)
 
83
CCLD = $(CC)
 
84
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
SOURCES = $(libImath_la_SOURCES)
 
87
DIST_SOURCES = $(libImath_la_SOURCES)
 
88
libImathincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
89
HEADERS = $(libImathinclude_HEADERS)
 
90
ETAGS = etags
 
91
CTAGS = ctags
 
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
ACLOCAL = @ACLOCAL@
 
94
AMDEP_FALSE = @AMDEP_FALSE@
 
95
AMDEP_TRUE = @AMDEP_TRUE@
 
96
AMTAR = @AMTAR@
 
97
AM_CFLAGS = @AM_CFLAGS@
 
98
AM_CXXFLAGS = @AM_CXXFLAGS@
 
99
AR = @AR@
 
100
AUTOCONF = @AUTOCONF@
 
101
AUTOHEADER = @AUTOHEADER@
 
102
AUTOMAKE = @AUTOMAKE@
 
103
AWK = @AWK@
 
104
CC = @CC@
 
105
CCDEPMODE = @CCDEPMODE@
 
106
CFLAGS = @CFLAGS@
 
107
CPP = @CPP@
 
108
CPPFLAGS = @CPPFLAGS@
 
109
CXX = @CXX@
 
110
CXXCPP = @CXXCPP@
 
111
CXXDEPMODE = @CXXDEPMODE@
 
112
CXXFLAGS = @CXXFLAGS@
 
113
CYGPATH_W = @CYGPATH_W@
 
114
DEFS = @DEFS@
 
115
DEPDIR = @DEPDIR@
 
116
ECHO = @ECHO@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EGREP = @EGREP@
 
121
EXEEXT = @EXEEXT@
 
122
F77 = @F77@
 
123
FFLAGS = @FFLAGS@
 
124
ILMBASE_VERSION = @ILMBASE_VERSION@
 
125
INSTALL_DATA = @INSTALL_DATA@
 
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBS = @LIBS@
 
132
LIBTOOL = @LIBTOOL@
 
133
LIBTOOL_VERSION = @LIBTOOL_VERSION@
 
134
LN_S = @LN_S@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAINT = @MAINT@
 
137
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
138
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
139
MAKEINFO = @MAKEINFO@
 
140
OBJEXT = @OBJEXT@
 
141
PACKAGE = @PACKAGE@
 
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
143
PACKAGE_NAME = @PACKAGE_NAME@
 
144
PACKAGE_STRING = @PACKAGE_STRING@
 
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_VERSION = @PACKAGE_VERSION@
 
147
PATH_SEPARATOR = @PATH_SEPARATOR@
 
148
PTHREAD_CC = @PTHREAD_CC@
 
149
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
150
PTHREAD_LIBS = @PTHREAD_LIBS@
 
151
RANLIB = @RANLIB@
 
152
SET_MAKE = @SET_MAKE@
 
153
SHELL = @SHELL@
 
154
STRIP = @STRIP@
 
155
VERSION = @VERSION@
 
156
ac_ct_AR = @ac_ct_AR@
 
157
ac_ct_CC = @ac_ct_CC@
 
158
ac_ct_CXX = @ac_ct_CXX@
 
159
ac_ct_F77 = @ac_ct_F77@
 
160
ac_ct_RANLIB = @ac_ct_RANLIB@
 
161
ac_ct_STRIP = @ac_ct_STRIP@
 
162
acx_pthread_config = @acx_pthread_config@
 
163
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
164
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
165
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
166
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
167
am__include = @am__include@
 
168
am__leading_dot = @am__leading_dot@
 
169
am__quote = @am__quote@
 
170
am__tar = @am__tar@
 
171
am__untar = @am__untar@
 
172
bindir = @bindir@
 
173
build = @build@
 
174
build_alias = @build_alias@
 
175
build_cpu = @build_cpu@
 
176
build_os = @build_os@
 
177
build_vendor = @build_vendor@
 
178
datadir = @datadir@
 
179
exec_prefix = @exec_prefix@
 
180
host = @host@
 
181
host_alias = @host_alias@
 
182
host_cpu = @host_cpu@
 
183
host_os = @host_os@
 
184
host_vendor = @host_vendor@
 
185
includedir = @includedir@
 
186
infodir = @infodir@
 
187
install_sh = @install_sh@
 
188
libdir = @libdir@
 
189
libexecdir = @libexecdir@
 
190
localstatedir = @localstatedir@
 
191
mandir = @mandir@
 
192
mkdir_p = @mkdir_p@
 
193
oldincludedir = @oldincludedir@
 
194
prefix = @prefix@
 
195
program_transform_name = @program_transform_name@
 
196
sbindir = @sbindir@
 
197
sharedstatedir = @sharedstatedir@
 
198
sysconfdir = @sysconfdir@
 
199
target_alias = @target_alias@
 
200
lib_LTLIBRARIES = libImath.la
 
201
libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
 
202
                      ImathColorAlgo.cpp ImathFun.cpp \
 
203
                      ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
 
204
                      ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
 
205
                      ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
 
206
                      ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
 
207
                      ImathSphere.h ImathVecAlgo.h ImathQuat.h \
 
208
                      ImathFrustum.h ImathMath.h ImathGL.h \
 
209
                      ImathColor.h ImathRandom.h ImathRoots.h \
 
210
                      ImathHalfLimits.h ImathInterval.h ImathGLU.h \
 
211
                      ImathFrame.h ImathPlatform.h \
 
212
                      ImathBox.cpp ImathRandom.cpp ImathInt64.h
 
213
 
 
214
libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
 
215
libImath_la_LIBADD = ../Iex/libIex.la
 
216
libImathincludedir = $(includedir)/OpenEXR
 
217
libImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
 
218
                          ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \
 
219
                          ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \
 
220
                          ImathLineAlgo.h ImathMatrix.h ImathPlane.h \
 
221
                          ImathSphere.h ImathVecAlgo.h ImathQuat.h \
 
222
                          ImathFrustum.h ImathMath.h ImathGL.h \
 
223
                          ImathColor.h ImathRandom.h ImathRoots.h \
 
224
                          ImathHalfLimits.h ImathInterval.h ImathGLU.h \
 
225
                          ImathFrame.h ImathPlatform.h ImathInt64.h
 
226
 
 
227
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \
 
228
           -I$(top_srcdir)/config
 
229
 
 
230
all: all-am
 
231
 
 
232
.SUFFIXES:
 
233
.SUFFIXES: .cpp .lo .o .obj
 
234
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
235
        @for dep in $?; do \
 
236
          case '$(am__configure_deps)' in \
 
237
            *$$dep*) \
 
238
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
239
                && exit 0; \
 
240
              exit 1;; \
 
241
          esac; \
 
242
        done; \
 
243
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Imath/Makefile'; \
 
244
        cd $(top_srcdir) && \
 
245
          $(AUTOMAKE) --gnu  Imath/Makefile
 
246
.PRECIOUS: Makefile
 
247
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
248
        @case '$?' in \
 
249
          *config.status*) \
 
250
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
251
          *) \
 
252
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
253
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
254
        esac;
 
255
 
 
256
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
 
 
259
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
264
        @$(NORMAL_INSTALL)
 
265
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
266
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
267
          if test -f $$p; then \
 
268
            f=$(am__strip_dir) \
 
269
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
270
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
271
          else :; fi; \
 
272
        done
 
273
 
 
274
uninstall-libLTLIBRARIES:
 
275
        @$(NORMAL_UNINSTALL)
 
276
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
277
          p=$(am__strip_dir) \
 
278
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
279
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
280
        done
 
281
 
 
282
clean-libLTLIBRARIES:
 
283
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
284
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
285
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
286
          test "$$dir" != "$$p" || dir=.; \
 
287
          echo "rm -f \"$${dir}/so_locations\""; \
 
288
          rm -f "$${dir}/so_locations"; \
 
289
        done
 
290
libImath.la: $(libImath_la_OBJECTS) $(libImath_la_DEPENDENCIES) 
 
291
        $(CXXLINK) -rpath $(libdir) $(libImath_la_LDFLAGS) $(libImath_la_OBJECTS) $(libImath_la_LIBADD) $(LIBS)
 
292
 
 
293
mostlyclean-compile:
 
294
        -rm -f *.$(OBJEXT)
 
295
 
 
296
distclean-compile:
 
297
        -rm -f *.tab.c
 
298
 
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathBox.Plo@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathColorAlgo.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathFun.Plo@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathMatrixAlgo.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathRandom.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathShear.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ImathVec.Plo@am__quote@
 
306
 
 
307
.cpp.o:
 
308
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
309
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
310
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
311
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
312
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
313
 
 
314
.cpp.obj:
 
315
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
316
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
317
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
318
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
319
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
320
 
 
321
.cpp.lo:
 
322
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
323
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
325
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
326
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
327
 
 
328
mostlyclean-libtool:
 
329
        -rm -f *.lo
 
330
 
 
331
clean-libtool:
 
332
        -rm -rf .libs _libs
 
333
 
 
334
distclean-libtool:
 
335
        -rm -f libtool
 
336
uninstall-info-am:
 
337
install-libImathincludeHEADERS: $(libImathinclude_HEADERS)
 
338
        @$(NORMAL_INSTALL)
 
339
        test -z "$(libImathincludedir)" || $(mkdir_p) "$(DESTDIR)$(libImathincludedir)"
 
340
        @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
 
341
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
342
          f=$(am__strip_dir) \
 
343
          echo " $(libImathincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libImathincludedir)/$$f'"; \
 
344
          $(libImathincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libImathincludedir)/$$f"; \
 
345
        done
 
346
 
 
347
uninstall-libImathincludeHEADERS:
 
348
        @$(NORMAL_UNINSTALL)
 
349
        @list='$(libImathinclude_HEADERS)'; for p in $$list; do \
 
350
          f=$(am__strip_dir) \
 
351
          echo " rm -f '$(DESTDIR)$(libImathincludedir)/$$f'"; \
 
352
          rm -f "$(DESTDIR)$(libImathincludedir)/$$f"; \
 
353
        done
 
354
 
 
355
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
356
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
357
        unique=`for i in $$list; do \
 
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
359
          done | \
 
360
          $(AWK) '    { files[$$0] = 1; } \
 
361
               END { for (i in files) print i; }'`; \
 
362
        mkid -fID $$unique
 
363
tags: TAGS
 
364
 
 
365
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
366
                $(TAGS_FILES) $(LISP)
 
367
        tags=; \
 
368
        here=`pwd`; \
 
369
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
370
        unique=`for i in $$list; do \
 
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
372
          done | \
 
373
          $(AWK) '    { files[$$0] = 1; } \
 
374
               END { for (i in files) print i; }'`; \
 
375
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
376
          test -n "$$unique" || unique=$$empty_fix; \
 
377
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
378
            $$tags $$unique; \
 
379
        fi
 
380
ctags: CTAGS
 
381
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
382
                $(TAGS_FILES) $(LISP)
 
383
        tags=; \
 
384
        here=`pwd`; \
 
385
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
386
        unique=`for i in $$list; do \
 
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
388
          done | \
 
389
          $(AWK) '    { files[$$0] = 1; } \
 
390
               END { for (i in files) print i; }'`; \
 
391
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
392
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
393
             $$tags $$unique
 
394
 
 
395
GTAGS:
 
396
        here=`$(am__cd) $(top_builddir) && pwd` \
 
397
          && cd $(top_srcdir) \
 
398
          && gtags -i $(GTAGS_ARGS) $$here
 
399
 
 
400
distclean-tags:
 
401
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
402
 
 
403
distdir: $(DISTFILES)
 
404
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
405
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
406
        list='$(DISTFILES)'; for file in $$list; do \
 
407
          case $$file in \
 
408
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
409
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
410
          esac; \
 
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
412
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
413
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
414
            dir="/$$dir"; \
 
415
            $(mkdir_p) "$(distdir)$$dir"; \
 
416
          else \
 
417
            dir=''; \
 
418
          fi; \
 
419
          if test -d $$d/$$file; then \
 
420
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
421
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
422
            fi; \
 
423
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
424
          else \
 
425
            test -f $(distdir)/$$file \
 
426
            || cp -p $$d/$$file $(distdir)/$$file \
 
427
            || exit 1; \
 
428
          fi; \
 
429
        done
 
430
check-am: all-am
 
431
check: check-am
 
432
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
433
installdirs:
 
434
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libImathincludedir)"; do \
 
435
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
436
        done
 
437
install: install-am
 
438
install-exec: install-exec-am
 
439
install-data: install-data-am
 
440
uninstall: uninstall-am
 
441
 
 
442
install-am: all-am
 
443
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
444
 
 
445
installcheck: installcheck-am
 
446
install-strip:
 
447
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
448
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
449
          `test -z '$(STRIP)' || \
 
450
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
451
mostlyclean-generic:
 
452
 
 
453
clean-generic:
 
454
 
 
455
distclean-generic:
 
456
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
457
 
 
458
maintainer-clean-generic:
 
459
        @echo "This command is intended for maintainers to use"
 
460
        @echo "it deletes files that may require special tools to rebuild."
 
461
clean: clean-am
 
462
 
 
463
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
464
        mostlyclean-am
 
465
 
 
466
distclean: distclean-am
 
467
        -rm -rf ./$(DEPDIR)
 
468
        -rm -f Makefile
 
469
distclean-am: clean-am distclean-compile distclean-generic \
 
470
        distclean-libtool distclean-tags
 
471
 
 
472
dvi: dvi-am
 
473
 
 
474
dvi-am:
 
475
 
 
476
html: html-am
 
477
 
 
478
info: info-am
 
479
 
 
480
info-am:
 
481
 
 
482
install-data-am: install-libImathincludeHEADERS
 
483
 
 
484
install-exec-am: install-libLTLIBRARIES
 
485
 
 
486
install-info: install-info-am
 
487
 
 
488
install-man:
 
489
 
 
490
installcheck-am:
 
491
 
 
492
maintainer-clean: maintainer-clean-am
 
493
        -rm -rf ./$(DEPDIR)
 
494
        -rm -f Makefile
 
495
maintainer-clean-am: distclean-am maintainer-clean-generic
 
496
 
 
497
mostlyclean: mostlyclean-am
 
498
 
 
499
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
500
        mostlyclean-libtool
 
501
 
 
502
pdf: pdf-am
 
503
 
 
504
pdf-am:
 
505
 
 
506
ps: ps-am
 
507
 
 
508
ps-am:
 
509
 
 
510
uninstall-am: uninstall-info-am uninstall-libImathincludeHEADERS \
 
511
        uninstall-libLTLIBRARIES
 
512
 
 
513
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
514
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
515
        distclean-compile distclean-generic distclean-libtool \
 
516
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
517
        install install-am install-data install-data-am install-exec \
 
518
        install-exec-am install-info install-info-am \
 
519
        install-libImathincludeHEADERS install-libLTLIBRARIES \
 
520
        install-man install-strip installcheck installcheck-am \
 
521
        installdirs maintainer-clean maintainer-clean-generic \
 
522
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
523
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
524
        uninstall-am uninstall-info-am \
 
525
        uninstall-libImathincludeHEADERS uninstall-libLTLIBRARIES
 
526
 
 
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
528
# Otherwise a system limit (for SysV at least) may be exceeded.
 
529
.NOEXPORT: