]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.1 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | ||
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # These are configurable options: | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | # C++ compiler | |
14 | CXX = g++ | |
15 | ||
16 | # Standard flags for C++ | |
17 | CXXFLAGS = | |
18 | ||
19 | # Standard preprocessor flags (common for CC and CXX) | |
20 | CPPFLAGS = | |
21 | ||
22 | # Standard linker flags | |
23 | LDFLAGS = | |
24 | ||
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 | DOCVWMDI_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) | |
41 | DOCVWMDI_OBJECTS = \ | |
42 | docvwmdi_docview.o \ | |
43 | docvwmdi_doc.o \ | |
44 | docvwmdi_view.o | |
45 | ||
46 | ### Conditionally set variables: ### | |
47 | ||
48 | ||
49 | ||
50 | ### Targets: ### | |
51 | ||
52 | all: docvwmdi | |
53 | ||
54 | install: all | |
55 | ||
56 | uninstall: | |
57 | ||
58 | clean: | |
59 | rm -f ./*.o | |
60 | rm -f ./*.d | |
61 | rm -f docvwmdi | |
62 | ||
63 | docvwmdi: $(DOCVWMDI_OBJECTS) | |
64 | $(CXX) -o $@ $(DOCVWMDI_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` | |
65 | ||
66 | docvwmdi_docview.o: ./docview.cpp | |
67 | $(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $< | |
68 | ||
69 | docvwmdi_doc.o: ./doc.cpp | |
70 | $(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $< | |
71 | ||
72 | docvwmdi_view.o: ./view.cpp | |
73 | $(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $< | |
74 | ||
75 | .PHONY: all install uninstall clean | |
76 | ||
77 | ||
78 | # Dependencies tracking: | |
79 | -include ./*.d |