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!
|
||||
# =========================================================================
|
||||
|
||||
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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!
|
||||
# =========================================================================
|
||||
|
||||
@@ -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)
|
||||
|
@@ -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
|
||||
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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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
|
||||
|
@@ -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: styles wxedit
|
||||
|
||||
install: all
|
||||
install:
|
||||
|
||||
uninstall:
|
||||
|
||||
|
@@ -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
|
||||
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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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: cube isosurf penguin
|
||||
|
||||
install: all
|
||||
install:
|
||||
|
||||
uninstall:
|
||||
|
||||
|
@@ -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,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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
@@ -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) $<
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user