source: branches/swt/src/opengl/mesa/GL/Makefile.in

Last change on this file was 2938, checked in by sandervl, 26 years ago

created

File size: 6.9 KB
Line 
1# Makefile.in generated automatically by automake 1.4 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65DLLTOOL = @DLLTOOL@
66FX_CFLAGS = @FX_CFLAGS@
67FX_LIBS = @FX_LIBS@
68GGI_CFLAGS = @GGI_CFLAGS@
69GGI_LIBS = @GGI_LIBS@
70GLUT_CFLAGS = @GLUT_CFLAGS@
71GLUT_LIBS = @GLUT_LIBS@
72LD = @LD@
73LIBGLUT_VERSION = @LIBGLUT_VERSION@
74LIBGLU_VERSION = @LIBGLU_VERSION@
75LIBGL_VERSION = @LIBGL_VERSION@
76LIBTOOL = @LIBTOOL@
77LN_S = @LN_S@
78MAKEINFO = @MAKEINFO@
79NM = @NM@
80OBJDUMP = @OBJDUMP@
81PACKAGE = @PACKAGE@
82RANLIB = @RANLIB@
83SVGA_CFLAGS = @SVGA_CFLAGS@
84SVGA_LIBS = @SVGA_LIBS@
85VERSION = @VERSION@
86X_LIBADD = @X_LIBADD@
87ggi_confdir = @ggi_confdir@
88ggi_libdir = @ggi_libdir@
89
90GLincludedir = $(includedir)/GL
91
92@HAVE_FX_TRUE@INC_FX = fxmesa.h
93
94@HAVE_GGI_TRUE@INC_GGI = ggimesa.h
95
96@HAVE_OSMESA_TRUE@INC_OSMESA = osmesa.h
97
98@HAVE_SVGA_TRUE@INC_SVGA = svgamesa.h
99
100@HAVE_X11_TRUE@INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
101
102@NEED_GLUT_TRUE@INC_GLUT = glut.h
103
104EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
105
106
107GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h $(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
108
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = ../../conf.h
111CONFIG_CLEAN_FILES =
112HEADERS = $(GLinclude_HEADERS)
113
114DIST_COMMON = Makefile.am Makefile.in
115
116
117DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119TAR = gtar
120GZIP_ENV = --best
121all: all-redirect
122.SUFFIXES:
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --gnu include/GL/Makefile
125
126Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 cd $(top_builddir) \
128 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131install-GLincludeHEADERS: $(GLinclude_HEADERS)
132 @$(NORMAL_INSTALL)
133 $(mkinstalldirs) $(DESTDIR)$(GLincludedir)
134 @list='$(GLinclude_HEADERS)'; for p in $$list; do \
135 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
136 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(GLincludedir)/$$p"; \
137 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(GLincludedir)/$$p; \
138 done
139
140uninstall-GLincludeHEADERS:
141 @$(NORMAL_UNINSTALL)
142 list='$(GLinclude_HEADERS)'; for p in $$list; do \
143 rm -f $(DESTDIR)$(GLincludedir)/$$p; \
144 done
145
146tags: TAGS
147
148ID: $(HEADERS) $(SOURCES) $(LISP)
149 list='$(SOURCES) $(HEADERS)'; \
150 unique=`for i in $$list; do echo $$i; done | \
151 awk ' { files[$$0] = 1; } \
152 END { for (i in files) print i; }'`; \
153 here=`pwd` && cd $(srcdir) \
154 && mkid -f$$here/ID $$unique $(LISP)
155
156TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
157 tags=; \
158 here=`pwd`; \
159 list='$(SOURCES) $(HEADERS)'; \
160 unique=`for i in $$list; do echo $$i; done | \
161 awk ' { files[$$0] = 1; } \
162 END { for (i in files) print i; }'`; \
163 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
164 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
165
166mostlyclean-tags:
167
168clean-tags:
169
170distclean-tags:
171 -rm -f TAGS ID
172
173maintainer-clean-tags:
174
175distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
176
177subdir = include/GL
178
179distdir: $(DISTFILES)
180 here=`cd $(top_builddir) && pwd`; \
181 top_distdir=`cd $(top_distdir) && pwd`; \
182 distdir=`cd $(distdir) && pwd`; \
183 cd $(top_srcdir) \
184 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/GL/Makefile
185 @for file in $(DISTFILES); do \
186 d=$(srcdir); \
187 if test -d $$d/$$file; then \
188 cp -pr $$/$$file $(distdir)/$$file; \
189 else \
190 test -f $(distdir)/$$file \
191 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
192 || cp -p $$d/$$file $(distdir)/$$file || :; \
193 fi; \
194 done
195info-am:
196info: info-am
197dvi-am:
198dvi: dvi-am
199check-am: all-am
200check: check-am
201installcheck-am:
202installcheck: installcheck-am
203install-exec-am:
204install-exec: install-exec-am
205
206install-data-am: install-GLincludeHEADERS
207install-data: install-data-am
208
209install-am: all-am
210 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
211install: install-am
212uninstall-am: uninstall-GLincludeHEADERS
213uninstall: uninstall-am
214all-am: Makefile $(HEADERS)
215all-redirect: all-am
216install-strip:
217 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
218installdirs:
219 $(mkinstalldirs) $(DESTDIR)$(GLincludedir)
220
221
222mostlyclean-generic:
223
224clean-generic:
225
226distclean-generic:
227 -rm -f Makefile $(CONFIG_CLEAN_FILES)
228 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
229
230maintainer-clean-generic:
231mostlyclean-am: mostlyclean-tags mostlyclean-generic
232
233mostlyclean: mostlyclean-am
234
235clean-am: clean-tags clean-generic mostlyclean-am
236
237clean: clean-am
238
239distclean-am: distclean-tags distclean-generic clean-am
240 -rm -f libtool
241
242distclean: distclean-am
243
244maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
245 distclean-am
246 @echo "This command is intended for maintainers to use;"
247 @echo "it deletes files that may require special tools to rebuild."
248
249maintainer-clean: maintainer-clean-am
250
251.PHONY: uninstall-GLincludeHEADERS install-GLincludeHEADERS tags \
252mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
253distdir info-am info dvi-am dvi check check-am installcheck-am \
254installcheck install-exec-am install-exec install-data-am install-data \
255install-am install uninstall-am uninstall all-redirect all-am all \
256installdirs mostlyclean-generic distclean-generic clean-generic \
257maintainer-clean-generic clean mostlyclean distclean maintainer-clean
258
259
260# Tell versions [3.59,3.63) of GNU make to not export all variables.
261# Otherwise a system limit (for SysV at least) may be exceeded.
262.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.