~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/Include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2011-01-30 15:46:35 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110130154635-rlynmg9n5hzxq5xe
Tags: 2.0.0-3
* Recommend fgfs-aircraft-base and fgfs-models-base.
  Closes. #610276.
* Added note about scenery SharedModels.tgz to README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
35
37
subdir = src/Include
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
39
        $(srcdir)/config.h-msvc6.in $(srcdir)/config.h-msvc71.in \
38
 
        $(srcdir)/config.h-msvc8.in $(srcdir)/config.h.in \
39
 
        $(srcdir)/version.h.in
 
40
        $(srcdir)/config.h-msvc8.in $(srcdir)/config.h-msvc90.in \
 
41
        $(srcdir)/config.h.in $(srcdir)/version.h.in
40
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
44
        $(top_srcdir)/configure.ac
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = config.h
47
49
CONFIG_CLEAN_FILES = version.h config.h-msvc6 config.h-msvc71 \
48
 
        config.h-msvc8
 
50
        config.h-msvc8 config.h-msvc90
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
93
MAKEINFO = @MAKEINFO@
91
94
MKDIR_P = @MKDIR_P@
92
95
OBJEXT = @OBJEXT@
 
96
OSG_LIBS = @OSG_LIBS@
93
97
PACKAGE = @PACKAGE@
94
98
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
95
99
PACKAGE_NAME = @PACKAGE_NAME@
97
101
PACKAGE_TARNAME = @PACKAGE_TARNAME@
98
102
PACKAGE_VERSION = @PACKAGE_VERSION@
99
103
PATH_SEPARATOR = @PATH_SEPARATOR@
 
104
PKG_CONFIG = @PKG_CONFIG@
100
105
RANLIB = @RANLIB@
101
106
SET_MAKE = @SET_MAKE@
102
107
SHELL = @SHELL@
130
135
datarootdir = @datarootdir@
131
136
docdir = @docdir@
132
137
dvidir = @dvidir@
 
138
eventinput_EXTRA_OBJS = @eventinput_EXTRA_OBJS@
 
139
eventinput_INCLUDES = @eventinput_INCLUDES@
 
140
eventinput_LIBS = @eventinput_LIBS@
133
141
exec_prefix = @exec_prefix@
134
142
host = @host@
135
143
host_alias = @host_alias@
151
159
oldincludedir = @oldincludedir@
152
160
openal_LIBS = @openal_LIBS@
153
161
opengl_LIBS = @opengl_LIBS@
 
162
openthreads_FRAMEWORK = @openthreads_FRAMEWORK@
 
163
openthreads_LIBS = @openthreads_LIBS@
 
164
osg_FRAMEWORKS = @osg_FRAMEWORKS@
154
165
pdfdir = @pdfdir@
 
166
plib_FRAMEWORK = @plib_FRAMEWORK@
155
167
prefix = @prefix@
156
168
program_transform_name = @program_transform_name@
157
169
psdir = @psdir@
167
179
target_os = @target_os@
168
180
target_vendor = @target_vendor@
169
181
thread_LIBS = @thread_LIBS@
 
182
top_build_prefix = @top_build_prefix@
170
183
top_builddir = @top_builddir@
171
184
top_srcdir = @top_srcdir@
172
185
EXTRA_DIST = \
186
199
        @for dep in $?; do \
187
200
          case '$(am__configure_deps)' in \
188
201
            *$$dep*) \
189
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190
 
                && exit 0; \
 
202
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
203
                && { if test -f $@; then exit 0; else break; fi; }; \
191
204
              exit 1;; \
192
205
          esac; \
193
206
        done; \
194
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Include/Makefile'; \
195
 
        cd $(top_srcdir) && \
196
 
          $(AUTOMAKE) --gnu  src/Include/Makefile
 
207
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Include/Makefile'; \
 
208
        $(am__cd) $(top_srcdir) && \
 
209
          $(AUTOMAKE) --gnu src/Include/Makefile
197
210
.PRECIOUS: Makefile
198
211
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199
212
        @case '$?' in \
211
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
225
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
213
226
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
227
$(am__aclocal_m4_deps):
214
228
 
215
229
config.h: stamp-h1
216
230
        @if test ! -f $@; then \
222
236
        @rm -f stamp-h1
223
237
        cd $(top_builddir) && $(SHELL) ./config.status src/Include/config.h
224
238
$(srcdir)/config.h.in:  $(am__configure_deps) 
225
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
239
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
226
240
        rm -f stamp-h1
227
241
        touch $@
228
242
 
236
250
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
237
251
config.h-msvc8: $(top_builddir)/config.status $(srcdir)/config.h-msvc8.in
238
252
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
253
config.h-msvc90: $(top_builddir)/config.status $(srcdir)/config.h-msvc90.in
 
254
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
239
255
tags: TAGS
240
256
TAGS:
241
257
 
259
275
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
260
276
          if test -d $$d/$$file; then \
261
277
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
278
            if test -d "$(distdir)/$$file"; then \
 
279
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
280
            fi; \
262
281
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
282
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
283
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
264
284
            fi; \
265
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
285
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
266
286
          else \
267
 
            test -f $(distdir)/$$file \
268
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
287
            test -f "$(distdir)/$$file" \
 
288
            || cp -p $$d/$$file "$(distdir)/$$file" \
269
289
            || exit 1; \
270
290
          fi; \
271
291
        done
293
313
 
294
314
distclean-generic:
295
315
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
316
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
296
317
 
297
318
maintainer-clean-generic:
298
319
        @echo "This command is intended for maintainers to use"
311
332
 
312
333
html: html-am
313
334
 
 
335
html-am:
 
336
 
314
337
info: info-am
315
338
 
316
339
info-am:
319
342
 
320
343
install-dvi: install-dvi-am
321
344
 
 
345
install-dvi-am:
 
346
 
322
347
install-exec-am:
323
348
 
324
349
install-html: install-html-am
325
350
 
 
351
install-html-am:
 
352
 
326
353
install-info: install-info-am
327
354
 
 
355
install-info-am:
 
356
 
328
357
install-man:
329
358
 
330
359
install-pdf: install-pdf-am
331
360
 
 
361
install-pdf-am:
 
362
 
332
363
install-ps: install-ps-am
333
364
 
 
365
install-ps-am:
 
366
 
334
367
installcheck-am:
335
368
 
336
369
maintainer-clean: maintainer-clean-am
351
384
 
352
385
uninstall-am:
353
386
 
354
 
.MAKE: install-am install-strip
 
387
.MAKE: all install-am install-strip
355
388
 
356
389
.PHONY: all all-am check check-am clean clean-generic distclean \
357
390
        distclean-generic distclean-hdr distdir dvi dvi-am html \
364
397
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
365
398
        pdf-am ps ps-am uninstall uninstall-am
366
399
 
 
400
 
367
401
# Tell versions [3.59,3.63) of GNU make to not export all variables.
368
402
# Otherwise a system limit (for SysV at least) may be exceeded.
369
403
.NOEXPORT: