diff --git a/samples/access/makefile.unx b/samples/access/makefile.unx index dc2c7e69c4..cc5a4e0afb 100644 --- a/samples/access/makefile.unx +++ b/samples/access/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ACCESSTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ACCESSTEST_OBJECTS = \ accesstest_accesstest.o @@ -49,7 +49,7 @@ ACCESSTEST_OBJECTS = \ all: accesstest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f accesstest accesstest: $(ACCESSTEST_OBJECTS) - $(CXX) -o $@ $(ACCESSTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(ACCESSTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) accesstest_accesstest.o: ./accesstest.cpp $(CXX) -c -o $@ $(ACCESSTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/animate/makefile.unx b/samples/animate/makefile.unx index 2390d92e3e..29ed436324 100644 --- a/samples/animate/makefile.unx +++ b/samples/animate/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ANITEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ANITEST_OBJECTS = \ anitest_anitest.o @@ -49,7 +49,7 @@ ANITEST_OBJECTS = \ all: anitest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f anitest anitest: $(ANITEST_OBJECTS) - $(CXX) -o $@ $(ANITEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,core,base` + $(CXX) -o $@ $(ANITEST_OBJECTS) `$(WX_CONFIG) --libs adv,core,base` $(LDFLAGS) anitest_anitest.o: ./anitest.cpp $(CXX) -c -o $@ $(ANITEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/artprov/makefile.unx b/samples/artprov/makefile.unx index e189bb80e9..2b035e4d0f 100644 --- a/samples/artprov/makefile.unx +++ b/samples/artprov/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ARTTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ARTTEST_OBJECTS = \ arttest_arttest.o \ @@ -50,7 +50,7 @@ ARTTEST_OBJECTS = \ all: arttest -install: all +install: uninstall: @@ -60,7 +60,7 @@ clean: rm -f arttest arttest: $(ARTTEST_OBJECTS) - $(CXX) -o $@ $(ARTTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(ARTTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) arttest_arttest.o: ./arttest.cpp $(CXX) -c -o $@ $(ARTTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/aui/makefile.unx b/samples/aui/makefile.unx index d10cbc7c1e..563cc97ac7 100644 --- a/samples/aui/makefile.unx +++ b/samples/aui/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP AUIDEMO_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) AUIDEMO_OBJECTS = \ auidemo_auidemo.o @@ -49,7 +49,7 @@ AUIDEMO_OBJECTS = \ all: auidemo -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f auidemo auidemo: $(AUIDEMO_OBJECTS) - $(CXX) -o $@ $(AUIDEMO_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs aui,html,adv,core,xml,base` + $(CXX) -o $@ $(AUIDEMO_OBJECTS) `$(WX_CONFIG) --libs aui,html,adv,core,xml,base` $(LDFLAGS) auidemo_auidemo.o: ./auidemo.cpp $(CXX) -c -o $@ $(AUIDEMO_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/calendar/makefile.unx b/samples/calendar/makefile.unx index c17c03c892..8188beee06 100644 --- a/samples/calendar/makefile.unx +++ b/samples/calendar/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CALENDAR_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CALENDAR_OBJECTS = \ calendar_calendar.o @@ -49,7 +49,7 @@ CALENDAR_OBJECTS = \ all: calendar -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f calendar calendar: $(CALENDAR_OBJECTS) - $(CXX) -o $@ $(CALENDAR_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(CALENDAR_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) calendar_calendar.o: ./calendar.cpp $(CXX) -c -o $@ $(CALENDAR_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/caret/makefile.unx b/samples/caret/makefile.unx index c25bef79da..1e7a74a5ef 100644 --- a/samples/caret/makefile.unx +++ b/samples/caret/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CARET_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CARET_OBJECTS = \ caret_caret.o @@ -49,7 +49,7 @@ CARET_OBJECTS = \ all: caret -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f caret caret: $(CARET_OBJECTS) - $(CXX) -o $@ $(CARET_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(CARET_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) caret_caret.o: ./caret.cpp $(CXX) -c -o $@ $(CARET_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/checklst/makefile.unx b/samples/checklst/makefile.unx index 72f1a1bf66..da643bc383 100644 --- a/samples/checklst/makefile.unx +++ b/samples/checklst/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CHECKLST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CHECKLST_OBJECTS = \ checklst_checklst.o @@ -49,7 +49,7 @@ CHECKLST_OBJECTS = \ all: checklst -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f checklst checklst: $(CHECKLST_OBJECTS) - $(CXX) -o $@ $(CHECKLST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(CHECKLST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) checklst_checklst.o: ./checklst.cpp $(CXX) -c -o $@ $(CHECKLST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/collpane/makefile.unx b/samples/collpane/makefile.unx index 53420fd03f..8a5749bda5 100644 --- a/samples/collpane/makefile.unx +++ b/samples/collpane/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP COLLPANE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) COLLPANE_OBJECTS = \ collpane_collpane.o @@ -49,7 +49,7 @@ COLLPANE_OBJECTS = \ all: collpane -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f collpane collpane: $(COLLPANE_OBJECTS) - $(CXX) -o $@ $(COLLPANE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,core,base` + $(CXX) -o $@ $(COLLPANE_OBJECTS) `$(WX_CONFIG) --libs adv,core,base` $(LDFLAGS) collpane_collpane.o: ./collpane.cpp $(CXX) -c -o $@ $(COLLPANE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/combo/makefile.unx b/samples/combo/makefile.unx index af90891255..8969d5f410 100644 --- a/samples/combo/makefile.unx +++ b/samples/combo/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP COMBO_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) COMBO_OBJECTS = \ combo_combo.o @@ -49,7 +49,7 @@ COMBO_OBJECTS = \ all: combo -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f combo combo: $(COMBO_OBJECTS) - $(CXX) -o $@ $(COMBO_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,core,base` + $(CXX) -o $@ $(COMBO_OBJECTS) `$(WX_CONFIG) --libs adv,core,base` $(LDFLAGS) combo_combo.o: ./combo.cpp $(CXX) -c -o $@ $(COMBO_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/config/makefile.unx b/samples/config/makefile.unx index e68a3f63cd..3d19e92d83 100644 --- a/samples/config/makefile.unx +++ b/samples/config/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CONFTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CONFTEST_OBJECTS = \ conftest_conftest.o @@ -49,7 +49,7 @@ CONFTEST_OBJECTS = \ all: conftest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f conftest conftest: $(CONFTEST_OBJECTS) - $(CXX) -o $@ $(CONFTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(CONFTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) conftest_conftest.o: ./conftest.cpp $(CXX) -c -o $@ $(CONFTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/console/makefile.unx b/samples/console/makefile.unx index ea7f18231a..1a9ce4ac65 100644 --- a/samples/console/makefile.unx +++ b/samples/console/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CONSOLE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CONSOLE_OBJECTS = \ console_console.o @@ -49,7 +49,7 @@ CONSOLE_OBJECTS = \ all: console -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f console console: $(CONSOLE_OBJECTS) - $(CXX) -o $@ $(CONSOLE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs net,odbc,base` + $(CXX) -o $@ $(CONSOLE_OBJECTS) `$(WX_CONFIG) --libs net,odbc,base` $(LDFLAGS) console_console.o: ./console.cpp $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/controls/makefile.unx b/samples/controls/makefile.unx index a09a2aaa2b..f27d26b91d 100644 --- a/samples/controls/makefile.unx +++ b/samples/controls/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CONTROLS_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CONTROLS_OBJECTS = \ controls_controls.o @@ -49,7 +49,7 @@ CONTROLS_OBJECTS = \ all: controls -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f controls controls: $(CONTROLS_OBJECTS) - $(CXX) -o $@ $(CONTROLS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(CONTROLS_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) controls_controls.o: ./controls.cpp $(CXX) -c -o $@ $(CONTROLS_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dataview/makefile.unx b/samples/dataview/makefile.unx index d8788fc3cf..19b3aac5f4 100644 --- a/samples/dataview/makefile.unx +++ b/samples/dataview/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DATAVIEW_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DATAVIEW_OBJECTS = \ dataview_dataview.o @@ -49,7 +49,7 @@ DATAVIEW_OBJECTS = \ all: dataview -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f dataview dataview: $(DATAVIEW_OBJECTS) - $(CXX) -o $@ $(DATAVIEW_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,core,base` + $(CXX) -o $@ $(DATAVIEW_OBJECTS) `$(WX_CONFIG) --libs adv,core,base` $(LDFLAGS) dataview_dataview.o: ./dataview.cpp $(CXX) -c -o $@ $(DATAVIEW_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/db/makefile.unx b/samples/db/makefile.unx index 3f0815b739..6b4e8a53f1 100644 --- a/samples/db/makefile.unx +++ b/samples/db/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DBTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DBTEST_OBJECTS = \ dbtest_dbtest.o \ @@ -50,7 +50,7 @@ DBTEST_OBJECTS = \ all: dbtest -install: all +install: uninstall: @@ -60,7 +60,7 @@ clean: rm -f dbtest dbtest: $(DBTEST_OBJECTS) - $(CXX) -o $@ $(DBTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs dbgrid,odbc,adv,html,xml,core,base` + $(CXX) -o $@ $(DBTEST_OBJECTS) `$(WX_CONFIG) --libs dbgrid,odbc,adv,html,xml,core,base` $(LDFLAGS) dbtest_dbtest.o: ./dbtest.cpp $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/debugrpt/makefile.unx b/samples/debugrpt/makefile.unx index 2063a5b868..e2e750d6e0 100644 --- a/samples/debugrpt/makefile.unx +++ b/samples/debugrpt/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DEBUGRPT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DEBUGRPT_OBJECTS = \ debugrpt_debugrpt.o @@ -49,7 +49,7 @@ DEBUGRPT_OBJECTS = \ all: debugrpt -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f debugrpt debugrpt: $(DEBUGRPT_OBJECTS) - $(CXX) -o $@ $(DEBUGRPT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs qa,core,base` + $(CXX) -o $@ $(DEBUGRPT_OBJECTS) `$(WX_CONFIG) --libs qa,core,base` $(LDFLAGS) debugrpt_debugrpt.o: ./debugrpt.cpp $(CXX) -c -o $@ $(DEBUGRPT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dialogs/makefile.unx b/samples/dialogs/makefile.unx index 7d957d79b8..0424030a67 100644 --- a/samples/dialogs/makefile.unx +++ b/samples/dialogs/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DIALOGS_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DIALOGS_OBJECTS = \ dialogs_dialogs.o @@ -49,7 +49,7 @@ DIALOGS_OBJECTS = \ all: dialogs -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f dialogs dialogs: $(DIALOGS_OBJECTS) - $(CXX) -o $@ $(DIALOGS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(DIALOGS_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) dialogs_dialogs.o: ./dialogs.cpp $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dialup/makefile.unx b/samples/dialup/makefile.unx index 6111b8a704..e9045ebe58 100644 --- a/samples/dialup/makefile.unx +++ b/samples/dialup/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP NETTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) NETTEST_OBJECTS = \ nettest_nettest.o @@ -49,7 +49,7 @@ NETTEST_OBJECTS = \ all: nettest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f nettest nettest: $(NETTEST_OBJECTS) - $(CXX) -o $@ $(NETTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(NETTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) nettest_nettest.o: ./nettest.cpp $(CXX) -c -o $@ $(NETTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/display/makefile.unx b/samples/display/makefile.unx index a9d40e2067..3d3c9709e2 100644 --- a/samples/display/makefile.unx +++ b/samples/display/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DISPLAY_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DISPLAY_OBJECTS = \ display_display.o @@ -49,7 +49,7 @@ DISPLAY_OBJECTS = \ all: display -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f display display: $(DISPLAY_OBJECTS) - $(CXX) -o $@ $(DISPLAY_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DISPLAY_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) display_display.o: ./display.cpp $(CXX) -c -o $@ $(DISPLAY_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dnd/makefile.unx b/samples/dnd/makefile.unx index d25113acb0..8e360408be 100644 --- a/samples/dnd/makefile.unx +++ b/samples/dnd/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DND_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DND_OBJECTS = \ dnd_dnd.o @@ -49,7 +49,7 @@ DND_OBJECTS = \ all: dnd -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f dnd dnd: $(DND_OBJECTS) - $(CXX) -o $@ $(DND_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DND_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) dnd_dnd.o: ./dnd.cpp $(CXX) -c -o $@ $(DND_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/docview/makefile.unx b/samples/docview/makefile.unx index f263f15c2c..e696600265 100644 --- a/samples/docview/makefile.unx +++ b/samples/docview/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DOCVIEW_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DOCVIEW_OBJECTS = \ docview_docview.o \ @@ -51,7 +51,7 @@ DOCVIEW_OBJECTS = \ all: docview -install: all +install: uninstall: @@ -61,7 +61,7 @@ clean: rm -f docview docview: $(DOCVIEW_OBJECTS) - $(CXX) -o $@ $(DOCVIEW_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DOCVIEW_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) docview_docview.o: ./docview.cpp $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/docvwmdi/makefile.unx b/samples/docvwmdi/makefile.unx index 4f0dc7f38a..9f54f4e081 100644 --- a/samples/docvwmdi/makefile.unx +++ b/samples/docvwmdi/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DOCVWMDI_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DOCVWMDI_OBJECTS = \ docvwmdi_docview.o \ @@ -51,7 +51,7 @@ DOCVWMDI_OBJECTS = \ all: docvwmdi -install: all +install: uninstall: @@ -61,7 +61,7 @@ clean: rm -f docvwmdi docvwmdi: $(DOCVWMDI_OBJECTS) - $(CXX) -o $@ $(DOCVWMDI_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DOCVWMDI_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) docvwmdi_docview.o: ./docview.cpp $(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dragimag/makefile.unx b/samples/dragimag/makefile.unx index 1b2f1cea98..9019e40185 100644 --- a/samples/dragimag/makefile.unx +++ b/samples/dragimag/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DRAGIMAG_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DRAGIMAG_OBJECTS = \ dragimag_dragimag.o @@ -49,7 +49,7 @@ DRAGIMAG_OBJECTS = \ all: dragimag -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f dragimag dragimag: $(DRAGIMAG_OBJECTS) - $(CXX) -o $@ $(DRAGIMAG_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DRAGIMAG_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) dragimag_dragimag.o: ./dragimag.cpp $(CXX) -c -o $@ $(DRAGIMAG_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/drawing/makefile.unx b/samples/drawing/makefile.unx index 2c13c9bf25..0942e4bdf4 100644 --- a/samples/drawing/makefile.unx +++ b/samples/drawing/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DRAWING_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DRAWING_OBJECTS = \ drawing_drawing.o @@ -49,7 +49,7 @@ DRAWING_OBJECTS = \ all: drawing -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f drawing drawing: $(DRAWING_OBJECTS) - $(CXX) -o $@ $(DRAWING_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DRAWING_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) drawing_drawing.o: ./drawing.cpp $(CXX) -c -o $@ $(DRAWING_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/dynamic/makefile.unx b/samples/dynamic/makefile.unx index 85f67fbbe8..2ed4cfa63c 100644 --- a/samples/dynamic/makefile.unx +++ b/samples/dynamic/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP DYNAMIC_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) DYNAMIC_OBJECTS = \ dynamic_dynamic.o @@ -49,7 +49,7 @@ DYNAMIC_OBJECTS = \ all: dynamic -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f dynamic dynamic: $(DYNAMIC_OBJECTS) - $(CXX) -o $@ $(DYNAMIC_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(DYNAMIC_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) dynamic_dynamic.o: ./dynamic.cpp $(CXX) -c -o $@ $(DYNAMIC_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/erase/makefile.unx b/samples/erase/makefile.unx index 054def887d..7cae9dc7d8 100644 --- a/samples/erase/makefile.unx +++ b/samples/erase/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ERASE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ERASE_OBJECTS = \ erase_erase.o @@ -49,7 +49,7 @@ ERASE_OBJECTS = \ all: erase -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f erase erase: $(ERASE_OBJECTS) - $(CXX) -o $@ $(ERASE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(ERASE_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) erase_erase.o: ./erase.cpp $(CXX) -c -o $@ $(ERASE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/event/makefile.unx b/samples/event/makefile.unx index dc5000e2e1..44ca7a2d0f 100644 --- a/samples/event/makefile.unx +++ b/samples/event/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP EVENT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) EVENT_OBJECTS = \ event_event.o @@ -49,7 +49,7 @@ EVENT_OBJECTS = \ all: event -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f event event: $(EVENT_OBJECTS) - $(CXX) -o $@ $(EVENT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(EVENT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) event_event.o: ./event.cpp $(CXX) -c -o $@ $(EVENT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/except/makefile.unx b/samples/except/makefile.unx index 35c98ac386..0a5a5a966b 100644 --- a/samples/except/makefile.unx +++ b/samples/except/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP EXCEPT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) EXCEPT_OBJECTS = \ except_except.o @@ -49,7 +49,7 @@ EXCEPT_OBJECTS = \ all: except -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f except except: $(EXCEPT_OBJECTS) - $(CXX) -o $@ $(EXCEPT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(EXCEPT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) except_except.o: ./except.cpp $(CXX) -c -o $@ $(EXCEPT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/exec/makefile.unx b/samples/exec/makefile.unx index 05777810bf..e7217fc5c1 100644 --- a/samples/exec/makefile.unx +++ b/samples/exec/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP EXEC_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) EXEC_OBJECTS = \ exec_exec.o @@ -49,7 +49,7 @@ EXEC_OBJECTS = \ all: exec -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f exec exec: $(EXEC_OBJECTS) - $(CXX) -o $@ $(EXEC_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(EXEC_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) exec_exec.o: ./exec.cpp $(CXX) -c -o $@ $(EXEC_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/font/makefile.unx b/samples/font/makefile.unx index df183d6c91..90768fbc6d 100644 --- a/samples/font/makefile.unx +++ b/samples/font/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP FONT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) FONT_OBJECTS = \ font_font.o @@ -49,7 +49,7 @@ FONT_OBJECTS = \ all: font -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f font font: $(FONT_OBJECTS) - $(CXX) -o $@ $(FONT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(FONT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) font_font.o: ./font.cpp $(CXX) -c -o $@ $(FONT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/grid/makefile.unx b/samples/grid/makefile.unx index d38e6cba22..b5d539d551 100644 --- a/samples/grid/makefile.unx +++ b/samples/grid/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP GRID_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) GRID_OBJECTS = \ grid_griddemo.o @@ -49,7 +49,7 @@ GRID_OBJECTS = \ all: grid -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f grid grid: $(GRID_OBJECTS) - $(CXX) -o $@ $(GRID_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(GRID_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) grid_griddemo.o: ./griddemo.cpp $(CXX) -c -o $@ $(GRID_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/help/makefile.unx b/samples/help/makefile.unx index 28a3f224b5..e7d805c649 100644 --- a/samples/help/makefile.unx +++ b/samples/help/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HELP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HELP_OBJECTS = \ help_demo.o @@ -49,7 +49,7 @@ HELP_OBJECTS = \ all: help -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f help help: $(HELP_OBJECTS) - $(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,adv,core,base` + $(CXX) -o $@ $(HELP_OBJECTS) `$(WX_CONFIG) --libs html,adv,core,base` $(LDFLAGS) help_demo.o: ./demo.cpp $(CXX) -c -o $@ $(HELP_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/htlbox/makefile.unx b/samples/htlbox/makefile.unx index 81ff0601a1..c8be1e2c80 100644 --- a/samples/htlbox/makefile.unx +++ b/samples/htlbox/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HTLBOX_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HTLBOX_OBJECTS = \ htlbox_htlbox.o @@ -49,7 +49,7 @@ HTLBOX_OBJECTS = \ all: htlbox -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f htlbox htlbox: $(HTLBOX_OBJECTS) - $(CXX) -o $@ $(HTLBOX_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(HTLBOX_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) htlbox_htlbox.o: ./htlbox.cpp $(CXX) -c -o $@ $(HTLBOX_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index d216c12f73..020bbe99cc 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -23,7 +23,7 @@ DESTDIR = all: about help helpview printing test virtual widget zip -install: all +install: uninstall: @@ -78,6 +78,7 @@ zip: # Include dependency info, if present: -@IF_GNU_MAKE@-include .deps/*.d +@IF_GNU_MAKE@-include ./.deps/*.d -.PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip +.PHONY: all install uninstall clean distclean about help helpview printing test \ + virtual widget zip diff --git a/samples/html/about/makefile.unx b/samples/html/about/makefile.unx index 87e1f004ab..3320d4400c 100644 --- a/samples/html/about/makefile.unx +++ b/samples/html/about/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ABOUT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ABOUT_OBJECTS = \ about_about.o @@ -49,7 +49,7 @@ ABOUT_OBJECTS = \ all: about -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f about about: $(ABOUT_OBJECTS) - $(CXX) -o $@ $(ABOUT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(ABOUT_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) about_about.o: ./about.cpp $(CXX) -c -o $@ $(ABOUT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/help/makefile.unx b/samples/html/help/makefile.unx index a9a5b209c3..9f5ba1bd06 100644 --- a/samples/html/help/makefile.unx +++ b/samples/html/help/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HTMLHELP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HTMLHELP_OBJECTS = \ htmlhelp_help.o @@ -49,7 +49,7 @@ HTMLHELP_OBJECTS = \ all: htmlhelp -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f htmlhelp htmlhelp: $(HTMLHELP_OBJECTS) - $(CXX) -o $@ $(HTMLHELP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(HTMLHELP_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) htmlhelp_help.o: ./help.cpp $(CXX) -c -o $@ $(HTMLHELP_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/helpview/makefile.unx b/samples/html/helpview/makefile.unx index 3e3c153b12..f598a1024f 100644 --- a/samples/html/helpview/makefile.unx +++ b/samples/html/helpview/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HELPVIEW_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HELPVIEW_OBJECTS = \ helpview_helpview.o @@ -49,7 +49,7 @@ HELPVIEW_OBJECTS = \ all: helpview -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f helpview helpview: $(HELPVIEW_OBJECTS) - $(CXX) -o $@ $(HELPVIEW_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(HELPVIEW_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) helpview_helpview.o: ./helpview.cpp $(CXX) -c -o $@ $(HELPVIEW_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/htmlctrl/makefile.unx b/samples/html/htmlctrl/makefile.unx index fed82a3ece..acfe68035f 100644 --- a/samples/html/htmlctrl/makefile.unx +++ b/samples/html/htmlctrl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HTMLCTRL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HTMLCTRL_OBJECTS = \ htmlctrl_htmlctrl.o @@ -49,7 +49,7 @@ HTMLCTRL_OBJECTS = \ all: htmlctrl -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f htmlctrl htmlctrl: $(HTMLCTRL_OBJECTS) - $(CXX) -o $@ $(HTMLCTRL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(HTMLCTRL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) htmlctrl_htmlctrl.o: ./htmlctrl.cpp $(CXX) -c -o $@ $(HTMLCTRL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/makefile.bcc b/samples/html/makefile.bcc index 9438610bf2..120d4414b0 100644 --- a/samples/html/makefile.bcc +++ b/samples/html/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index 5ff3bc6409..cb26759721 100644 --- a/samples/html/makefile.gcc +++ b/samples/html/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/html/makefile.unx b/samples/html/makefile.unx index 0dff315557..a4c75859b7 100644 --- a/samples/html/makefile.unx +++ b/samples/html/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -27,7 +27,7 @@ all: about help helpview printing test virtual widget zip -install: all +install: uninstall: @@ -67,7 +67,8 @@ widget: zip: (cd zip && $(MAKE) all) -.PHONY: all install uninstall clean about help helpview printing test virtual widget zip +.PHONY: all install uninstall clean about help helpview printing test virtual widget \ + zip # Dependencies tracking: diff --git a/samples/html/makefile.vc b/samples/html/makefile.vc index 3d93372294..ddace4bb78 100644 --- a/samples/html/makefile.vc +++ b/samples/html/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/html/printing/makefile.unx b/samples/html/printing/makefile.unx index 910fa40f12..3aa929b8e8 100644 --- a/samples/html/printing/makefile.unx +++ b/samples/html/printing/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP HTMLPRINTING_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) HTMLPRINTING_OBJECTS = \ htmlprinting_printing.o @@ -49,7 +49,7 @@ HTMLPRINTING_OBJECTS = \ all: htmlprinting -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f htmlprinting htmlprinting: $(HTMLPRINTING_OBJECTS) - $(CXX) -o $@ $(HTMLPRINTING_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(HTMLPRINTING_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) htmlprinting_printing.o: ./printing.cpp $(CXX) -c -o $@ $(HTMLPRINTING_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/test/makefile.unx b/samples/html/test/makefile.unx index 6dc7ece7b3..b1e0b3065c 100644 --- a/samples/html/test/makefile.unx +++ b/samples/html/test/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TEST_OBJECTS = \ test_test.o @@ -49,7 +49,7 @@ TEST_OBJECTS = \ all: test -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f test test: $(TEST_OBJECTS) - $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,net,base` + $(CXX) -o $@ $(TEST_OBJECTS) `$(WX_CONFIG) --libs html,core,net,base` $(LDFLAGS) test_test.o: ./test.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/virtual/makefile.unx b/samples/html/virtual/makefile.unx index 8905f8aab5..de1d3d8c30 100644 --- a/samples/html/virtual/makefile.unx +++ b/samples/html/virtual/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP VIRTUAL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) VIRTUAL_OBJECTS = \ virtual_virtual.o @@ -49,7 +49,7 @@ VIRTUAL_OBJECTS = \ all: virtual -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f virtual virtual: $(VIRTUAL_OBJECTS) - $(CXX) -o $@ $(VIRTUAL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(VIRTUAL_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) virtual_virtual.o: ./virtual.cpp $(CXX) -c -o $@ $(VIRTUAL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/widget/makefile.unx b/samples/html/widget/makefile.unx index 352a8200eb..4d94cb6bbf 100644 --- a/samples/html/widget/makefile.unx +++ b/samples/html/widget/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP WIDGET_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) WIDGET_OBJECTS = \ widget_widget.o @@ -49,7 +49,7 @@ WIDGET_OBJECTS = \ all: widget -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f widget widget: $(WIDGET_OBJECTS) - $(CXX) -o $@ $(WIDGET_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(WIDGET_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) widget_widget.o: ./widget.cpp $(CXX) -c -o $@ $(WIDGET_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/html/zip/makefile.unx b/samples/html/zip/makefile.unx index 7da46c6771..b0d134cab3 100644 --- a/samples/html/zip/makefile.unx +++ b/samples/html/zip/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ZIP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ZIP_OBJECTS = \ zip_zip.o @@ -49,7 +49,7 @@ ZIP_OBJECTS = \ all: zip -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f zip zip: $(ZIP_OBJECTS) - $(CXX) -o $@ $(ZIP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base` + $(CXX) -o $@ $(ZIP_OBJECTS) `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS) zip_zip.o: ./zip.cpp $(CXX) -c -o $@ $(ZIP_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/image/makefile.unx b/samples/image/makefile.unx index 64ad37cb6f..01c7b7b1ac 100644 --- a/samples/image/makefile.unx +++ b/samples/image/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP IMAGE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) IMAGE_OBJECTS = \ image_image.o @@ -49,7 +49,7 @@ IMAGE_OBJECTS = \ all: image -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f image image: $(IMAGE_OBJECTS) - $(CXX) -o $@ $(IMAGE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(IMAGE_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) image_image.o: ./image.cpp $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/internat/makefile.unx b/samples/internat/makefile.unx index 1f7d99d4c8..5954bab355 100644 --- a/samples/internat/makefile.unx +++ b/samples/internat/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP INTERNAT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) INTERNAT_OBJECTS = \ internat_internat.o @@ -49,7 +49,7 @@ INTERNAT_OBJECTS = \ all: internat -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f internat internat: $(INTERNAT_OBJECTS) - $(CXX) -o $@ $(INTERNAT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(INTERNAT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) internat_internat.o: ./internat.cpp $(CXX) -c -o $@ $(INTERNAT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/ipc/makefile.unx b/samples/ipc/makefile.unx index c09b870b4f..f82522ae59 100644 --- a/samples/ipc/makefile.unx +++ b/samples/ipc/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP IPCCLIENT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) IPCCLIENT_OBJECTS = \ ipcclient_client.o @@ -52,7 +52,7 @@ IPCSERVER_OBJECTS = \ all: ipcclient ipcserver -install: all +install: uninstall: @@ -63,10 +63,10 @@ clean: rm -f ipcserver ipcclient: $(IPCCLIENT_OBJECTS) - $(CXX) -o $@ $(IPCCLIENT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,net,base` + $(CXX) -o $@ $(IPCCLIENT_OBJECTS) `$(WX_CONFIG) --libs core,net,base` $(LDFLAGS) ipcserver: $(IPCSERVER_OBJECTS) - $(CXX) -o $@ $(IPCSERVER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,net,base` + $(CXX) -o $@ $(IPCSERVER_OBJECTS) `$(WX_CONFIG) --libs core,net,base` $(LDFLAGS) ipcclient_client.o: ./client.cpp $(CXX) -c -o $@ $(IPCCLIENT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/joytest/makefile.unx b/samples/joytest/makefile.unx index a06cf9f33f..5ed64e566e 100644 --- a/samples/joytest/makefile.unx +++ b/samples/joytest/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP JOYTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) JOYTEST_OBJECTS = \ joytest_joytest.o @@ -49,7 +49,7 @@ JOYTEST_OBJECTS = \ all: joytest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f joytest joytest: $(JOYTEST_OBJECTS) - $(CXX) -o $@ $(JOYTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(JOYTEST_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) joytest_joytest.o: ./joytest.cpp $(CXX) -c -o $@ $(JOYTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/keyboard/makefile.unx b/samples/keyboard/makefile.unx index 8c73123bcd..284a24d102 100644 --- a/samples/keyboard/makefile.unx +++ b/samples/keyboard/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP KEYBOARD_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) KEYBOARD_OBJECTS = \ keyboard_keyboard.o @@ -49,7 +49,7 @@ KEYBOARD_OBJECTS = \ all: keyboard -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f keyboard keyboard: $(KEYBOARD_OBJECTS) - $(CXX) -o $@ $(KEYBOARD_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(KEYBOARD_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) keyboard_keyboard.o: ./keyboard.cpp $(CXX) -c -o $@ $(KEYBOARD_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/layout/makefile.unx b/samples/layout/makefile.unx index f280cf0f3d..6bc6a197bb 100644 --- a/samples/layout/makefile.unx +++ b/samples/layout/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP LAYOUT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) LAYOUT_OBJECTS = \ layout_layout.o @@ -49,7 +49,7 @@ LAYOUT_OBJECTS = \ all: layout -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f layout layout: $(LAYOUT_OBJECTS) - $(CXX) -o $@ $(LAYOUT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(LAYOUT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) layout_layout.o: ./layout.cpp $(CXX) -c -o $@ $(LAYOUT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/listbox/makefile.unx b/samples/listbox/makefile.unx index 37b18c4fb8..9563cb9ad4 100644 --- a/samples/listbox/makefile.unx +++ b/samples/listbox/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP LISTBOX_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) LISTBOX_OBJECTS = \ listbox_lboxtest.o @@ -49,7 +49,7 @@ LISTBOX_OBJECTS = \ all: listbox -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f listbox listbox: $(LISTBOX_OBJECTS) - $(CXX) -o $@ $(LISTBOX_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(LISTBOX_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) listbox_lboxtest.o: ./lboxtest.cpp $(CXX) -c -o $@ $(LISTBOX_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/listctrl/makefile.unx b/samples/listctrl/makefile.unx index a8c52176e1..fd0a8bb922 100644 --- a/samples/listctrl/makefile.unx +++ b/samples/listctrl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP LISTCTRL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) LISTCTRL_OBJECTS = \ listctrl_listtest.o @@ -49,7 +49,7 @@ LISTCTRL_OBJECTS = \ all: listctrl -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f listctrl listctrl: $(LISTCTRL_OBJECTS) - $(CXX) -o $@ $(LISTCTRL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(LISTCTRL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) listctrl_listtest.o: ./listtest.cpp $(CXX) -c -o $@ $(LISTCTRL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/makefile.bcc b/samples/makefile.bcc index 128a958b9c..8975b78366 100644 --- a/samples/makefile.bcc +++ b/samples/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/makefile.gcc b/samples/makefile.gcc index 0a4ec96dfa..cd0d85b530 100644 --- a/samples/makefile.gcc +++ b/samples/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -365,7 +365,14 @@ mfc: memcheck: $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all -.PHONY: all clean access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc memcheck +.PHONY: all clean access animate artprov aui calendar caret checklst collpane config \ + combo console controls dataview db dialogs dialup display dnd docview docvwmdi \ + dragimag drawing dynamic erase event exec except font grid help htlbox html image \ + internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu \ + minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png \ + popup printing propsize regtest render richtext rotate sashtest scroll scrollsub \ + shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl \ + typetest validate vscroll widgets wizard mfc memcheck SHELL := $(COMSPEC) diff --git a/samples/makefile.vc b/samples/makefile.vc index 49f3df486c..becf7f96e4 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/mdi/makefile.unx b/samples/mdi/makefile.unx index 70e77392d5..2a069c5e86 100644 --- a/samples/mdi/makefile.unx +++ b/samples/mdi/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MDI_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MDI_OBJECTS = \ mdi_mdi.o @@ -49,7 +49,7 @@ MDI_OBJECTS = \ all: mdi -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f mdi mdi: $(MDI_OBJECTS) - $(CXX) -o $@ $(MDI_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MDI_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) mdi_mdi.o: ./mdi.cpp $(CXX) -c -o $@ $(MDI_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/mediaplayer/makefile.unx b/samples/mediaplayer/makefile.unx index 0fefc374f0..8b8ed1e0a5 100644 --- a/samples/mediaplayer/makefile.unx +++ b/samples/mediaplayer/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MEDIAPLAYER_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MEDIAPLAYER_OBJECTS = \ mediaplayer_mediaplayer.o @@ -49,7 +49,7 @@ MEDIAPLAYER_OBJECTS = \ all: mediaplayer -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f mediaplayer mediaplayer: $(MEDIAPLAYER_OBJECTS) - $(CXX) -o $@ $(MEDIAPLAYER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs media,core,base` + $(CXX) -o $@ $(MEDIAPLAYER_OBJECTS) `$(WX_CONFIG) --libs media,core,base` $(LDFLAGS) mediaplayer_mediaplayer.o: ./mediaplayer.cpp $(CXX) -c -o $@ $(MEDIAPLAYER_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/memcheck/makefile.unx b/samples/memcheck/makefile.unx index 6280acd1d9..6ae45b3d08 100644 --- a/samples/memcheck/makefile.unx +++ b/samples/memcheck/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MEMCHECK_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MEMCHECK_OBJECTS = \ memcheck_memcheck.o @@ -49,7 +49,7 @@ MEMCHECK_OBJECTS = \ all: memcheck -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f memcheck memcheck: $(MEMCHECK_OBJECTS) - $(CXX) -o $@ $(MEMCHECK_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MEMCHECK_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) memcheck_memcheck.o: ./memcheck.cpp $(CXX) -c -o $@ $(MEMCHECK_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/menu/makefile.unx b/samples/menu/makefile.unx index 650a6e88de..77a11597ed 100644 --- a/samples/menu/makefile.unx +++ b/samples/menu/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MENU_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MENU_OBJECTS = \ menu_menu.o @@ -49,7 +49,7 @@ MENU_OBJECTS = \ all: menu -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f menu menu: $(MENU_OBJECTS) - $(CXX) -o $@ $(MENU_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MENU_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) menu_menu.o: ./menu.cpp $(CXX) -c -o $@ $(MENU_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/mfc/makefile.unx b/samples/mfc/makefile.unx index 9f27037f3d..0d18a6f24b 100644 --- a/samples/mfc/makefile.unx +++ b/samples/mfc/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MFCTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MFCTEST_OBJECTS = \ mfctest_mfctest.o @@ -49,7 +49,7 @@ MFCTEST_OBJECTS = \ all: mfctest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f mfctest mfctest: $(MFCTEST_OBJECTS) - $(CXX) -o $@ $(MFCTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MFCTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) mfctest_mfctest.o: ./mfctest.cpp $(CXX) -c -o $@ $(MFCTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/minifram/makefile.unx b/samples/minifram/makefile.unx index 6dfa87a622..8303c1dad6 100644 --- a/samples/minifram/makefile.unx +++ b/samples/minifram/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MINIFRAM_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MINIFRAM_OBJECTS = \ minifram_minifram.o @@ -49,7 +49,7 @@ MINIFRAM_OBJECTS = \ all: minifram -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f minifram minifram: $(MINIFRAM_OBJECTS) - $(CXX) -o $@ $(MINIFRAM_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MINIFRAM_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) minifram_minifram.o: ./minifram.cpp $(CXX) -c -o $@ $(MINIFRAM_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/minimal/makefile.unx b/samples/minimal/makefile.unx index c4381f0054..f2f414001e 100644 --- a/samples/minimal/makefile.unx +++ b/samples/minimal/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MINIMAL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MINIMAL_OBJECTS = \ minimal_minimal.o @@ -49,7 +49,7 @@ MINIMAL_OBJECTS = \ all: minimal -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f minimal minimal: $(MINIMAL_OBJECTS) - $(CXX) -o $@ $(MINIMAL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MINIMAL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) minimal_minimal.o: ./minimal.cpp $(CXX) -c -o $@ $(MINIMAL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/mobile/Makefile.in b/samples/mobile/Makefile.in index ce6a0fb6a7..1e7be7c7f4 100644 --- a/samples/mobile/Makefile.in +++ b/samples/mobile/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -23,7 +23,7 @@ DESTDIR = all: styles wxedit -install: all +install: uninstall: @@ -48,6 +48,6 @@ wxedit: # Include dependency info, if present: -@IF_GNU_MAKE@-include .deps/*.d +@IF_GNU_MAKE@-include ./.deps/*.d .PHONY: all install uninstall clean distclean styles wxedit diff --git a/samples/mobile/makefile.bcc b/samples/mobile/makefile.bcc index 50689a5412..5005d9e59e 100644 --- a/samples/mobile/makefile.bcc +++ b/samples/mobile/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/mobile/makefile.gcc b/samples/mobile/makefile.gcc index 744e1dd459..b934c5b7ed 100644 --- a/samples/mobile/makefile.gcc +++ b/samples/mobile/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/mobile/makefile.unx b/samples/mobile/makefile.unx index bd53f33964..f9847f564d 100644 --- a/samples/mobile/makefile.unx +++ b/samples/mobile/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -27,7 +27,7 @@ all: styles wxedit -install: all +install: uninstall: diff --git a/samples/mobile/makefile.vc b/samples/mobile/makefile.vc index 84b4ee795b..86f695141b 100644 --- a/samples/mobile/makefile.vc +++ b/samples/mobile/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/mobile/styles/makefile.unx b/samples/mobile/styles/makefile.unx index 0e5010e541..148ca6ec13 100644 --- a/samples/mobile/styles/makefile.unx +++ b/samples/mobile/styles/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP STYLES_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) STYLES_OBJECTS = \ styles_styles.o @@ -49,7 +49,7 @@ STYLES_OBJECTS = \ all: styles -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f styles styles: $(STYLES_OBJECTS) - $(CXX) -o $@ $(STYLES_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(STYLES_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) styles_styles.o: ./styles.cpp $(CXX) -c -o $@ $(STYLES_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/mobile/wxedit/makefile.unx b/samples/mobile/wxedit/makefile.unx index c9f3b6026d..21f8981ebf 100644 --- a/samples/mobile/wxedit/makefile.unx +++ b/samples/mobile/wxedit/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP WXEDIT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) WXEDIT_OBJECTS = \ wxedit_wxedit.o @@ -49,7 +49,7 @@ WXEDIT_OBJECTS = \ all: wxedit -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f wxedit wxedit: $(WXEDIT_OBJECTS) - $(CXX) -o $@ $(WXEDIT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(WXEDIT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) wxedit_wxedit.o: ./wxedit.cpp $(CXX) -c -o $@ $(WXEDIT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/multimon/makefile.unx b/samples/multimon/makefile.unx index 3b821df171..57c49110d5 100644 --- a/samples/multimon/makefile.unx +++ b/samples/multimon/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP MULTIMON_TEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MULTIMON_TEST_OBJECTS = \ multimon_test_multimon_test.o @@ -49,7 +49,7 @@ MULTIMON_TEST_OBJECTS = \ all: multimon_test -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f multimon_test multimon_test: $(MULTIMON_TEST_OBJECTS) - $(CXX) -o $@ $(MULTIMON_TEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(MULTIMON_TEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) multimon_test_multimon_test.o: ./multimon_test.cpp $(CXX) -c -o $@ $(MULTIMON_TEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/nativdlg/makefile.unx b/samples/nativdlg/makefile.unx index 376dd84bc9..7cebbea5cd 100644 --- a/samples/nativdlg/makefile.unx +++ b/samples/nativdlg/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP NATIVDLG_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) NATIVDLG_OBJECTS = \ nativdlg_nativdlg.o @@ -49,7 +49,7 @@ NATIVDLG_OBJECTS = \ all: nativdlg -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f nativdlg nativdlg: $(NATIVDLG_OBJECTS) - $(CXX) -o $@ $(NATIVDLG_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(NATIVDLG_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) nativdlg_nativdlg.o: ./nativdlg.cpp $(CXX) -c -o $@ $(NATIVDLG_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/notebook/makefile.unx b/samples/notebook/makefile.unx index 9ebed5a4e1..a409bc3235 100644 --- a/samples/notebook/makefile.unx +++ b/samples/notebook/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP NOTEBOOK_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) NOTEBOOK_OBJECTS = \ notebook_notebook.o @@ -49,7 +49,7 @@ NOTEBOOK_OBJECTS = \ all: notebook -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f notebook notebook: $(NOTEBOOK_OBJECTS) - $(CXX) -o $@ $(NOTEBOOK_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(NOTEBOOK_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) notebook_notebook.o: ./notebook.cpp $(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/oleauto/makefile.unx b/samples/oleauto/makefile.unx index 374d05ec1f..0687514865 100644 --- a/samples/oleauto/makefile.unx +++ b/samples/oleauto/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP OLEAUTO_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) OLEAUTO_OBJECTS = \ oleauto_oleauto.o @@ -49,7 +49,7 @@ OLEAUTO_OBJECTS = \ all: oleauto -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f oleauto oleauto: $(OLEAUTO_OBJECTS) - $(CXX) -o $@ $(OLEAUTO_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(OLEAUTO_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) oleauto_oleauto.o: ./oleauto.cpp $(CXX) -c -o $@ $(OLEAUTO_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/opengl/Makefile.in b/samples/opengl/Makefile.in index 5f8b510719..6e0c538832 100644 --- a/samples/opengl/Makefile.in +++ b/samples/opengl/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -23,7 +23,7 @@ DESTDIR = all: cube isosurf penguin -install: all +install: uninstall: @@ -53,6 +53,6 @@ penguin: # Include dependency info, if present: -@IF_GNU_MAKE@-include .deps/*.d +@IF_GNU_MAKE@-include ./.deps/*.d .PHONY: all install uninstall clean distclean cube isosurf penguin diff --git a/samples/opengl/cube/makefile.unx b/samples/opengl/cube/makefile.unx index 0d6fd644f3..6ca1bf1500 100644 --- a/samples/opengl/cube/makefile.unx +++ b/samples/opengl/cube/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CUBE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CUBE_OBJECTS = \ cube_cube.o @@ -49,7 +49,7 @@ CUBE_OBJECTS = \ all: cube -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f cube cube: $(CUBE_OBJECTS) - $(CXX) -o $@ $(CUBE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs gl,core,base` + $(CXX) -o $@ $(CUBE_OBJECTS) `$(WX_CONFIG) --libs gl,core,base` $(LDFLAGS) cube_cube.o: ./cube.cpp $(CXX) -c -o $@ $(CUBE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/opengl/isosurf/makefile.unx b/samples/opengl/isosurf/makefile.unx index 90a08ecc07..4c48672feb 100644 --- a/samples/opengl/isosurf/makefile.unx +++ b/samples/opengl/isosurf/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ISOSURF_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ISOSURF_OBJECTS = \ isosurf_isosurf.o @@ -49,7 +49,7 @@ ISOSURF_OBJECTS = \ all: isosurf -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f isosurf isosurf: $(ISOSURF_OBJECTS) - $(CXX) -o $@ $(ISOSURF_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs gl,core,base` + $(CXX) -o $@ $(ISOSURF_OBJECTS) `$(WX_CONFIG) --libs gl,core,base` $(LDFLAGS) isosurf_isosurf.o: ./isosurf.cpp $(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/opengl/makefile.bcc b/samples/opengl/makefile.bcc index 120252e457..30141ff138 100644 --- a/samples/opengl/makefile.bcc +++ b/samples/opengl/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/opengl/makefile.gcc b/samples/opengl/makefile.gcc index 8baac59a85..c7885c2e8d 100644 --- a/samples/opengl/makefile.gcc +++ b/samples/opengl/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/opengl/makefile.unx b/samples/opengl/makefile.unx index ee8d8ec867..1c9cdd56a7 100644 --- a/samples/opengl/makefile.unx +++ b/samples/opengl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -27,7 +27,7 @@ all: cube isosurf penguin -install: all +install: uninstall: diff --git a/samples/opengl/makefile.vc b/samples/opengl/makefile.vc index 3edee8ac76..8335df7ddd 100644 --- a/samples/opengl/makefile.vc +++ b/samples/opengl/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= diff --git a/samples/opengl/penguin/makefile.unx b/samples/opengl/penguin/makefile.unx index d5e6113da2..705a11352a 100644 --- a/samples/opengl/penguin/makefile.unx +++ b/samples/opengl/penguin/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,31 +11,31 @@ # ------------------------------------------------------------------------- # C compiler -CC := gcc +CC = gcc # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for CC -CFLAGS := +CFLAGS ?= # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C flags to use with wxWidgets code -WX_CFLAGS := `$(WX_CONFIG) --cflags` +WX_CFLAGS ?= `$(WX_CONFIG) --cflags` # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -45,7 +45,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP PENGUIN_CFLAGS = -I. $(WX_CFLAGS) $(CPPFLAGS) $(CFLAGS) PENGUIN_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) PENGUIN_OBJECTS = \ @@ -61,7 +61,7 @@ PENGUIN_OBJECTS = \ all: penguin -install: all +install: uninstall: @@ -71,7 +71,7 @@ clean: rm -f penguin penguin: $(PENGUIN_OBJECTS) - $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs gl,core,base` + $(CXX) -o $@ $(PENGUIN_OBJECTS) `$(WX_CONFIG) --libs gl,core,base` $(LDFLAGS) penguin_penguin.o: ./penguin.cpp $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/ownerdrw/makefile.unx b/samples/ownerdrw/makefile.unx index 00f2d1c325..451cad2ab2 100644 --- a/samples/ownerdrw/makefile.unx +++ b/samples/ownerdrw/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP OWNERDRW_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) OWNERDRW_OBJECTS = \ ownerdrw_ownerdrw.o @@ -49,7 +49,7 @@ OWNERDRW_OBJECTS = \ all: ownerdrw -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f ownerdrw ownerdrw: $(OWNERDRW_OBJECTS) - $(CXX) -o $@ $(OWNERDRW_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(OWNERDRW_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) ownerdrw_ownerdrw.o: ./ownerdrw.cpp $(CXX) -c -o $@ $(OWNERDRW_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/png/makefile.unx b/samples/png/makefile.unx index 69b4e16e33..1fe2163ab9 100644 --- a/samples/png/makefile.unx +++ b/samples/png/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP PNG_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) PNG_OBJECTS = \ png_pngdemo.o @@ -49,7 +49,7 @@ PNG_OBJECTS = \ all: png -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f png png: $(PNG_OBJECTS) - $(CXX) -o $@ $(PNG_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(PNG_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) png_pngdemo.o: ./pngdemo.cpp $(CXX) -c -o $@ $(PNG_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/popup/makefile.unx b/samples/popup/makefile.unx index 8a09ab0dcf..35ffe3bd2a 100644 --- a/samples/popup/makefile.unx +++ b/samples/popup/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP POPUP_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) POPUP_OBJECTS = \ popup_popup.o @@ -49,7 +49,7 @@ POPUP_OBJECTS = \ all: popup -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f popup popup: $(POPUP_OBJECTS) - $(CXX) -o $@ $(POPUP_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(POPUP_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) popup_popup.o: ./popup.cpp $(CXX) -c -o $@ $(POPUP_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/power/makefile.unx b/samples/power/makefile.unx index 414f625c68..245cd03a2c 100644 --- a/samples/power/makefile.unx +++ b/samples/power/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP POWER_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) POWER_OBJECTS = \ power_power.o @@ -49,7 +49,7 @@ POWER_OBJECTS = \ all: power -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f power power: $(POWER_OBJECTS) - $(CXX) -o $@ $(POWER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(POWER_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) power_power.o: ./power.cpp $(CXX) -c -o $@ $(POWER_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/printing/makefile.unx b/samples/printing/makefile.unx index 8c423fa24f..acfecdd3f0 100644 --- a/samples/printing/makefile.unx +++ b/samples/printing/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP PRINTING_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) PRINTING_OBJECTS = \ printing_printing.o @@ -49,7 +49,7 @@ PRINTING_OBJECTS = \ all: printing -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f printing printing: $(PRINTING_OBJECTS) - $(CXX) -o $@ $(PRINTING_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(PRINTING_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) printing_printing.o: ./printing.cpp $(CXX) -c -o $@ $(PRINTING_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/propsize/makefile.unx b/samples/propsize/makefile.unx index d94568caf4..37896376c8 100644 --- a/samples/propsize/makefile.unx +++ b/samples/propsize/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP PROPSIZE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) PROPSIZE_OBJECTS = \ propsize_propsize.o @@ -49,7 +49,7 @@ PROPSIZE_OBJECTS = \ all: propsize -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f propsize propsize: $(PROPSIZE_OBJECTS) - $(CXX) -o $@ $(PROPSIZE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(PROPSIZE_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) propsize_propsize.o: ./propsize.cpp $(CXX) -c -o $@ $(PROPSIZE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/regtest/makefile.unx b/samples/regtest/makefile.unx index 2d91c27a80..cfa8417598 100644 --- a/samples/regtest/makefile.unx +++ b/samples/regtest/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP REGTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) REGTEST_OBJECTS = \ regtest_regtest.o @@ -49,7 +49,7 @@ REGTEST_OBJECTS = \ all: regtest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f regtest regtest: $(REGTEST_OBJECTS) - $(CXX) -o $@ $(REGTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(REGTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) regtest_regtest.o: ./regtest.cpp $(CXX) -c -o $@ $(REGTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/render/makefile.unx b/samples/render/makefile.unx index 0450ce9752..e26ca299f2 100644 --- a/samples/render/makefile.unx +++ b/samples/render/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,28 +11,28 @@ # ------------------------------------------------------------------------- # Compiler flags to link loadable module -LINK_MODULE_FLAGS := -shared +LINK_MODULE_FLAGS ?= -shared # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` # Build shared lib plugin -SHARED := 0 +SHARED ?= 0 @@ -42,7 +42,7 @@ SHARED := 0 ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP RENDER_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) RENDER_OBJECTS = \ render_render.o @@ -61,7 +61,7 @@ endif all: render $(__renddll___depname) -install: all +install: uninstall: @@ -72,11 +72,11 @@ clean: rm -f renddll.so render: $(RENDER_OBJECTS) - $(CXX) -o $@ $(RENDER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(RENDER_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) ifeq ($(SHARED),1) renddll.so: $(RENDDLL_OBJECTS) - $(CXX) $(LINK_MODULE_FLAGS) -fPIC -o $@ $(RENDDLL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) $(LINK_MODULE_FLAGS) -fPIC -o $@ $(RENDDLL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) endif render_render.o: ./render.cpp diff --git a/samples/richtext/makefile.unx b/samples/richtext/makefile.unx index 5187bd745f..ae9c06a156 100644 --- a/samples/richtext/makefile.unx +++ b/samples/richtext/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP RICHTEXT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) RICHTEXT_OBJECTS = \ richtext_richtext.o @@ -49,7 +49,7 @@ RICHTEXT_OBJECTS = \ all: richtext -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f richtext richtext: $(RICHTEXT_OBJECTS) - $(CXX) -o $@ $(RICHTEXT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs richtext,adv,html,core,xml,base` + $(CXX) -o $@ $(RICHTEXT_OBJECTS) `$(WX_CONFIG) --libs richtext,adv,html,core,xml,base` $(LDFLAGS) richtext_richtext.o: ./richtext.cpp $(CXX) -c -o $@ $(RICHTEXT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/rotate/makefile.unx b/samples/rotate/makefile.unx index 77a859fb30..14254bbea1 100644 --- a/samples/rotate/makefile.unx +++ b/samples/rotate/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP ROTATE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) ROTATE_OBJECTS = \ rotate_rotate.o @@ -49,7 +49,7 @@ ROTATE_OBJECTS = \ all: rotate -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f rotate rotate: $(ROTATE_OBJECTS) - $(CXX) -o $@ $(ROTATE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(ROTATE_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) rotate_rotate.o: ./rotate.cpp $(CXX) -c -o $@ $(ROTATE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/sashtest/makefile.unx b/samples/sashtest/makefile.unx index 87b7d1267f..9edeb879c8 100644 --- a/samples/sashtest/makefile.unx +++ b/samples/sashtest/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SASHTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SASHTEST_OBJECTS = \ sashtest_sashtest.o @@ -49,7 +49,7 @@ SASHTEST_OBJECTS = \ all: sashtest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f sashtest sashtest: $(SASHTEST_OBJECTS) - $(CXX) -o $@ $(SASHTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(SASHTEST_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) sashtest_sashtest.o: ./sashtest.cpp $(CXX) -c -o $@ $(SASHTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/scroll/makefile.unx b/samples/scroll/makefile.unx index c40ab8a5f2..7bff37c275 100644 --- a/samples/scroll/makefile.unx +++ b/samples/scroll/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SCROLL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SCROLL_OBJECTS = \ scroll_scroll.o @@ -49,7 +49,7 @@ SCROLL_OBJECTS = \ all: scroll -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f scroll scroll: $(SCROLL_OBJECTS) - $(CXX) -o $@ $(SCROLL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(SCROLL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) scroll_scroll.o: ./scroll.cpp $(CXX) -c -o $@ $(SCROLL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/scrollsub/makefile.unx b/samples/scrollsub/makefile.unx index 08c424fb2a..237d25af21 100644 --- a/samples/scrollsub/makefile.unx +++ b/samples/scrollsub/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SCROLLSUB_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SCROLLSUB_OBJECTS = \ scrollsub_scrollsub.o @@ -49,7 +49,7 @@ SCROLLSUB_OBJECTS = \ all: scrollsub -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f scrollsub scrollsub: $(SCROLLSUB_OBJECTS) - $(CXX) -o $@ $(SCROLLSUB_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(SCROLLSUB_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) scrollsub_scrollsub.o: ./scrollsub.cpp $(CXX) -c -o $@ $(SCROLLSUB_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/shaped/makefile.unx b/samples/shaped/makefile.unx index 4f7f2604f1..9c6dbe871a 100644 --- a/samples/shaped/makefile.unx +++ b/samples/shaped/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SHAPED_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SHAPED_OBJECTS = \ shaped_shaped.o @@ -49,7 +49,7 @@ SHAPED_OBJECTS = \ all: shaped -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f shaped shaped: $(SHAPED_OBJECTS) - $(CXX) -o $@ $(SHAPED_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(SHAPED_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) shaped_shaped.o: ./shaped.cpp $(CXX) -c -o $@ $(SHAPED_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/sockets/makefile.unx b/samples/sockets/makefile.unx index 2e3d84de6e..0227db3f0e 100644 --- a/samples/sockets/makefile.unx +++ b/samples/sockets/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP CLIENT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) CLIENT_OBJECTS = \ client_client.o @@ -52,7 +52,7 @@ SERVER_OBJECTS = \ all: client server -install: all +install: uninstall: @@ -63,10 +63,10 @@ clean: rm -f server client: $(CLIENT_OBJECTS) - $(CXX) -o $@ $(CLIENT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,net,base` + $(CXX) -o $@ $(CLIENT_OBJECTS) `$(WX_CONFIG) --libs core,net,base` $(LDFLAGS) server: $(SERVER_OBJECTS) - $(CXX) -o $@ $(SERVER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,net,base` + $(CXX) -o $@ $(SERVER_OBJECTS) `$(WX_CONFIG) --libs core,net,base` $(LDFLAGS) client_client.o: ./client.cpp $(CXX) -c -o $@ $(CLIENT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/sound/makefile.unx b/samples/sound/makefile.unx index dc6d675b37..1b57c21ff1 100644 --- a/samples/sound/makefile.unx +++ b/samples/sound/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SOUND_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SOUND_OBJECTS = \ sound_sound.o @@ -49,7 +49,7 @@ SOUND_OBJECTS = \ all: sound -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f sound sound: $(SOUND_OBJECTS) - $(CXX) -o $@ $(SOUND_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(SOUND_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) sound_sound.o: ./sound.cpp $(CXX) -c -o $@ $(SOUND_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/splash/makefile.unx b/samples/splash/makefile.unx index e1eb952cc1..ebe6d249f9 100644 --- a/samples/splash/makefile.unx +++ b/samples/splash/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SPLASH_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SPLASH_OBJECTS = \ splash_splash.o @@ -49,7 +49,7 @@ SPLASH_OBJECTS = \ all: splash -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f splash splash: $(SPLASH_OBJECTS) - $(CXX) -o $@ $(SPLASH_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs media,adv,html,xml,core,base` + $(CXX) -o $@ $(SPLASH_OBJECTS) `$(WX_CONFIG) --libs media,adv,html,xml,core,base` $(LDFLAGS) splash_splash.o: ./splash.cpp $(CXX) -c -o $@ $(SPLASH_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/splitter/makefile.unx b/samples/splitter/makefile.unx index 140a0ed7b7..cb022fdcbe 100644 --- a/samples/splitter/makefile.unx +++ b/samples/splitter/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP SPLITTER_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) SPLITTER_OBJECTS = \ splitter_splitter.o @@ -49,7 +49,7 @@ SPLITTER_OBJECTS = \ all: splitter -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f splitter splitter: $(SPLITTER_OBJECTS) - $(CXX) -o $@ $(SPLITTER_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(SPLITTER_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) splitter_splitter.o: ./splitter.cpp $(CXX) -c -o $@ $(SPLITTER_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/statbar/makefile.unx b/samples/statbar/makefile.unx index 6af300863f..b6e69f5fc4 100644 --- a/samples/statbar/makefile.unx +++ b/samples/statbar/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP STATBAR_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) STATBAR_OBJECTS = \ statbar_statbar.o @@ -49,7 +49,7 @@ STATBAR_OBJECTS = \ all: statbar -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f statbar statbar: $(STATBAR_OBJECTS) - $(CXX) -o $@ $(STATBAR_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(STATBAR_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) statbar_statbar.o: ./statbar.cpp $(CXX) -c -o $@ $(STATBAR_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/taskbar/makefile.unx b/samples/taskbar/makefile.unx index bff5bbd5f4..d0d3c83b53 100644 --- a/samples/taskbar/makefile.unx +++ b/samples/taskbar/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TASKBAR_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TASKBAR_OBJECTS = \ taskbar_tbtest.o @@ -49,7 +49,7 @@ TASKBAR_OBJECTS = \ all: taskbar -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f taskbar taskbar: $(TASKBAR_OBJECTS) - $(CXX) -o $@ $(TASKBAR_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(TASKBAR_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) taskbar_tbtest.o: ./tbtest.cpp $(CXX) -c -o $@ $(TASKBAR_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/text/makefile.unx b/samples/text/makefile.unx index 62e52751f4..804f7bfe77 100644 --- a/samples/text/makefile.unx +++ b/samples/text/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TEXT_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TEXT_OBJECTS = \ text_text.o @@ -49,7 +49,7 @@ TEXT_OBJECTS = \ all: text -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f text text: $(TEXT_OBJECTS) - $(CXX) -o $@ $(TEXT_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(TEXT_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) text_text.o: ./text.cpp $(CXX) -c -o $@ $(TEXT_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/thread/makefile.unx b/samples/thread/makefile.unx index 551f4808a5..0ed23b4b7b 100644 --- a/samples/thread/makefile.unx +++ b/samples/thread/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP THREAD_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) THREAD_OBJECTS = \ thread_thread.o @@ -49,7 +49,7 @@ THREAD_OBJECTS = \ all: thread -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f thread thread: $(THREAD_OBJECTS) - $(CXX) -o $@ $(THREAD_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(THREAD_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) thread_thread.o: ./thread.cpp $(CXX) -c -o $@ $(THREAD_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/toolbar/makefile.unx b/samples/toolbar/makefile.unx index ed6d6e168b..0d6cc0cd54 100644 --- a/samples/toolbar/makefile.unx +++ b/samples/toolbar/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TOOLBAR_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TOOLBAR_OBJECTS = \ toolbar_toolbar.o @@ -49,7 +49,7 @@ TOOLBAR_OBJECTS = \ all: toolbar -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f toolbar toolbar: $(TOOLBAR_OBJECTS) - $(CXX) -o $@ $(TOOLBAR_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(TOOLBAR_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) toolbar_toolbar.o: ./toolbar.cpp $(CXX) -c -o $@ $(TOOLBAR_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/treectrl/makefile.unx b/samples/treectrl/makefile.unx index 8c3e41de24..7574153065 100644 --- a/samples/treectrl/makefile.unx +++ b/samples/treectrl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TREECTRL_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TREECTRL_OBJECTS = \ treectrl_treetest.o @@ -49,7 +49,7 @@ TREECTRL_OBJECTS = \ all: treectrl -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f treectrl treectrl: $(TREECTRL_OBJECTS) - $(CXX) -o $@ $(TREECTRL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(TREECTRL_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) treectrl_treetest.o: ./treetest.cpp $(CXX) -c -o $@ $(TREECTRL_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/typetest/makefile.unx b/samples/typetest/makefile.unx index 996d895c53..af51c64f4e 100644 --- a/samples/typetest/makefile.unx +++ b/samples/typetest/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP TYPETEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) TYPETEST_OBJECTS = \ typetest_typetest.o @@ -49,7 +49,7 @@ TYPETEST_OBJECTS = \ all: typetest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f typetest typetest: $(TYPETEST_OBJECTS) - $(CXX) -o $@ $(TYPETEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(TYPETEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) typetest_typetest.o: ./typetest.cpp $(CXX) -c -o $@ $(TYPETEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/validate/makefile.unx b/samples/validate/makefile.unx index 201ed13d0d..06eb8e5423 100644 --- a/samples/validate/makefile.unx +++ b/samples/validate/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP VALIDATE_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) VALIDATE_OBJECTS = \ validate_validate.o @@ -49,7 +49,7 @@ VALIDATE_OBJECTS = \ all: validate -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f validate validate: $(VALIDATE_OBJECTS) - $(CXX) -o $@ $(VALIDATE_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(VALIDATE_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) validate_validate.o: ./validate.cpp $(CXX) -c -o $@ $(VALIDATE_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/vscroll/makefile.unx b/samples/vscroll/makefile.unx index e2ac6aec43..ce8e8543f3 100644 --- a/samples/vscroll/makefile.unx +++ b/samples/vscroll/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP VSTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) VSTEST_OBJECTS = \ vstest_vstest.o @@ -49,7 +49,7 @@ VSTEST_OBJECTS = \ all: vstest -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f vstest vstest: $(VSTEST_OBJECTS) - $(CXX) -o $@ $(VSTEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base` + $(CXX) -o $@ $(VSTEST_OBJECTS) `$(WX_CONFIG) --libs core,base` $(LDFLAGS) vstest_vstest.o: ./vstest.cpp $(CXX) -c -o $@ $(VSTEST_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/widgets/makefile.unx b/samples/widgets/makefile.unx index 6af6de2d4f..0f74939690 100644 --- a/samples/widgets/makefile.unx +++ b/samples/widgets/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP WIDGETS_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) WIDGETS_OBJECTS = \ widgets_bmpcombobox.o \ @@ -71,7 +71,7 @@ WIDGETS_OBJECTS = \ all: widgets -install: all +install: uninstall: @@ -81,7 +81,7 @@ clean: rm -f widgets widgets: $(WIDGETS_OBJECTS) - $(CXX) -o $@ $(WIDGETS_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs xml,adv,html,core,base` + $(CXX) -o $@ $(WIDGETS_OBJECTS) `$(WX_CONFIG) --libs xml,adv,html,core,base` $(LDFLAGS) widgets_bmpcombobox.o: ./bmpcombobox.cpp $(CXX) -c -o $@ $(WIDGETS_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/wizard/makefile.unx b/samples/wizard/makefile.unx index 45a861228e..4597f15ed1 100644 --- a/samples/wizard/makefile.unx +++ b/samples/wizard/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP WIZARD_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) WIZARD_OBJECTS = \ wizard_wizard.o @@ -49,7 +49,7 @@ WIZARD_OBJECTS = \ all: wizard -install: all +install: uninstall: @@ -59,7 +59,7 @@ clean: rm -f wizard wizard: $(WIZARD_OBJECTS) - $(CXX) -o $@ $(WIZARD_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs adv,html,xml,core,base` + $(CXX) -o $@ $(WIZARD_OBJECTS) `$(WX_CONFIG) --libs adv,html,xml,core,base` $(LDFLAGS) wizard_wizard.o: ./wizard.cpp $(CXX) -c -o $@ $(WIZARD_CXXFLAGS) $(CPPDEPS) $< diff --git a/samples/xrc/makefile.unx b/samples/xrc/makefile.unx index 000803b9eb..e33f14f9ae 100644 --- a/samples/xrc/makefile.unx +++ b/samples/xrc/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,22 +11,22 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX := g++ +CXX = g++ # Standard flags for C++ -CXXFLAGS := +CXXFLAGS ?= # Standard preprocessor flags (common for CC and CXX) -CPPFLAGS := +CPPFLAGS ?= # Standard linker flags -LDFLAGS := +LDFLAGS ?= # Location and arguments of wx-config script -WX_CONFIG := wx-config +WX_CONFIG ?= wx-config # C++ flags to use with wxWidgets code -WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` +WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags` @@ -36,7 +36,7 @@ WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP XRCDEMO_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) XRCDEMO_OBJECTS = \ xrcdemo_xrcdemo.o \ @@ -52,7 +52,7 @@ XRCDEMO_OBJECTS = \ all: xrcdemo -install: all +install: uninstall: @@ -62,7 +62,7 @@ clean: rm -f xrcdemo xrcdemo: $(XRCDEMO_OBJECTS) - $(CXX) -o $@ $(XRCDEMO_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs xrc,html,adv,core,xml,base` + $(CXX) -o $@ $(XRCDEMO_OBJECTS) `$(WX_CONFIG) --libs xrc,html,adv,core,xml,base` $(LDFLAGS) xrcdemo_xrcdemo.o: ./xrcdemo.cpp $(CXX) -c -o $@ $(XRCDEMO_CXXFLAGS) $(CPPDEPS) $<