]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/Makefile.in
Fix for wrong replacement of the FALSE.
[wxWidgets.git] / samples / opengl / Makefile.in
CommitLineData
cbd63f42
VS
1# =========================================================================
2# This makefile was generated by
3fd9c298 3# Bakefile 0.1.4 (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
ab892b95 39 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
3af038c0 40
b17c1746
DE
41cube:
42 (cd cube && $(MAKE) all)
e93c6860
VS
43
44isosurf:
45 (cd isosurf && $(MAKE) all)
46
47penguin:
48 (cd penguin && $(MAKE) all)
49b0a3aa 49
cbd63f42
VS
50
51# Include dependency info, if present:
49b0a3aa 52@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 53
b17c1746 54.PHONY: all install uninstall clean distclean cube isosurf penguin