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 # =========================================================================
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 KEYBOARD_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
44 ### Conditionally set variables: ###
61 keyboard: $(KEYBOARD_OBJECTS)
62 $(CXX) -o $@ $(KEYBOARD_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base`
64 keyboard_keyboard.o: ./keyboard.cpp
65 $(CXX) -c -o $@ $(KEYBOARD_CXXFLAGS) $(CPPDEPS) $<
67 .PHONY: all install uninstall clean
70 # Dependencies tracking: