~ubuntu-branches/ubuntu/trusty/freeimage/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Evan Broder, Evan Broder, Stefano Rivera
  • Date: 2011-12-06 14:31:21 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111206143121-1d1honlf3ixuk6lw
Tags: 3.15.1-1
[ Evan Broder ]
* QA upload.
* New upstream release (closes: 649541, LP: #898825, #898845)
  - Refreshed patches.
    + Abuse dh-autoreconf to generate Makefile.srcs and fipMakefile.srcs
      patches at build time
  - Update debian/freeimage-get-orig-source for the new version.
  - Add new build-dep libraw-dev.
  - Update patch to disable embedded libraries to deal with API changes
    in libpng, libmng, and libraw.
  - Make sure we install symlinks for libfreeimageplus.
  - Use (upstream-supported) CFLAGS instead of COMPILERFLAGS.
* Switch to source format 3.0 (quilt)
* Switch to dh(1) and debhelper compat 8
* Add missing misc:Depends.
* Include the upstream changelog.
* Update Debian standards version (no other changes needed).

[ Stefano Rivera ]
* Dropped README.source.
* Updated freeimage (3.9.5) fixes CVE-2011-1167, CVE-2011-0192,
  CVE-2010-2595
* Override lintian's embedded-library error for libtiff. It wasn't
  extricable.

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