]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.unx
fix unused parameter warning after last change
[wxWidgets.git] / samples / mobile / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (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: styles wxedit
29
30install: all
31
32uninstall:
33
34clean:
35 rm -f ./*.o
36 rm -f ./*.d
37 (cd styles && $(MAKE) clean)
38 (cd wxedit && $(MAKE) clean)
39
40styles:
41 (cd styles && $(MAKE) all)
42
43wxedit:
44 (cd wxedit && $(MAKE) all)
45
46.PHONY: all install uninstall clean styles wxedit
47
48
49# Dependencies tracking:
50-include ./*.d