~ubuntu-branches/ubuntu/jaunty/gtkgl2/jaunty

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2003-05-11 19:47:24 UTC
  • Revision ID: james.westby@ubuntu.com-20030511194724-8ps3cvawx0n99kl8
Tags: upstream-1.99.0
ImportĀ upstreamĀ versionĀ 1.99.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
CPP = @CPP@
 
65
DLLTOOL = @DLLTOOL@
 
66
ECHO = @ECHO@
 
67
EXEEXT = @EXEEXT@
 
68
GL_CFLAGS = @GL_CFLAGS@
 
69
GL_LIBS = @GL_LIBS@
 
70
GTKGL_LIBRARY_VERSION = @GTKGL_LIBRARY_VERSION@
 
71
GTK_CFLAGS = @GTK_CFLAGS@
 
72
GTK_LIBS = @GTK_LIBS@
 
73
LIBTOOL = @LIBTOOL@
 
74
LN_S = @LN_S@
 
75
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
 
76
MAINT = @MAINT@
 
77
MAKEINFO = @MAKEINFO@
 
78
OBJDUMP = @OBJDUMP@
 
79
OBJEXT = @OBJEXT@
 
80
PACKAGE = @PACKAGE@
 
81
PKG_CONFIG = @PKG_CONFIG@
 
82
RANLIB = @RANLIB@
 
83
STRIP = @STRIP@
 
84
VERSION = @VERSION@
 
85
ms_librarian = @ms_librarian@
 
86
 
 
87
SUBDIRS =       win32
 
88
 
 
89
 
 
90
EXTRA_DIST =    README
 
91
 
 
92
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
93
CONFIG_CLEAN_FILES = 
 
94
DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
 
95
 
 
96
 
 
97
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
98
 
 
99
TAR = tar
 
100
GZIP_ENV = --best
 
101
all: all-redirect
 
102
.SUFFIXES:
 
103
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
104
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps build/Makefile
 
105
 
 
106
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
107
        cd $(top_builddir) \
 
108
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
109
 
 
110
 
 
111
# This directory's subdirectories are mostly independent; you can cd
 
112
# into them and run `make' without going through this Makefile.
 
113
# To change the values of `make' variables: instead of editing Makefiles,
 
114
# (1) if the variable is set in `config.status', edit `config.status'
 
115
#     (which will cause the Makefiles to be regenerated when you run `make');
 
116
# (2) otherwise, pass the desired values on the `make' command line.
 
117
 
 
118
@SET_MAKE@
 
119
 
 
120
all-recursive install-data-recursive install-exec-recursive \
 
121
installdirs-recursive install-recursive uninstall-recursive  \
 
122
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
123
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
124
        dot_seen=no; \
 
125
        target=`echo $@ | sed s/-recursive//`; \
 
126
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
127
          echo "Making $$target in $$subdir"; \
 
128
          if test "$$subdir" = "."; then \
 
129
            dot_seen=yes; \
 
130
            local_target="$$target-am"; \
 
131
          else \
 
132
            local_target="$$target"; \
 
133
          fi; \
 
134
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
135
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
136
        done; \
 
137
        if test "$$dot_seen" = "no"; then \
 
138
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
139
        fi; test -z "$$fail"
 
140
 
 
141
mostlyclean-recursive clean-recursive distclean-recursive \
 
142
maintainer-clean-recursive:
 
143
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
144
        dot_seen=no; \
 
145
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
146
          rev="$$subdir $$rev"; \
 
147
          test "$$subdir" = "." && dot_seen=yes; \
 
148
        done; \
 
149
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
150
        target=`echo $@ | sed s/-recursive//`; \
 
151
        for subdir in $$rev; do \
 
152
          echo "Making $$target in $$subdir"; \
 
153
          if test "$$subdir" = "."; then \
 
154
            local_target="$$target-am"; \
 
155
          else \
 
156
            local_target="$$target"; \
 
157
          fi; \
 
158
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
159
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
160
        done && test -z "$$fail"
 
161
tags-recursive:
 
162
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
163
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
164
        done
 
165
 
 
166
tags: TAGS
 
167
 
 
168
ID: $(HEADERS) $(SOURCES) $(LISP)
 
169
        list='$(SOURCES) $(HEADERS)'; \
 
170
        unique=`for i in $$list; do echo $$i; done | \
 
171
          awk '    { files[$$0] = 1; } \
 
172
               END { for (i in files) print i; }'`; \
 
173
        here=`pwd` && cd $(srcdir) \
 
174
          && mkid -f$$here/ID $$unique $(LISP)
 
175
 
 
176
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
177
        tags=; \
 
178
        here=`pwd`; \
 
179
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
180
   if test "$$subdir" = .; then :; else \
 
181
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
182
   fi; \
 
183
        done; \
 
184
        list='$(SOURCES) $(HEADERS)'; \
 
185
        unique=`for i in $$list; do echo $$i; done | \
 
186
          awk '    { files[$$0] = 1; } \
 
187
               END { for (i in files) print i; }'`; \
 
188
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
189
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
190
 
 
191
mostlyclean-tags:
 
192
 
 
193
clean-tags:
 
194
 
 
195
distclean-tags:
 
196
        -rm -f TAGS ID
 
197
 
 
198
maintainer-clean-tags:
 
199
 
 
200
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
201
 
 
202
subdir = build
 
203
 
 
204
distdir: $(DISTFILES)
 
205
        @for file in $(DISTFILES); do \
 
206
          d=$(srcdir); \
 
207
          if test -d $$d/$$file; then \
 
208
            cp -pr $$d/$$file $(distdir)/$$file; \
 
209
          else \
 
210
            test -f $(distdir)/$$file \
 
211
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
212
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
213
          fi; \
 
214
        done
 
215
        for subdir in $(SUBDIRS); do \
 
216
          if test "$$subdir" = .; then :; else \
 
217
            test -d $(distdir)/$$subdir \
 
218
            || mkdir $(distdir)/$$subdir \
 
219
            || exit 1; \
 
220
            chmod 777 $(distdir)/$$subdir; \
 
221
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
222
              || exit 1; \
 
223
          fi; \
 
224
        done
 
225
info-am:
 
226
info: info-recursive
 
227
dvi-am:
 
228
dvi: dvi-recursive
 
229
check-am: all-am
 
230
check: check-recursive
 
231
installcheck-am:
 
232
installcheck: installcheck-recursive
 
233
install-exec-am:
 
234
install-exec: install-exec-recursive
 
235
 
 
236
install-data-am:
 
237
install-data: install-data-recursive
 
238
 
 
239
install-am: all-am
 
240
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
241
install: install-recursive
 
242
uninstall-am:
 
243
uninstall: uninstall-recursive
 
244
all-am: Makefile
 
245
all-redirect: all-recursive
 
246
install-strip:
 
247
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
248
installdirs: installdirs-recursive
 
249
installdirs-am:
 
250
 
 
251
 
 
252
mostlyclean-generic:
 
253
 
 
254
clean-generic:
 
255
 
 
256
distclean-generic:
 
257
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
258
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
259
 
 
260
maintainer-clean-generic:
 
261
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
262
 
 
263
mostlyclean: mostlyclean-recursive
 
264
 
 
265
clean-am:  clean-tags clean-generic mostlyclean-am
 
266
 
 
267
clean: clean-recursive
 
268
 
 
269
distclean-am:  distclean-tags distclean-generic clean-am
 
270
        -rm -f libtool
 
271
 
 
272
distclean: distclean-recursive
 
273
 
 
274
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
275
                distclean-am
 
276
        @echo "This command is intended for maintainers to use;"
 
277
        @echo "it deletes files that may require special tools to rebuild."
 
278
 
 
279
maintainer-clean: maintainer-clean-recursive
 
280
 
 
281
.PHONY: install-data-recursive uninstall-data-recursive \
 
282
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
283
uninstalldirs-recursive all-recursive check-recursive \
 
284
installcheck-recursive info-recursive dvi-recursive \
 
285
mostlyclean-recursive distclean-recursive clean-recursive \
 
286
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
287
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
288
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
289
install-exec install-data-am install-data install-am install \
 
290
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
291
installdirs mostlyclean-generic distclean-generic clean-generic \
 
292
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
293
 
 
294
 
 
295
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
296
# Otherwise a system limit (for SysV at least) may be exceeded.
 
297
.NOEXPORT: