~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to extern/solid/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# 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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
 
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
 
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
 
AMDEP_FALSE = @AMDEP_FALSE@
41
 
AMDEP_TRUE = @AMDEP_TRUE@
42
 
AMTAR = @AMTAR@
43
 
AUTOCONF = @AUTOCONF@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AWK = @AWK@
47
 
CC = @CC@
48
 
CCDEPMODE = @CCDEPMODE@
49
 
CFLAGS = @CFLAGS@
50
 
CPP = @CPP@
51
 
CPPFLAGS = @CPPFLAGS@
52
 
CXX = @CXX@
53
 
CXXDEPMODE = @CXXDEPMODE@
54
 
CXXFLAGS = @CXXFLAGS@
55
 
CYGPATH_W = @CYGPATH_W@
56
 
DEFS = @DEFS@
57
 
DEPDIR = @DEPDIR@
58
 
DOUBLES_FLAG = @DOUBLES_FLAG@
59
 
ECHO = @ECHO@
60
 
ECHO_C = @ECHO_C@
61
 
ECHO_N = @ECHO_N@
62
 
ECHO_T = @ECHO_T@
63
 
EGREP = @EGREP@
64
 
EXEEXT = @EXEEXT@
65
 
INSTALL_DATA = @INSTALL_DATA@
66
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
67
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
68
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
69
 
LDFLAGS = @LDFLAGS@
70
 
LIBOBJS = @LIBOBJS@
71
 
LIBS = @LIBS@
72
 
LIBTOOL = @LIBTOOL@
73
 
LN_S = @LN_S@
74
 
LTLIBOBJS = @LTLIBOBJS@
75
 
MAKEINFO = @MAKEINFO@
76
 
OBJEXT = @OBJEXT@
77
 
PACKAGE = @PACKAGE@
78
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
79
 
PACKAGE_NAME = @PACKAGE_NAME@
80
 
PACKAGE_STRING = @PACKAGE_STRING@
81
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
82
 
PACKAGE_VERSION = @PACKAGE_VERSION@
83
 
PATH_SEPARATOR = @PATH_SEPARATOR@
84
 
QHULL_LIBS = @QHULL_LIBS@
85
 
RANLIB = @RANLIB@
86
 
SET_MAKE = @SET_MAKE@
87
 
SHELL = @SHELL@
88
 
STRIP = @STRIP@
89
 
TRACER_FLAG = @TRACER_FLAG@
90
 
VERSION = @VERSION@
91
 
ac_ct_CC = @ac_ct_CC@
92
 
ac_ct_CXX = @ac_ct_CXX@
93
 
ac_ct_RANLIB = @ac_ct_RANLIB@
94
 
ac_ct_STRIP = @ac_ct_STRIP@
95
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
96
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
97
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
98
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
99
 
am__include = @am__include@
100
 
am__quote = @am__quote@
101
 
bindir = @bindir@
102
 
build = @build@
103
 
build_alias = @build_alias@
104
 
build_cpu = @build_cpu@
105
 
build_os = @build_os@
106
 
build_vendor = @build_vendor@
107
 
datadir = @datadir@
108
 
exec_prefix = @exec_prefix@
109
 
host = @host@
110
 
host_alias = @host_alias@
111
 
host_cpu = @host_cpu@
112
 
host_os = @host_os@
113
 
host_vendor = @host_vendor@
114
 
includedir = @includedir@
115
 
infodir = @infodir@
116
 
install_sh = @install_sh@
117
 
libdir = @libdir@
118
 
libexecdir = @libexecdir@
119
 
localstatedir = @localstatedir@
120
 
mandir = @mandir@
121
 
oldincludedir = @oldincludedir@
122
 
prefix = @prefix@
123
 
program_transform_name = @program_transform_name@
124
 
sbindir = @sbindir@
125
 
sharedstatedir = @sharedstatedir@
126
 
sysconfdir = @sysconfdir@
127
 
target_alias = @target_alias@
128
 
 
129
 
# The directory where the include files will be installed
130
 
libsolidincludedir = $(includedir)/SOLID
131
 
 
132
 
# Which header files to install
133
 
libsolidinclude_HEADERS = \
134
 
        SOLID.h \
135
 
        SOLID_broad.h \
136
 
        SOLID_types.h
137
 
 
138
 
 
139
 
noinst_HEADERS = \
140
 
        GEN_MinMax.h \
141
 
        GEN_random.h \
142
 
        MT_BBox.h \
143
 
        MT_Interval.h \
144
 
        MT_Matrix3x3.h \
145
 
        MT_Point3.h \
146
 
        MT_Quaternion.h \
147
 
        MT_Scalar.h \
148
 
        MT_Transform.h \
149
 
        MT_Vector3.h \
150
 
        MT/Interval.h \
151
 
        MT/Matrix3x3.h \
152
 
        MT/Quaternion.h \
153
 
        MT/Transform.h \
154
 
        MT/Tuple3.h \
155
 
        MT/Tuple4.h \
156
 
        MT/Vector3.h
157
 
 
158
 
subdir = include
159
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
160
 
CONFIG_HEADER = config.h
161
 
CONFIG_CLEAN_FILES =
162
 
DIST_SOURCES =
163
 
HEADERS = $(libsolidinclude_HEADERS) $(noinst_HEADERS)
164
 
 
165
 
DIST_COMMON = $(libsolidinclude_HEADERS) $(noinst_HEADERS) Makefile.am \
166
 
        Makefile.in config.h.in
167
 
all: config.h
168
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
169
 
 
170
 
.SUFFIXES:
171
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
172
 
        cd $(top_srcdir) && \
173
 
          $(AUTOMAKE) --foreign  include/Makefile
174
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
175
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
176
 
 
177
 
config.h: stamp-h1
178
 
        @if test ! -f $@; then \
179
 
          rm -f stamp-h1; \
180
 
          $(MAKE) stamp-h1; \
181
 
        else :; fi
182
 
 
183
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
184
 
        @rm -f stamp-h1
185
 
        cd $(top_builddir) && $(SHELL) ./config.status include/config.h
186
 
 
187
 
$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
188
 
        cd $(top_srcdir) && $(AUTOHEADER)
189
 
        touch $(srcdir)/config.h.in
190
 
 
191
 
distclean-hdr:
192
 
        -rm -f config.h stamp-h1
193
 
 
194
 
mostlyclean-libtool:
195
 
        -rm -f *.lo
196
 
 
197
 
clean-libtool:
198
 
        -rm -rf .libs _libs
199
 
 
200
 
distclean-libtool:
201
 
        -rm -f libtool
202
 
uninstall-info-am:
203
 
libsolidincludeHEADERS_INSTALL = $(INSTALL_HEADER)
204
 
install-libsolidincludeHEADERS: $(libsolidinclude_HEADERS)
205
 
        @$(NORMAL_INSTALL)
206
 
        $(mkinstalldirs) $(DESTDIR)$(libsolidincludedir)
207
 
        @list='$(libsolidinclude_HEADERS)'; for p in $$list; do \
208
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
209
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
210
 
          echo " $(libsolidincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libsolidincludedir)/$$f"; \
211
 
          $(libsolidincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libsolidincludedir)/$$f; \
212
 
        done
213
 
 
214
 
uninstall-libsolidincludeHEADERS:
215
 
        @$(NORMAL_UNINSTALL)
216
 
        @list='$(libsolidinclude_HEADERS)'; for p in $$list; do \
217
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
218
 
          echo " rm -f $(DESTDIR)$(libsolidincludedir)/$$f"; \
219
 
          rm -f $(DESTDIR)$(libsolidincludedir)/$$f; \
220
 
        done
221
 
 
222
 
ETAGS = etags
223
 
ETAGSFLAGS =
224
 
 
225
 
CTAGS = ctags
226
 
CTAGSFLAGS =
227
 
 
228
 
tags: TAGS
229
 
 
230
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
231
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
232
 
        unique=`for i in $$list; do \
233
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
234
 
          done | \
235
 
          $(AWK) '    { files[$$0] = 1; } \
236
 
               END { for (i in files) print i; }'`; \
237
 
        mkid -fID $$unique
238
 
 
239
 
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
240
 
                $(TAGS_FILES) $(LISP)
241
 
        tags=; \
242
 
        here=`pwd`; \
243
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
244
 
        unique=`for i in $$list; do \
245
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246
 
          done | \
247
 
          $(AWK) '    { files[$$0] = 1; } \
248
 
               END { for (i in files) print i; }'`; \
249
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
250
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
251
 
             $$tags $$unique
252
 
 
253
 
ctags: CTAGS
254
 
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
255
 
                $(TAGS_FILES) $(LISP)
256
 
        tags=; \
257
 
        here=`pwd`; \
258
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
259
 
        unique=`for i in $$list; do \
260
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261
 
          done | \
262
 
          $(AWK) '    { files[$$0] = 1; } \
263
 
               END { for (i in files) print i; }'`; \
264
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
265
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
266
 
             $$tags $$unique
267
 
 
268
 
GTAGS:
269
 
        here=`$(am__cd) $(top_builddir) && pwd` \
270
 
          && cd $(top_srcdir) \
271
 
          && gtags -i $(GTAGS_ARGS) $$here
272
 
 
273
 
distclean-tags:
274
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
275
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
276
 
 
277
 
top_distdir = ..
278
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
279
 
 
280
 
distdir: $(DISTFILES)
281
 
        $(mkinstalldirs) $(distdir)/MT
282
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
283
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
284
 
        list='$(DISTFILES)'; for file in $$list; do \
285
 
          case $$file in \
286
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
287
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
288
 
          esac; \
289
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
290
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
291
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
292
 
            dir="/$$dir"; \
293
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
294
 
          else \
295
 
            dir=''; \
296
 
          fi; \
297
 
          if test -d $$d/$$file; then \
298
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
300
 
            fi; \
301
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
302
 
          else \
303
 
            test -f $(distdir)/$$file \
304
 
            || cp -p $$d/$$file $(distdir)/$$file \
305
 
            || exit 1; \
306
 
          fi; \
307
 
        done
308
 
check-am: all-am
309
 
check: check-am
310
 
all-am: Makefile $(HEADERS) config.h
311
 
 
312
 
installdirs:
313
 
        $(mkinstalldirs) $(DESTDIR)$(libsolidincludedir)
314
 
 
315
 
install: install-am
316
 
install-exec: install-exec-am
317
 
install-data: install-data-am
318
 
uninstall: uninstall-am
319
 
 
320
 
install-am: all-am
321
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
 
 
323
 
installcheck: installcheck-am
324
 
install-strip:
325
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
326
 
          INSTALL_STRIP_FLAG=-s \
327
 
          `test -z '$(STRIP)' || \
328
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
329
 
mostlyclean-generic:
330
 
 
331
 
clean-generic:
332
 
 
333
 
distclean-generic:
334
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
335
 
 
336
 
maintainer-clean-generic:
337
 
        @echo "This command is intended for maintainers to use"
338
 
        @echo "it deletes files that may require special tools to rebuild."
339
 
clean: clean-am
340
 
 
341
 
clean-am: clean-generic clean-libtool mostlyclean-am
342
 
 
343
 
distclean: distclean-am
344
 
 
345
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
346
 
        distclean-tags
347
 
 
348
 
dvi: dvi-am
349
 
 
350
 
dvi-am:
351
 
 
352
 
info: info-am
353
 
 
354
 
info-am:
355
 
 
356
 
install-data-am: install-libsolidincludeHEADERS
357
 
 
358
 
install-exec-am:
359
 
 
360
 
install-info: install-info-am
361
 
 
362
 
install-man:
363
 
 
364
 
installcheck-am:
365
 
 
366
 
maintainer-clean: maintainer-clean-am
367
 
 
368
 
maintainer-clean-am: distclean-am maintainer-clean-generic
369
 
 
370
 
mostlyclean: mostlyclean-am
371
 
 
372
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
373
 
 
374
 
pdf: pdf-am
375
 
 
376
 
pdf-am:
377
 
 
378
 
ps: ps-am
379
 
 
380
 
ps-am:
381
 
 
382
 
uninstall-am: uninstall-info-am uninstall-libsolidincludeHEADERS
383
 
 
384
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
385
 
        clean-libtool ctags distclean distclean-generic distclean-hdr \
386
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
387
 
        info-am install install-am install-data install-data-am \
388
 
        install-exec install-exec-am install-info install-info-am \
389
 
        install-libsolidincludeHEADERS install-man install-strip \
390
 
        installcheck installcheck-am installdirs maintainer-clean \
391
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
392
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
393
 
        uninstall-am uninstall-info-am uninstall-libsolidincludeHEADERS
394
 
 
395
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
 
# Otherwise a system limit (for SysV at least) may be exceeded.
397
 
.NOEXPORT: