]> git.mxchange.org Git - flightgear.git/blob - XGL/Makefile.in
710e2711d01bfa73766f9d644f5c54a4894644a0
[flightgear.git] / XGL / Makefile.in
1 # Makefile.in generated automatically by automake 1.2h from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DISTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ../..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 CC = @CC@
62 CXX = @CXX@
63 LD = @LD@
64 LIBTOOL = @LIBTOOL@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 NM = @NM@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72
73 libdir  = ${exec_prefix}/lib
74
75 lib_LTLIBRARIES = libXGL.la
76 libXGL_la_SOURCES = \
77         xgl.c \
78         xglUtils.c
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../../Simulator/Include/config.h
81 CONFIG_CLEAN_FILES = 
82 LTLIBRARIES =  $(lib_LTLIBRARIES)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 X_CFLAGS = @X_CFLAGS@
90 X_LIBS = @X_LIBS@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_PRE_LIBS = @X_PRE_LIBS@
93 libXGL_la_LDFLAGS = 
94 libXGL_la_LIBADD = 
95 libXGL_la_OBJECTS =  xgl.lo xglUtils.lo
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
99 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
100 DIST_COMMON =  Makefile.am Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP = --best
107 DEP_FILES =  .deps/xgl.P .deps/xglUtils.P
108 SOURCES = $(libXGL_la_SOURCES)
109 OBJECTS = $(libXGL_la_OBJECTS)
110
111 all: Makefile $(LTLIBRARIES)
112
113 .SUFFIXES:
114 .SUFFIXES: .S .c .lo .o .s
115 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/XGL/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 mostlyclean-libLTLIBRARIES:
124
125 clean-libLTLIBRARIES:
126         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
127
128 distclean-libLTLIBRARIES:
129
130 maintainer-clean-libLTLIBRARIES:
131
132 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
133         @$(NORMAL_INSTALL)
134         $(mkinstalldirs) $(DESTDIR)$(libdir)
135         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
136           if test -f $$p; then \
137             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
138             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
139           else :; fi; \
140         done
141
142 uninstall-libLTLIBRARIES:
143         @$(NORMAL_UNINSTALL)
144         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
145           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
146         done
147
148 .s.o:
149         $(COMPILE) -c $<
150
151 .S.o:
152         $(COMPILE) -c $<
153
154 mostlyclean-compile:
155         -rm -f *.o core *.core
156
157 clean-compile:
158
159 distclean-compile:
160         -rm -f *.tab.c
161
162 maintainer-clean-compile:
163
164 .s.lo:
165         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166
167 .S.lo:
168         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
169
170 mostlyclean-libtool:
171         -rm -f *.lo
172
173 clean-libtool:
174         -rm -rf .libs _libs
175
176 distclean-libtool:
177
178 maintainer-clean-libtool:
179
180 libXGL.la: $(libXGL_la_OBJECTS) $(libXGL_la_DEPENDENCIES)
181         $(LINK) -rpath $(libdir) $(libXGL_la_LDFLAGS) $(libXGL_la_OBJECTS) $(libXGL_la_LIBADD) $(LIBS)
182
183 tags: TAGS
184
185 ID: $(HEADERS) $(SOURCES) $(LISP)
186         here=`pwd` && cd $(srcdir) \
187           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
188
189 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
190         tags=; \
191         here=`pwd`; \
192         list='$(SOURCES) $(HEADERS)'; \
193         unique=`for i in $$list; do echo $$i; done | \
194           awk '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204         -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = Simulator/XGL
211
212 distdir: $(DISTFILES)
213         here=`cd $(top_builddir) && pwd`; \
214         top_distdir=`cd $(top_distdir) && pwd`; \
215         distdir=`cd $(distdir) && pwd`; \
216         cd $(top_srcdir) \
217           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/XGL/Makefile
218         @for file in $(DISTFILES); do \
219           d=$(srcdir); \
220           test -f $(distdir)/$$file \
221           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
222           || cp -p $$d/$$file $(distdir)/$$file; \
223         done
224
225 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
226
227 -include $(DEP_FILES)
228
229 mostlyclean-depend:
230
231 clean-depend:
232
233 distclean-depend:
234
235 maintainer-clean-depend:
236         -rm -rf .deps
237
238 %.o: %.c
239         @echo '$(COMPILE) -c $<'; \
240         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
241
242 %.lo: %.c
243         @echo '$(LTCOMPILE) -c $<'; \
244         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
245         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
246           < .deps/$(*F).p > .deps/$(*F).P
247         @-rm -f .deps/$(*F).p
248 info:
249 dvi:
250 check: all
251         $(MAKE)
252 installcheck:
253 install-exec: install-libLTLIBRARIES
254         @$(NORMAL_INSTALL)
255
256 install-data: 
257         @$(NORMAL_INSTALL)
258
259 install: install-exec install-data all
260         @:
261
262 uninstall: uninstall-libLTLIBRARIES
263
264 install-strip:
265         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
266 installdirs:
267         $(mkinstalldirs)  $(DATADIR)$(libdir)
268
269
270 mostlyclean-generic:
271         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
272
273 clean-generic:
274         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
275
276 distclean-generic:
277         -rm -f Makefile $(DISTCLEANFILES)
278         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
280
281 maintainer-clean-generic:
282         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
283         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
284 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
285                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
286                 mostlyclean-generic
287
288 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
289                 clean-depend clean-generic mostlyclean
290
291 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
292                 distclean-tags distclean-depend distclean-generic clean
293         -rm -f config.status
294         -rm -f libtool
295
296 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
297                 maintainer-clean-compile maintainer-clean-libtool \
298                 maintainer-clean-tags maintainer-clean-depend \
299                 maintainer-clean-generic distclean
300         @echo "This command is intended for maintainers to use;"
301         @echo "it deletes files that may require special tools to rebuild."
302
303 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
304 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
305 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
306 distclean-compile clean-compile maintainer-clean-compile \
307 mostlyclean-libtool distclean-libtool clean-libtool \
308 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
309 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
310 distclean-depend clean-depend maintainer-clean-depend info dvi \
311 installcheck install-exec install-data install uninstall all \
312 installdirs mostlyclean-generic distclean-generic clean-generic \
313 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314
315
316 INCLUDES += -I..
317
318 # Tell versions [3.59,3.63) of GNU make to not export all variables.
319 # Otherwise a system limit (for SysV at least) may be exceeded.
320 .NOEXPORT: