]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.unx
Fix wxKeyEvent::m_uniChar for EVT_CHAR for native controls in wxGTK.
[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
14
15 # -------------------------------------------------------------------------
16 # Do not modify the rest of this file!
17 # -------------------------------------------------------------------------
18
19 ### Variables: ###
20
21
22 ### Conditionally set variables: ###
23
24
25
26 ### Targets: ###
27
28 all: cube isosurf penguin
29
30 install:
31
32 uninstall:
33
34 clean:
35 rm -f ./*.o
36 rm -f ./*.d
37 -(cd cube && $(MAKE) clean)
38 -(cd isosurf && $(MAKE) clean)
39 -(cd penguin && $(MAKE) clean)
40
41 cube:
42 (cd cube && $(MAKE) all)
43
44 isosurf:
45 (cd isosurf && $(MAKE) all)
46
47 penguin:
48 (cd penguin && $(MAKE) all)
49
50 .PHONY: all install uninstall clean cube isosurf penguin
51
52
53 # Dependencies tracking:
54 -include ./*.d