]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.unx
changed ds[pw] files to use CRLF eol style and not native one (this helps if you...
[wxWidgets.git] / samples / opengl / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
2add9e3c
RD
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
28all: cube isosurf penguin
29
30install: all
31
32uninstall:
33
34clean:
35 rm -f ./*.o
36 rm -f ./*.d
37 (cd cube && $(MAKE) clean)
38 (cd isosurf && $(MAKE) clean)
39 (cd penguin && $(MAKE) clean)
40
41cube:
42 (cd cube && $(MAKE) all)
43
44isosurf:
45 (cd isosurf && $(MAKE) all)
46
47penguin:
48 (cd penguin && $(MAKE) all)
49
50.PHONY: all install uninstall clean cube isosurf penguin
51
52
53# Dependencies tracking:
54-include ./*.d