]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.unx
More German translations updates from Sebastian Walderich.
[wxWidgets.git] / samples / opengl / makefile.unx
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7
8
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
12
13 # Used toolkit [MSW,GTK]
14 TOOLKIT ?= MSW
15
16
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24
25 ### Conditionally set variables: ###
26
27
28
29 ### Targets: ###
30
31 all: cube isosurf penguin
32
33 install:
34
35 uninstall:
36
37 clean:
38 rm -f ./*.o
39 rm -f ./*.d
40 -(cd cube && $(MAKE) clean)
41 -(cd isosurf && $(MAKE) clean)
42 -(cd penguin && $(MAKE) clean)
43
44 cube:
45 (cd cube && $(MAKE) all)
46
47 isosurf:
48 (cd isosurf && $(MAKE) all)
49
50 penguin:
51 (cd penguin && $(MAKE) all)
52
53 .PHONY: all install uninstall clean cube isosurf penguin
54
55
56 # Dependencies tracking:
57 -include ./*.d