]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/Makefile.in
Applied patch [ 868061 ] Warning free OGL
[wxWidgets.git] / samples / opengl / Makefile.in
CommitLineData
cbd63f42
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.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
cbd63f42 25clean:
ab892b95 26 rm -rf ./.deps ./.pch
25a73439 27 rm -f ./*.o
250700e4 28 (cd cube && $(MAKE) clean)
e93c6860
VS
29 (cd isosurf && $(MAKE) clean)
30 (cd penguin && $(MAKE) clean)
250700e4
RD
31
32cube:
33 (cd cube && $(MAKE) all)
cbd63f42 34
3af038c0 35distclean: clean
ab892b95 36 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
3af038c0 37
cbd63f42
VS
38install: all
39
3af038c0 40install-strip: install
e93c6860
VS
41
42isosurf:
43 (cd isosurf && $(MAKE) all)
44
45penguin:
46 (cd penguin && $(MAKE) all)
49b0a3aa 47
cbd63f42
VS
48uninstall:
49
50
51# Include dependency info, if present:
49b0a3aa 52@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 53
e93c6860 54.PHONY: all clean cube distclean install isosurf penguin uninstall