]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/Makefile.in
Patch from FM with more bakefile tweaks and etc.
[wxWidgets.git] / samples / opengl / Makefile.in
CommitLineData
cbd63f42
VS
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
cbd63f42
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
335258dc 6
335258dc 7
cbd63f42 8@MAKE_SET@
335258dc 9
3af038c0
VS
10prefix = @prefix@
11exec_prefix = @exec_prefix@
b1169abb 12INSTALL = @INSTALL@
335258dc 13
fcf61db4
VS
14### Variables: ###
15
b71531ad 16DESTDIR =
fcf61db4 17
cbd63f42
VS
18### Conditionally set variables: ###
19
cbd63f42
VS
20
21### Targets: ###
22
e93c6860 23all: cube isosurf penguin
cbd63f42 24
b17c1746
DE
25install: all
26
27uninstall:
28
29install-strip: install
30
cbd63f42 31clean:
ab892b95 32 rm -rf ./.deps ./.pch
25a73439 33 rm -f ./*.o
250700e4 34 (cd cube && $(MAKE) clean)
e93c6860
VS
35 (cd isosurf && $(MAKE) clean)
36 (cd penguin && $(MAKE) clean)
250700e4 37
3af038c0 38distclean: clean
b14abf14 39 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
69199aad
VZ
40 (cd cube && $(MAKE) distclean)
41 (cd isosurf && $(MAKE) distclean)
42 (cd penguin && $(MAKE) distclean)
3af038c0 43
b17c1746
DE
44cube:
45 (cd cube && $(MAKE) all)
e93c6860
VS
46
47isosurf:
48 (cd isosurf && $(MAKE) all)
49
50penguin:
51 (cd penguin && $(MAKE) all)
49b0a3aa 52
cbd63f42
VS
53
54# Include dependency info, if present:
49b0a3aa 55@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 56
b17c1746 57.PHONY: all install uninstall clean distclean cube isosurf penguin