]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.unx
making sure cfbundle identifier has correct characters
[wxWidgets.git] / samples / opengl / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
00eef16d 3# Bakefile 0.2.9 (http://www.bakefile.org)
2add9e3c
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
22a3b6e4
VZ
13# Used toolkit [MSW,GTK]
14TOOLKIT ?= MSW
15
2add9e3c
RD
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
31all: cube isosurf penguin
32
8ece421c 33install:
2add9e3c
RD
34
35uninstall:
36
37clean:
38 rm -f ./*.o
39 rm -f ./*.d
6e0fbb3d
VS
40 -(cd cube && $(MAKE) clean)
41 -(cd isosurf && $(MAKE) clean)
42 -(cd penguin && $(MAKE) clean)
2add9e3c
RD
43
44cube:
45 (cd cube && $(MAKE) all)
46
47isosurf:
48 (cd isosurf && $(MAKE) all)
49
50penguin:
51 (cd penguin && $(MAKE) all)
52
53.PHONY: all install uninstall clean cube isosurf penguin
54
55
56# Dependencies tracking:
57-include ./*.d