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 # =========================================================================
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
16 # Standard flags for C++
19 # Standard preprocessor flags (common for CC and CXX)
22 # Standard linker flags
25 # Location and arguments of wx-config script
28 # C++ flags to use with wxWidgets code
29 WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
33 # -------------------------------------------------------------------------
34 # Do not modify the rest of this file!
35 # -------------------------------------------------------------------------
39 CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
40 WIDGETS_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
42 widgets_bmpcombobox.o \
50 widgets_filepicker.o \
51 widgets_fontpicker.o \
56 widgets_odcombobox.o \
65 ### Conditionally set variables: ###
82 widgets: $(WIDGETS_OBJECTS)
83 $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs xml,adv,html,core,base`
85 widgets_bmpcombobox.o: ./bmpcombobox.cpp
86 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
88 widgets_button.o: ./button.cpp
89 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
91 widgets_checkbox.o: ./checkbox.cpp
92 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
94 widgets_clrpicker.o: ./clrpicker.cpp
95 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
97 widgets_combobox.o: ./combobox.cpp
98 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
100 widgets_datepick.o: ./datepick.cpp
101 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
103 widgets_dirctrl.o: ./dirctrl.cpp
104 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
106 widgets_dirpicker.o: ./dirpicker.cpp
107 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
109 widgets_filepicker.o: ./filepicker.cpp
110 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
112 widgets_fontpicker.o: ./fontpicker.cpp
113 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
115 widgets_gauge.o: ./gauge.cpp
116 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
118 widgets_hyperlnk.o: ./hyperlnk.cpp
119 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
121 widgets_listbox.o: ./listbox.cpp
122 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
124 widgets_notebook.o: ./notebook.cpp
125 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
127 widgets_odcombobox.o: ./odcombobox.cpp
128 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
130 widgets_radiobox.o: ./radiobox.cpp
131 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
133 widgets_slider.o: ./slider.cpp
134 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
136 widgets_spinbtn.o: ./spinbtn.cpp
137 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
139 widgets_static.o: ./static.cpp
140 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
142 widgets_textctrl.o: ./textctrl.cpp
143 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
145 widgets_toggle.o: ./toggle.cpp
146 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
148 widgets_widgets.o: ./widgets.cpp
149 $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $<
151 .PHONY: all install uninstall clean
154 # Dependencies tracking: