]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.unx
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / samples / opengl / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
f82b7036 3# Bakefile 0.2.8 (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
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
8ece421c 30install:
2add9e3c
RD
31
32uninstall:
33
34clean:
35 rm -f ./*.o
36 rm -f ./*.d
6e0fbb3d
VS
37 -(cd cube && $(MAKE) clean)
38 -(cd isosurf && $(MAKE) clean)
39 -(cd penguin && $(MAKE) clean)
2add9e3c
RD
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