]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/makefile.unx
making sure cfbundle identifier has correct characters
[wxWidgets.git] / samples / opengl / makefile.unx
... / ...
CommitLineData
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]
14TOOLKIT ?= 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
31all: cube isosurf penguin
32
33install:
34
35uninstall:
36
37clean:
38 rm -f ./*.o
39 rm -f ./*.d
40 -(cd cube && $(MAKE) clean)
41 -(cd isosurf && $(MAKE) clean)
42 -(cd penguin && $(MAKE) clean)
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