]>
Commit | Line | Data |
---|---|---|
2add9e3c RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.0 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
fed485e0 | 6 | |
fed485e0 | 7 | |
fed485e0 | 8 | |
2add9e3c RD |
9 | # ------------------------------------------------------------------------- |
10 | # These are configurable options: | |
11 | # ------------------------------------------------------------------------- | |
fed485e0 | 12 | |
2add9e3c RD |
13 | # C++ compiler |
14 | CXX = g++ | |
e9093718 | 15 | |
2add9e3c RD |
16 | # Standard flags for C++ |
17 | CXXFLAGS = | |
e9093718 | 18 | |
2add9e3c RD |
19 | # Standard preprocessor flags (common for CC and CXX) |
20 | CPPFLAGS = | |
e9093718 | 21 | |
2add9e3c RD |
22 | # Standard linker flags |
23 | LDFLAGS = | |
e9093718 | 24 | |
2add9e3c RD |
25 | # Location and arguments of wx-config script |
26 | WX_CONFIG = wx-config | |
27 | ||
28 | # C++ flags to use with wxWidgets code | |
29 | WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags` | |
30 | ||
31 | ||
32 | ||
33 | # ------------------------------------------------------------------------- | |
34 | # Do not modify the rest of this file! | |
35 | # ------------------------------------------------------------------------- | |
36 | ||
37 | ### Variables: ### | |
38 | ||
39 | CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD | |
40 | HELP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) | |
41 | HELP_OBJECTS = \ | |
42 | help_demo.o | |
43 | ||
44 | ### Conditionally set variables: ### | |
45 | ||
46 | ||
47 | ||
48 | ### Targets: ### | |
49 | ||
50 | all: help | |
51 | ||
52 | install: all | |
53 | ||
54 | uninstall: | |
e9093718 RR |
55 | |
56 | clean: | |
2add9e3c RD |
57 | rm -f ./*.o |
58 | rm -f ./*.d | |
59 | rm -f help | |
60 | ||
61 | help: $(HELP_OBJECTS) | |
62 | $(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,adv,core,base` | |
63 | ||
64 | help_demo.o: ./demo.cpp | |
65 | $(CXX) -c -o $@ $(HELP_CXXFLAGS) $(CPPDEPS) $< | |
66 | ||
67 | .PHONY: all install uninstall clean | |
68 | ||
69 | ||
70 | # Dependencies tracking: | |
71 | -include ./*.d |