update for 2.8.10-rcX with bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained 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
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -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!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -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:
|
||||
|
@@ -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!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
Reference in New Issue
Block a user