Initial revision
[freeglut] / tests / Makefile.in
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
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 DLLTOOL = @DLLTOOL@
65 EXEEXT = @EXEEXT@
66 LIBM = @LIBM@
67 LIBTOOL = @LIBTOOL@
68 LIBTOOL_DEPS = @LIBTOOL_DEPS@
69 LN_S = @LN_S@
70 MAKEINFO = @MAKEINFO@
71 OBJDUMP = @OBJDUMP@
72 PACKAGE = @PACKAGE@
73 RANLIB = @RANLIB@
74 VERSION = @VERSION@
75
76 bin_PROGRAMS = one
77 one_SOURCES = one.c
78 one_LDFLAGS = -export-dynamic -dlpreopen ../freeglut-1.3/libfreeglut-1.3.la
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../config.h
81 CONFIG_CLEAN_FILES = 
82 bin_PROGRAMS =  one$(EXEEXT)
83 PROGRAMS =  $(bin_PROGRAMS)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) -I..
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 one_OBJECTS =  one.o
91 one_LDADD = $(LDADD)
92 one_DEPENDENCIES = 
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP_ENV = --best
105 DEP_FILES =  .deps/one.P
106 SOURCES = $(one_SOURCES)
107 OBJECTS = $(one_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .lo .o .s
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 mostlyclean-binPROGRAMS:
121
122 clean-binPROGRAMS:
123         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
124
125 distclean-binPROGRAMS:
126
127 maintainer-clean-binPROGRAMS:
128
129 install-binPROGRAMS: $(bin_PROGRAMS)
130         @$(NORMAL_INSTALL)
131         $(mkinstalldirs) $(DESTDIR)$(bindir)
132         @list='$(bin_PROGRAMS)'; for p in $$list; do \
133           if test -f $$p; then \
134             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
135             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
136           else :; fi; \
137         done
138
139 uninstall-binPROGRAMS:
140         @$(NORMAL_UNINSTALL)
141         list='$(bin_PROGRAMS)'; for p in $$list; do \
142           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143         done
144
145 .s.o:
146         $(COMPILE) -c $<
147
148 .S.o:
149         $(COMPILE) -c $<
150
151 mostlyclean-compile:
152         -rm -f *.o core *.core
153
154 clean-compile:
155
156 distclean-compile:
157         -rm -f *.tab.c
158
159 maintainer-clean-compile:
160
161 .s.lo:
162         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
163
164 .S.lo:
165         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166
167 mostlyclean-libtool:
168         -rm -f *.lo
169
170 clean-libtool:
171         -rm -rf .libs _libs
172
173 distclean-libtool:
174
175 maintainer-clean-libtool:
176
177 one$(EXEEXT): $(one_OBJECTS) $(one_DEPENDENCIES)
178         @rm -f one$(EXEEXT)
179         $(LINK) $(one_LDFLAGS) $(one_OBJECTS) $(one_LDADD) $(LIBS)
180
181 tags: TAGS
182
183 ID: $(HEADERS) $(SOURCES) $(LISP)
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         here=`pwd` && cd $(srcdir) \
189           && mkid -f$$here/ID $$unique $(LISP)
190
191 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
192         tags=; \
193         here=`pwd`; \
194         list='$(SOURCES) $(HEADERS)'; \
195         unique=`for i in $$list; do echo $$i; done | \
196           awk '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
200
201 mostlyclean-tags:
202
203 clean-tags:
204
205 distclean-tags:
206         -rm -f TAGS ID
207
208 maintainer-clean-tags:
209
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211
212 subdir = tests
213
214 distdir: $(DISTFILES)
215         here=`cd $(top_builddir) && pwd`; \
216         top_distdir=`cd $(top_distdir) && pwd`; \
217         distdir=`cd $(distdir) && pwd`; \
218         cd $(top_srcdir) \
219           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile
220         @for file in $(DISTFILES); do \
221           d=$(srcdir); \
222           if test -d $$d/$$file; then \
223             cp -pr $$/$$file $(distdir)/$$file; \
224           else \
225             test -f $(distdir)/$$file \
226             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227             || cp -p $$d/$$file $(distdir)/$$file || :; \
228           fi; \
229         done
230
231 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
232
233 -include $(DEP_FILES)
234
235 mostlyclean-depend:
236
237 clean-depend:
238
239 distclean-depend:
240         -rm -rf .deps
241
242 maintainer-clean-depend:
243
244 %.o: %.c
245         @echo '$(COMPILE) -c $<'; \
246         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247         @-cp .deps/$(*F).pp .deps/$(*F).P; \
248         tr ' ' '\012' < .deps/$(*F).pp \
249           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250             >> .deps/$(*F).P; \
251         rm .deps/$(*F).pp
252
253 %.lo: %.c
254         @echo '$(LTCOMPILE) -c $<'; \
255         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
257           < .deps/$(*F).pp > .deps/$(*F).P; \
258         tr ' ' '\012' < .deps/$(*F).pp \
259           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260             >> .deps/$(*F).P; \
261         rm -f .deps/$(*F).pp
262 info-am:
263 info: info-am
264 dvi-am:
265 dvi: dvi-am
266 check-am: all-am
267 check: check-am
268 installcheck-am:
269 installcheck: installcheck-am
270 install-exec-am: install-binPROGRAMS
271 install-exec: install-exec-am
272
273 install-data-am:
274 install-data: install-data-am
275
276 install-am: all-am
277         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
278 install: install-am
279 uninstall-am: uninstall-binPROGRAMS
280 uninstall: uninstall-am
281 all-am: Makefile $(PROGRAMS)
282 all-redirect: all-am
283 install-strip:
284         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
285 installdirs:
286         $(mkinstalldirs)  $(DESTDIR)$(bindir)
287
288
289 mostlyclean-generic:
290
291 clean-generic:
292
293 distclean-generic:
294         -rm -f Makefile $(CONFIG_CLEAN_FILES)
295         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
296
297 maintainer-clean-generic:
298 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
299                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
300                 mostlyclean-generic
301
302 mostlyclean: mostlyclean-am
303
304 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
305                 clean-depend clean-generic mostlyclean-am
306
307 clean: clean-am
308
309 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
310                 distclean-tags distclean-depend distclean-generic \
311                 clean-am
312         -rm -f libtool
313
314 distclean: distclean-am
315
316 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
317                 maintainer-clean-compile maintainer-clean-libtool \
318                 maintainer-clean-tags maintainer-clean-depend \
319                 maintainer-clean-generic distclean-am
320         @echo "This command is intended for maintainers to use;"
321         @echo "it deletes files that may require special tools to rebuild."
322
323 maintainer-clean: maintainer-clean-am
324
325 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
326 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
327 mostlyclean-compile distclean-compile clean-compile \
328 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
329 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
330 distclean-tags clean-tags maintainer-clean-tags distdir \
331 mostlyclean-depend distclean-depend clean-depend \
332 maintainer-clean-depend info-am info dvi-am dvi check check-am \
333 installcheck-am installcheck install-exec-am install-exec \
334 install-data-am install-data install-am install uninstall-am uninstall \
335 all-redirect all-am all installdirs mostlyclean-generic \
336 distclean-generic clean-generic maintainer-clean-generic clean \
337 mostlyclean distclean maintainer-clean
338
339
340 # Tell versions [3.59,3.63) of GNU make to not export all variables.
341 # Otherwise a system limit (for SysV at least) may be exceeded.
342 .NOEXPORT: