]> git.saurik.com Git - wxWidgets.git/blame - samples/rotate/makefile.unx
remove debug code
[wxWidgets.git] / samples / rotate / 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# =========================================================================
7a632f10 6
7a632f10 7
7a632f10 8
2add9e3c
RD
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
7a632f10 12
2add9e3c
RD
13# C++ compiler
14CXX = g++
7a632f10 15
2add9e3c
RD
16# Standard flags for C++
17CXXFLAGS =
7a632f10 18
2add9e3c
RD
19# Standard preprocessor flags (common for CC and CXX)
20CPPFLAGS =
7a632f10 21
2add9e3c
RD
22# Standard linker flags
23LDFLAGS =
7a632f10 24
2add9e3c
RD
25# Location and arguments of wx-config script
26WX_CONFIG = wx-config
27
28# C++ flags to use with wxWidgets code
29WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
30
31
32
33# -------------------------------------------------------------------------
34# Do not modify the rest of this file!
35# -------------------------------------------------------------------------
36
37### Variables: ###
38
39CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
40ROTATE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
41ROTATE_OBJECTS = \
42 rotate_rotate.o
43
44### Conditionally set variables: ###
45
46
47
48### Targets: ###
49
50all: rotate
51
52install: all
53
54uninstall:
7a632f10
JS
55
56clean:
2add9e3c
RD
57 rm -f ./*.o
58 rm -f ./*.d
59 rm -f rotate
60
61rotate: $(ROTATE_OBJECTS)
62 $(CXX) -o $@ $(ROTATE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base`
63
64rotate_rotate.o: ./rotate.cpp
65 $(CXX) -c -o $@ $(ROTATE_CXXFLAGS) $(CPPDEPS) $<
66
67.PHONY: all install uninstall clean
68
69
70# Dependencies tracking:
71-include ./*.d