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:
Chris Elliott
2009-02-26 11:46:57 +00:00
parent a387e1861f
commit eff8d6676c
113 changed files with 997 additions and 988 deletions

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ACCESSTEST_OBJECTS = \ ACCESSTEST_OBJECTS = \
accesstest_accesstest.o accesstest_accesstest.o
@@ -49,7 +49,7 @@ ACCESSTEST_OBJECTS = \
all: accesstest all: accesstest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f accesstest rm -f accesstest
accesstest: $(ACCESSTEST_OBJECTS) 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 accesstest_accesstest.o: ./accesstest.cpp
$(CXX) -c -o $@ $(ACCESSTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ACCESSTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ANITEST_OBJECTS = \ ANITEST_OBJECTS = \
anitest_anitest.o anitest_anitest.o
@@ -49,7 +49,7 @@ ANITEST_OBJECTS = \
all: anitest all: anitest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f anitest rm -f anitest
anitest: $(ANITEST_OBJECTS) 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 anitest_anitest.o: ./anitest.cpp
$(CXX) -c -o $@ $(ANITEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ANITEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ARTTEST_OBJECTS = \ ARTTEST_OBJECTS = \
arttest_arttest.o \ arttest_arttest.o \
@@ -50,7 +50,7 @@ ARTTEST_OBJECTS = \
all: arttest all: arttest
install: all install:
uninstall: uninstall:
@@ -60,7 +60,7 @@ clean:
rm -f arttest rm -f arttest
arttest: $(ARTTEST_OBJECTS) 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 arttest_arttest.o: ./arttest.cpp
$(CXX) -c -o $@ $(ARTTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ARTTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
AUIDEMO_OBJECTS = \ AUIDEMO_OBJECTS = \
auidemo_auidemo.o auidemo_auidemo.o
@@ -49,7 +49,7 @@ AUIDEMO_OBJECTS = \
all: auidemo all: auidemo
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f auidemo rm -f auidemo
auidemo: $(AUIDEMO_OBJECTS) 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 auidemo_auidemo.o: ./auidemo.cpp
$(CXX) -c -o $@ $(AUIDEMO_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(AUIDEMO_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CALENDAR_OBJECTS = \ CALENDAR_OBJECTS = \
calendar_calendar.o calendar_calendar.o
@@ -49,7 +49,7 @@ CALENDAR_OBJECTS = \
all: calendar all: calendar
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f calendar rm -f calendar
calendar: $(CALENDAR_OBJECTS) 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 calendar_calendar.o: ./calendar.cpp
$(CXX) -c -o $@ $(CALENDAR_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CALENDAR_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CARET_OBJECTS = \ CARET_OBJECTS = \
caret_caret.o caret_caret.o
@@ -49,7 +49,7 @@ CARET_OBJECTS = \
all: caret all: caret
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f caret rm -f caret
caret: $(CARET_OBJECTS) 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 caret_caret.o: ./caret.cpp
$(CXX) -c -o $@ $(CARET_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CARET_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CHECKLST_OBJECTS = \ CHECKLST_OBJECTS = \
checklst_checklst.o checklst_checklst.o
@@ -49,7 +49,7 @@ CHECKLST_OBJECTS = \
all: checklst all: checklst
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f checklst rm -f checklst
checklst: $(CHECKLST_OBJECTS) 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 checklst_checklst.o: ./checklst.cpp
$(CXX) -c -o $@ $(CHECKLST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CHECKLST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
COLLPANE_OBJECTS = \ COLLPANE_OBJECTS = \
collpane_collpane.o collpane_collpane.o
@@ -49,7 +49,7 @@ COLLPANE_OBJECTS = \
all: collpane all: collpane
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f collpane rm -f collpane
collpane: $(COLLPANE_OBJECTS) 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 collpane_collpane.o: ./collpane.cpp
$(CXX) -c -o $@ $(COLLPANE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(COLLPANE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
COMBO_OBJECTS = \ COMBO_OBJECTS = \
combo_combo.o combo_combo.o
@@ -49,7 +49,7 @@ COMBO_OBJECTS = \
all: combo all: combo
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f combo rm -f combo
combo: $(COMBO_OBJECTS) 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 combo_combo.o: ./combo.cpp
$(CXX) -c -o $@ $(COMBO_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(COMBO_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CONFTEST_OBJECTS = \ CONFTEST_OBJECTS = \
conftest_conftest.o conftest_conftest.o
@@ -49,7 +49,7 @@ CONFTEST_OBJECTS = \
all: conftest all: conftest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f conftest rm -f conftest
conftest: $(CONFTEST_OBJECTS) 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 conftest_conftest.o: ./conftest.cpp
$(CXX) -c -o $@ $(CONFTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CONFTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CONSOLE_OBJECTS = \ CONSOLE_OBJECTS = \
console_console.o console_console.o
@@ -49,7 +49,7 @@ CONSOLE_OBJECTS = \
all: console all: console
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f console rm -f console
console: $(CONSOLE_OBJECTS) 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 console_console.o: ./console.cpp
$(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CONTROLS_OBJECTS = \ CONTROLS_OBJECTS = \
controls_controls.o controls_controls.o
@@ -49,7 +49,7 @@ CONTROLS_OBJECTS = \
all: controls all: controls
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f controls rm -f controls
controls: $(CONTROLS_OBJECTS) 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 controls_controls.o: ./controls.cpp
$(CXX) -c -o $@ $(CONTROLS_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CONTROLS_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DATAVIEW_OBJECTS = \ DATAVIEW_OBJECTS = \
dataview_dataview.o dataview_dataview.o
@@ -49,7 +49,7 @@ DATAVIEW_OBJECTS = \
all: dataview all: dataview
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f dataview rm -f dataview
dataview: $(DATAVIEW_OBJECTS) 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 dataview_dataview.o: ./dataview.cpp
$(CXX) -c -o $@ $(DATAVIEW_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DATAVIEW_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DBTEST_OBJECTS = \ DBTEST_OBJECTS = \
dbtest_dbtest.o \ dbtest_dbtest.o \
@@ -50,7 +50,7 @@ DBTEST_OBJECTS = \
all: dbtest all: dbtest
install: all install:
uninstall: uninstall:
@@ -60,7 +60,7 @@ clean:
rm -f dbtest rm -f dbtest
dbtest: $(DBTEST_OBJECTS) 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 dbtest_dbtest.o: ./dbtest.cpp
$(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DBTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DEBUGRPT_OBJECTS = \ DEBUGRPT_OBJECTS = \
debugrpt_debugrpt.o debugrpt_debugrpt.o
@@ -49,7 +49,7 @@ DEBUGRPT_OBJECTS = \
all: debugrpt all: debugrpt
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f debugrpt rm -f debugrpt
debugrpt: $(DEBUGRPT_OBJECTS) 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 debugrpt_debugrpt.o: ./debugrpt.cpp
$(CXX) -c -o $@ $(DEBUGRPT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DEBUGRPT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DIALOGS_OBJECTS = \ DIALOGS_OBJECTS = \
dialogs_dialogs.o dialogs_dialogs.o
@@ -49,7 +49,7 @@ DIALOGS_OBJECTS = \
all: dialogs all: dialogs
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f dialogs rm -f dialogs
dialogs: $(DIALOGS_OBJECTS) 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 dialogs_dialogs.o: ./dialogs.cpp
$(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
NETTEST_OBJECTS = \ NETTEST_OBJECTS = \
nettest_nettest.o nettest_nettest.o
@@ -49,7 +49,7 @@ NETTEST_OBJECTS = \
all: nettest all: nettest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f nettest rm -f nettest
nettest: $(NETTEST_OBJECTS) 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 nettest_nettest.o: ./nettest.cpp
$(CXX) -c -o $@ $(NETTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(NETTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DISPLAY_OBJECTS = \ DISPLAY_OBJECTS = \
display_display.o display_display.o
@@ -49,7 +49,7 @@ DISPLAY_OBJECTS = \
all: display all: display
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f display rm -f display
display: $(DISPLAY_OBJECTS) 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 display_display.o: ./display.cpp
$(CXX) -c -o $@ $(DISPLAY_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DISPLAY_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DND_OBJECTS = \ DND_OBJECTS = \
dnd_dnd.o dnd_dnd.o
@@ -49,7 +49,7 @@ DND_OBJECTS = \
all: dnd all: dnd
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f dnd rm -f dnd
dnd: $(DND_OBJECTS) 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 dnd_dnd.o: ./dnd.cpp
$(CXX) -c -o $@ $(DND_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DND_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DOCVIEW_OBJECTS = \ DOCVIEW_OBJECTS = \
docview_docview.o \ docview_docview.o \
@@ -51,7 +51,7 @@ DOCVIEW_OBJECTS = \
all: docview all: docview
install: all install:
uninstall: uninstall:
@@ -61,7 +61,7 @@ clean:
rm -f docview rm -f docview
docview: $(DOCVIEW_OBJECTS) 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 docview_docview.o: ./docview.cpp
$(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DOCVWMDI_OBJECTS = \ DOCVWMDI_OBJECTS = \
docvwmdi_docview.o \ docvwmdi_docview.o \
@@ -51,7 +51,7 @@ DOCVWMDI_OBJECTS = \
all: docvwmdi all: docvwmdi
install: all install:
uninstall: uninstall:
@@ -61,7 +61,7 @@ clean:
rm -f docvwmdi rm -f docvwmdi
docvwmdi: $(DOCVWMDI_OBJECTS) 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 docvwmdi_docview.o: ./docview.cpp
$(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DOCVWMDI_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DRAGIMAG_OBJECTS = \ DRAGIMAG_OBJECTS = \
dragimag_dragimag.o dragimag_dragimag.o
@@ -49,7 +49,7 @@ DRAGIMAG_OBJECTS = \
all: dragimag all: dragimag
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f dragimag rm -f dragimag
dragimag: $(DRAGIMAG_OBJECTS) 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 dragimag_dragimag.o: ./dragimag.cpp
$(CXX) -c -o $@ $(DRAGIMAG_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DRAGIMAG_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DRAWING_OBJECTS = \ DRAWING_OBJECTS = \
drawing_drawing.o drawing_drawing.o
@@ -49,7 +49,7 @@ DRAWING_OBJECTS = \
all: drawing all: drawing
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f drawing rm -f drawing
drawing: $(DRAWING_OBJECTS) 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 drawing_drawing.o: ./drawing.cpp
$(CXX) -c -o $@ $(DRAWING_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DRAWING_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
DYNAMIC_OBJECTS = \ DYNAMIC_OBJECTS = \
dynamic_dynamic.o dynamic_dynamic.o
@@ -49,7 +49,7 @@ DYNAMIC_OBJECTS = \
all: dynamic all: dynamic
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f dynamic rm -f dynamic
dynamic: $(DYNAMIC_OBJECTS) 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 dynamic_dynamic.o: ./dynamic.cpp
$(CXX) -c -o $@ $(DYNAMIC_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(DYNAMIC_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ERASE_OBJECTS = \ ERASE_OBJECTS = \
erase_erase.o erase_erase.o
@@ -49,7 +49,7 @@ ERASE_OBJECTS = \
all: erase all: erase
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f erase rm -f erase
erase: $(ERASE_OBJECTS) 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 erase_erase.o: ./erase.cpp
$(CXX) -c -o $@ $(ERASE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ERASE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
EVENT_OBJECTS = \ EVENT_OBJECTS = \
event_event.o event_event.o
@@ -49,7 +49,7 @@ EVENT_OBJECTS = \
all: event all: event
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f event rm -f event
event: $(EVENT_OBJECTS) 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 event_event.o: ./event.cpp
$(CXX) -c -o $@ $(EVENT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(EVENT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
EXCEPT_OBJECTS = \ EXCEPT_OBJECTS = \
except_except.o except_except.o
@@ -49,7 +49,7 @@ EXCEPT_OBJECTS = \
all: except all: except
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f except rm -f except
except: $(EXCEPT_OBJECTS) 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 except_except.o: ./except.cpp
$(CXX) -c -o $@ $(EXCEPT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(EXCEPT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
EXEC_OBJECTS = \ EXEC_OBJECTS = \
exec_exec.o exec_exec.o
@@ -49,7 +49,7 @@ EXEC_OBJECTS = \
all: exec all: exec
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f exec rm -f exec
exec: $(EXEC_OBJECTS) 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 exec_exec.o: ./exec.cpp
$(CXX) -c -o $@ $(EXEC_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(EXEC_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
FONT_OBJECTS = \ FONT_OBJECTS = \
font_font.o font_font.o
@@ -49,7 +49,7 @@ FONT_OBJECTS = \
all: font all: font
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f font rm -f font
font: $(FONT_OBJECTS) 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 font_font.o: ./font.cpp
$(CXX) -c -o $@ $(FONT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(FONT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
GRID_OBJECTS = \ GRID_OBJECTS = \
grid_griddemo.o grid_griddemo.o
@@ -49,7 +49,7 @@ GRID_OBJECTS = \
all: grid all: grid
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f grid rm -f grid
grid: $(GRID_OBJECTS) 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 grid_griddemo.o: ./griddemo.cpp
$(CXX) -c -o $@ $(GRID_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(GRID_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HELP_OBJECTS = \ HELP_OBJECTS = \
help_demo.o help_demo.o
@@ -49,7 +49,7 @@ HELP_OBJECTS = \
all: help all: help
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f help rm -f help
help: $(HELP_OBJECTS) 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 help_demo.o: ./demo.cpp
$(CXX) -c -o $@ $(HELP_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HELP_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HTLBOX_OBJECTS = \ HTLBOX_OBJECTS = \
htlbox_htlbox.o htlbox_htlbox.o
@@ -49,7 +49,7 @@ HTLBOX_OBJECTS = \
all: htlbox all: htlbox
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f htlbox rm -f htlbox
htlbox: $(HTLBOX_OBJECTS) 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 htlbox_htlbox.o: ./htlbox.cpp
$(CXX) -c -o $@ $(HTLBOX_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HTLBOX_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -23,7 +23,7 @@ DESTDIR =
all: about help helpview printing test virtual widget zip all: about help helpview printing test virtual widget zip
install: all install:
uninstall: uninstall:
@@ -78,6 +78,7 @@ zip:
# Include dependency info, if present: # 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

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ABOUT_OBJECTS = \ ABOUT_OBJECTS = \
about_about.o about_about.o
@@ -49,7 +49,7 @@ ABOUT_OBJECTS = \
all: about all: about
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f about rm -f about
about: $(ABOUT_OBJECTS) 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 about_about.o: ./about.cpp
$(CXX) -c -o $@ $(ABOUT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ABOUT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HTMLHELP_OBJECTS = \ HTMLHELP_OBJECTS = \
htmlhelp_help.o htmlhelp_help.o
@@ -49,7 +49,7 @@ HTMLHELP_OBJECTS = \
all: htmlhelp all: htmlhelp
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f htmlhelp rm -f htmlhelp
htmlhelp: $(HTMLHELP_OBJECTS) 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 htmlhelp_help.o: ./help.cpp
$(CXX) -c -o $@ $(HTMLHELP_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HTMLHELP_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HELPVIEW_OBJECTS = \ HELPVIEW_OBJECTS = \
helpview_helpview.o helpview_helpview.o
@@ -49,7 +49,7 @@ HELPVIEW_OBJECTS = \
all: helpview all: helpview
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f helpview rm -f helpview
helpview: $(HELPVIEW_OBJECTS) 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 helpview_helpview.o: ./helpview.cpp
$(CXX) -c -o $@ $(HELPVIEW_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HELPVIEW_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HTMLCTRL_OBJECTS = \ HTMLCTRL_OBJECTS = \
htmlctrl_htmlctrl.o htmlctrl_htmlctrl.o
@@ -49,7 +49,7 @@ HTMLCTRL_OBJECTS = \
all: htmlctrl all: htmlctrl
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f htmlctrl rm -f htmlctrl
htmlctrl: $(HTMLCTRL_OBJECTS) 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 htmlctrl_htmlctrl.o: ./htmlctrl.cpp
$(CXX) -c -o $@ $(HTMLCTRL_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HTMLCTRL_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -27,7 +27,7 @@
all: about help helpview printing test virtual widget zip all: about help helpview printing test virtual widget zip
install: all install:
uninstall: uninstall:
@@ -67,7 +67,8 @@ widget:
zip: zip:
(cd zip && $(MAKE) all) (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: # Dependencies tracking:

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
HTMLPRINTING_OBJECTS = \ HTMLPRINTING_OBJECTS = \
htmlprinting_printing.o htmlprinting_printing.o
@@ -49,7 +49,7 @@ HTMLPRINTING_OBJECTS = \
all: htmlprinting all: htmlprinting
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f htmlprinting rm -f htmlprinting
htmlprinting: $(HTMLPRINTING_OBJECTS) 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 htmlprinting_printing.o: ./printing.cpp
$(CXX) -c -o $@ $(HTMLPRINTING_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(HTMLPRINTING_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
TEST_OBJECTS = \ TEST_OBJECTS = \
test_test.o test_test.o
@@ -49,7 +49,7 @@ TEST_OBJECTS = \
all: test all: test
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f test rm -f test
test: $(TEST_OBJECTS) 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 test_test.o: ./test.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
VIRTUAL_OBJECTS = \ VIRTUAL_OBJECTS = \
virtual_virtual.o virtual_virtual.o
@@ -49,7 +49,7 @@ VIRTUAL_OBJECTS = \
all: virtual all: virtual
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f virtual rm -f virtual
virtual: $(VIRTUAL_OBJECTS) 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 virtual_virtual.o: ./virtual.cpp
$(CXX) -c -o $@ $(VIRTUAL_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(VIRTUAL_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
WIDGET_OBJECTS = \ WIDGET_OBJECTS = \
widget_widget.o widget_widget.o
@@ -49,7 +49,7 @@ WIDGET_OBJECTS = \
all: widget all: widget
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f widget rm -f widget
widget: $(WIDGET_OBJECTS) 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 widget_widget.o: ./widget.cpp
$(CXX) -c -o $@ $(WIDGET_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(WIDGET_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ZIP_OBJECTS = \ ZIP_OBJECTS = \
zip_zip.o zip_zip.o
@@ -49,7 +49,7 @@ ZIP_OBJECTS = \
all: zip all: zip
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f zip rm -f zip
zip: $(ZIP_OBJECTS) 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 zip_zip.o: ./zip.cpp
$(CXX) -c -o $@ $(ZIP_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ZIP_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
IMAGE_OBJECTS = \ IMAGE_OBJECTS = \
image_image.o image_image.o
@@ -49,7 +49,7 @@ IMAGE_OBJECTS = \
all: image all: image
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f image rm -f image
image: $(IMAGE_OBJECTS) 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 image_image.o: ./image.cpp
$(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
INTERNAT_OBJECTS = \ INTERNAT_OBJECTS = \
internat_internat.o internat_internat.o
@@ -49,7 +49,7 @@ INTERNAT_OBJECTS = \
all: internat all: internat
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f internat rm -f internat
internat: $(INTERNAT_OBJECTS) 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 internat_internat.o: ./internat.cpp
$(CXX) -c -o $@ $(INTERNAT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(INTERNAT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
IPCCLIENT_OBJECTS = \ IPCCLIENT_OBJECTS = \
ipcclient_client.o ipcclient_client.o
@@ -52,7 +52,7 @@ IPCSERVER_OBJECTS = \
all: ipcclient ipcserver all: ipcclient ipcserver
install: all install:
uninstall: uninstall:
@@ -63,10 +63,10 @@ clean:
rm -f ipcserver rm -f ipcserver
ipcclient: $(IPCCLIENT_OBJECTS) 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) 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 ipcclient_client.o: ./client.cpp
$(CXX) -c -o $@ $(IPCCLIENT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(IPCCLIENT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
JOYTEST_OBJECTS = \ JOYTEST_OBJECTS = \
joytest_joytest.o joytest_joytest.o
@@ -49,7 +49,7 @@ JOYTEST_OBJECTS = \
all: joytest all: joytest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f joytest rm -f joytest
joytest: $(JOYTEST_OBJECTS) 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 joytest_joytest.o: ./joytest.cpp
$(CXX) -c -o $@ $(JOYTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(JOYTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
KEYBOARD_OBJECTS = \ KEYBOARD_OBJECTS = \
keyboard_keyboard.o keyboard_keyboard.o
@@ -49,7 +49,7 @@ KEYBOARD_OBJECTS = \
all: keyboard all: keyboard
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f keyboard rm -f keyboard
keyboard: $(KEYBOARD_OBJECTS) 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 keyboard_keyboard.o: ./keyboard.cpp
$(CXX) -c -o $@ $(KEYBOARD_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(KEYBOARD_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
LAYOUT_OBJECTS = \ LAYOUT_OBJECTS = \
layout_layout.o layout_layout.o
@@ -49,7 +49,7 @@ LAYOUT_OBJECTS = \
all: layout all: layout
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f layout rm -f layout
layout: $(LAYOUT_OBJECTS) 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 layout_layout.o: ./layout.cpp
$(CXX) -c -o $@ $(LAYOUT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(LAYOUT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
LISTBOX_OBJECTS = \ LISTBOX_OBJECTS = \
listbox_lboxtest.o listbox_lboxtest.o
@@ -49,7 +49,7 @@ LISTBOX_OBJECTS = \
all: listbox all: listbox
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f listbox rm -f listbox
listbox: $(LISTBOX_OBJECTS) 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 listbox_lboxtest.o: ./lboxtest.cpp
$(CXX) -c -o $@ $(LISTBOX_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(LISTBOX_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
LISTCTRL_OBJECTS = \ LISTCTRL_OBJECTS = \
listctrl_listtest.o listctrl_listtest.o
@@ -49,7 +49,7 @@ LISTCTRL_OBJECTS = \
all: listctrl all: listctrl
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f listctrl rm -f listctrl
listctrl: $(LISTCTRL_OBJECTS) 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 listctrl_listtest.o: ./listtest.cpp
$(CXX) -c -o $@ $(LISTCTRL_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(LISTCTRL_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -365,7 +365,14 @@ mfc:
memcheck: memcheck:
$(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all $(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) SHELL := $(COMSPEC)

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MDI_OBJECTS = \ MDI_OBJECTS = \
mdi_mdi.o mdi_mdi.o
@@ -49,7 +49,7 @@ MDI_OBJECTS = \
all: mdi all: mdi
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f mdi rm -f mdi
mdi: $(MDI_OBJECTS) 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 mdi_mdi.o: ./mdi.cpp
$(CXX) -c -o $@ $(MDI_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MDI_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MEDIAPLAYER_OBJECTS = \ MEDIAPLAYER_OBJECTS = \
mediaplayer_mediaplayer.o mediaplayer_mediaplayer.o
@@ -49,7 +49,7 @@ MEDIAPLAYER_OBJECTS = \
all: mediaplayer all: mediaplayer
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f mediaplayer rm -f mediaplayer
mediaplayer: $(MEDIAPLAYER_OBJECTS) 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 mediaplayer_mediaplayer.o: ./mediaplayer.cpp
$(CXX) -c -o $@ $(MEDIAPLAYER_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MEDIAPLAYER_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MEMCHECK_OBJECTS = \ MEMCHECK_OBJECTS = \
memcheck_memcheck.o memcheck_memcheck.o
@@ -49,7 +49,7 @@ MEMCHECK_OBJECTS = \
all: memcheck all: memcheck
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f memcheck rm -f memcheck
memcheck: $(MEMCHECK_OBJECTS) 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 memcheck_memcheck.o: ./memcheck.cpp
$(CXX) -c -o $@ $(MEMCHECK_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MEMCHECK_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MENU_OBJECTS = \ MENU_OBJECTS = \
menu_menu.o menu_menu.o
@@ -49,7 +49,7 @@ MENU_OBJECTS = \
all: menu all: menu
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f menu rm -f menu
menu: $(MENU_OBJECTS) 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 menu_menu.o: ./menu.cpp
$(CXX) -c -o $@ $(MENU_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MENU_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MFCTEST_OBJECTS = \ MFCTEST_OBJECTS = \
mfctest_mfctest.o mfctest_mfctest.o
@@ -49,7 +49,7 @@ MFCTEST_OBJECTS = \
all: mfctest all: mfctest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f mfctest rm -f mfctest
mfctest: $(MFCTEST_OBJECTS) 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 mfctest_mfctest.o: ./mfctest.cpp
$(CXX) -c -o $@ $(MFCTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MFCTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MINIFRAM_OBJECTS = \ MINIFRAM_OBJECTS = \
minifram_minifram.o minifram_minifram.o
@@ -49,7 +49,7 @@ MINIFRAM_OBJECTS = \
all: minifram all: minifram
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f minifram rm -f minifram
minifram: $(MINIFRAM_OBJECTS) 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 minifram_minifram.o: ./minifram.cpp
$(CXX) -c -o $@ $(MINIFRAM_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MINIFRAM_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MINIMAL_OBJECTS = \ MINIMAL_OBJECTS = \
minimal_minimal.o minimal_minimal.o
@@ -49,7 +49,7 @@ MINIMAL_OBJECTS = \
all: minimal all: minimal
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f minimal rm -f minimal
minimal: $(MINIMAL_OBJECTS) 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 minimal_minimal.o: ./minimal.cpp
$(CXX) -c -o $@ $(MINIMAL_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MINIMAL_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -23,7 +23,7 @@ DESTDIR =
all: styles wxedit all: styles wxedit
install: all install:
uninstall: uninstall:
@@ -48,6 +48,6 @@ wxedit:
# Include dependency info, if present: # 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 .PHONY: all install uninstall clean distclean styles wxedit

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -27,7 +27,7 @@
all: styles wxedit all: styles wxedit
install: all install:
uninstall: uninstall:

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
STYLES_OBJECTS = \ STYLES_OBJECTS = \
styles_styles.o styles_styles.o
@@ -49,7 +49,7 @@ STYLES_OBJECTS = \
all: styles all: styles
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f styles rm -f styles
styles: $(STYLES_OBJECTS) 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 styles_styles.o: ./styles.cpp
$(CXX) -c -o $@ $(STYLES_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(STYLES_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
WXEDIT_OBJECTS = \ WXEDIT_OBJECTS = \
wxedit_wxedit.o wxedit_wxedit.o
@@ -49,7 +49,7 @@ WXEDIT_OBJECTS = \
all: wxedit all: wxedit
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f wxedit rm -f wxedit
wxedit: $(WXEDIT_OBJECTS) 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 wxedit_wxedit.o: ./wxedit.cpp
$(CXX) -c -o $@ $(WXEDIT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(WXEDIT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
MULTIMON_TEST_OBJECTS = \ MULTIMON_TEST_OBJECTS = \
multimon_test_multimon_test.o multimon_test_multimon_test.o
@@ -49,7 +49,7 @@ MULTIMON_TEST_OBJECTS = \
all: multimon_test all: multimon_test
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f multimon_test rm -f multimon_test
multimon_test: $(MULTIMON_TEST_OBJECTS) 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 multimon_test_multimon_test.o: ./multimon_test.cpp
$(CXX) -c -o $@ $(MULTIMON_TEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(MULTIMON_TEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
NATIVDLG_OBJECTS = \ NATIVDLG_OBJECTS = \
nativdlg_nativdlg.o nativdlg_nativdlg.o
@@ -49,7 +49,7 @@ NATIVDLG_OBJECTS = \
all: nativdlg all: nativdlg
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f nativdlg rm -f nativdlg
nativdlg: $(NATIVDLG_OBJECTS) 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 nativdlg_nativdlg.o: ./nativdlg.cpp
$(CXX) -c -o $@ $(NATIVDLG_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(NATIVDLG_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
NOTEBOOK_OBJECTS = \ NOTEBOOK_OBJECTS = \
notebook_notebook.o notebook_notebook.o
@@ -49,7 +49,7 @@ NOTEBOOK_OBJECTS = \
all: notebook all: notebook
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f notebook rm -f notebook
notebook: $(NOTEBOOK_OBJECTS) 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 notebook_notebook.o: ./notebook.cpp
$(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
OLEAUTO_OBJECTS = \ OLEAUTO_OBJECTS = \
oleauto_oleauto.o oleauto_oleauto.o
@@ -49,7 +49,7 @@ OLEAUTO_OBJECTS = \
all: oleauto all: oleauto
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f oleauto rm -f oleauto
oleauto: $(OLEAUTO_OBJECTS) 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 oleauto_oleauto.o: ./oleauto.cpp
$(CXX) -c -o $@ $(OLEAUTO_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(OLEAUTO_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -23,7 +23,7 @@ DESTDIR =
all: cube isosurf penguin all: cube isosurf penguin
install: all install:
uninstall: uninstall:
@@ -53,6 +53,6 @@ penguin:
# Include dependency info, if present: # 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 .PHONY: all install uninstall clean distclean cube isosurf penguin

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CUBE_OBJECTS = \ CUBE_OBJECTS = \
cube_cube.o cube_cube.o
@@ -49,7 +49,7 @@ CUBE_OBJECTS = \
all: cube all: cube
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f cube rm -f cube
cube: $(CUBE_OBJECTS) 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 cube_cube.o: ./cube.cpp
$(CXX) -c -o $@ $(CUBE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CUBE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ISOSURF_OBJECTS = \ ISOSURF_OBJECTS = \
isosurf_isosurf.o isosurf_isosurf.o
@@ -49,7 +49,7 @@ ISOSURF_OBJECTS = \
all: isosurf all: isosurf
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f isosurf rm -f isosurf
isosurf: $(ISOSURF_OBJECTS) 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 isosurf_isosurf.o: ./isosurf.cpp
$(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ISOSURF_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -27,7 +27,7 @@
all: cube isosurf penguin all: cube isosurf penguin
install: all install:
uninstall: uninstall:

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,31 +11,31 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C compiler # C compiler
CC := gcc CC = gcc
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for CC # Standard flags for CC
CFLAGS := CFLAGS ?=
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C flags to use with wxWidgets code # C flags to use with wxWidgets code
WX_CFLAGS := `$(WX_CONFIG) --cflags` WX_CFLAGS ?= `$(WX_CONFIG) --cflags`
# C++ flags to use with wxWidgets code # 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: ### ### 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_CFLAGS = -I. $(WX_CFLAGS) $(CPPFLAGS) $(CFLAGS)
PENGUIN_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) PENGUIN_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
PENGUIN_OBJECTS = \ PENGUIN_OBJECTS = \
@@ -61,7 +61,7 @@ PENGUIN_OBJECTS = \
all: penguin all: penguin
install: all install:
uninstall: uninstall:
@@ -71,7 +71,7 @@ clean:
rm -f penguin rm -f penguin
penguin: $(PENGUIN_OBJECTS) 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 penguin_penguin.o: ./penguin.cpp
$(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
OWNERDRW_OBJECTS = \ OWNERDRW_OBJECTS = \
ownerdrw_ownerdrw.o ownerdrw_ownerdrw.o
@@ -49,7 +49,7 @@ OWNERDRW_OBJECTS = \
all: ownerdrw all: ownerdrw
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f ownerdrw rm -f ownerdrw
ownerdrw: $(OWNERDRW_OBJECTS) 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 ownerdrw_ownerdrw.o: ./ownerdrw.cpp
$(CXX) -c -o $@ $(OWNERDRW_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(OWNERDRW_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
PNG_OBJECTS = \ PNG_OBJECTS = \
png_pngdemo.o png_pngdemo.o
@@ -49,7 +49,7 @@ PNG_OBJECTS = \
all: png all: png
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f png rm -f png
png: $(PNG_OBJECTS) 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 png_pngdemo.o: ./pngdemo.cpp
$(CXX) -c -o $@ $(PNG_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(PNG_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
POPUP_OBJECTS = \ POPUP_OBJECTS = \
popup_popup.o popup_popup.o
@@ -49,7 +49,7 @@ POPUP_OBJECTS = \
all: popup all: popup
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f popup rm -f popup
popup: $(POPUP_OBJECTS) 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 popup_popup.o: ./popup.cpp
$(CXX) -c -o $@ $(POPUP_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(POPUP_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
POWER_OBJECTS = \ POWER_OBJECTS = \
power_power.o power_power.o
@@ -49,7 +49,7 @@ POWER_OBJECTS = \
all: power all: power
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f power rm -f power
power: $(POWER_OBJECTS) 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 power_power.o: ./power.cpp
$(CXX) -c -o $@ $(POWER_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(POWER_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
PRINTING_OBJECTS = \ PRINTING_OBJECTS = \
printing_printing.o printing_printing.o
@@ -49,7 +49,7 @@ PRINTING_OBJECTS = \
all: printing all: printing
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f printing rm -f printing
printing: $(PRINTING_OBJECTS) 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 printing_printing.o: ./printing.cpp
$(CXX) -c -o $@ $(PRINTING_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(PRINTING_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
PROPSIZE_OBJECTS = \ PROPSIZE_OBJECTS = \
propsize_propsize.o propsize_propsize.o
@@ -49,7 +49,7 @@ PROPSIZE_OBJECTS = \
all: propsize all: propsize
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f propsize rm -f propsize
propsize: $(PROPSIZE_OBJECTS) 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 propsize_propsize.o: ./propsize.cpp
$(CXX) -c -o $@ $(PROPSIZE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(PROPSIZE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
REGTEST_OBJECTS = \ REGTEST_OBJECTS = \
regtest_regtest.o regtest_regtest.o
@@ -49,7 +49,7 @@ REGTEST_OBJECTS = \
all: regtest all: regtest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f regtest rm -f regtest
regtest: $(REGTEST_OBJECTS) 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 regtest_regtest.o: ./regtest.cpp
$(CXX) -c -o $@ $(REGTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(REGTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,28 +11,28 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Compiler flags to link loadable module # Compiler flags to link loadable module
LINK_MODULE_FLAGS := -shared LINK_MODULE_FLAGS ?= -shared
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # C++ flags to use with wxWidgets code
WX_CXXFLAGS := `$(WX_CONFIG) --cxxflags` WX_CXXFLAGS ?= `$(WX_CONFIG) --cxxflags`
# Build shared lib plugin # Build shared lib plugin
SHARED := 0 SHARED ?= 0
@@ -42,7 +42,7 @@ SHARED := 0
### Variables: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
RENDER_OBJECTS = \ RENDER_OBJECTS = \
render_render.o render_render.o
@@ -61,7 +61,7 @@ endif
all: render $(__renddll___depname) all: render $(__renddll___depname)
install: all install:
uninstall: uninstall:
@@ -72,11 +72,11 @@ clean:
rm -f renddll.so rm -f renddll.so
render: $(RENDER_OBJECTS) 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) ifeq ($(SHARED),1)
renddll.so: $(RENDDLL_OBJECTS) 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 endif
render_render.o: ./render.cpp render_render.o: ./render.cpp

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
RICHTEXT_OBJECTS = \ RICHTEXT_OBJECTS = \
richtext_richtext.o richtext_richtext.o
@@ -49,7 +49,7 @@ RICHTEXT_OBJECTS = \
all: richtext all: richtext
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f richtext rm -f richtext
richtext: $(RICHTEXT_OBJECTS) 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 richtext_richtext.o: ./richtext.cpp
$(CXX) -c -o $@ $(RICHTEXT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(RICHTEXT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
ROTATE_OBJECTS = \ ROTATE_OBJECTS = \
rotate_rotate.o rotate_rotate.o
@@ -49,7 +49,7 @@ ROTATE_OBJECTS = \
all: rotate all: rotate
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f rotate rm -f rotate
rotate: $(ROTATE_OBJECTS) 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 rotate_rotate.o: ./rotate.cpp
$(CXX) -c -o $@ $(ROTATE_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(ROTATE_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SASHTEST_OBJECTS = \ SASHTEST_OBJECTS = \
sashtest_sashtest.o sashtest_sashtest.o
@@ -49,7 +49,7 @@ SASHTEST_OBJECTS = \
all: sashtest all: sashtest
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f sashtest rm -f sashtest
sashtest: $(SASHTEST_OBJECTS) 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 sashtest_sashtest.o: ./sashtest.cpp
$(CXX) -c -o $@ $(SASHTEST_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SASHTEST_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SCROLL_OBJECTS = \ SCROLL_OBJECTS = \
scroll_scroll.o scroll_scroll.o
@@ -49,7 +49,7 @@ SCROLL_OBJECTS = \
all: scroll all: scroll
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f scroll rm -f scroll
scroll: $(SCROLL_OBJECTS) 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 scroll_scroll.o: ./scroll.cpp
$(CXX) -c -o $@ $(SCROLL_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SCROLL_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SCROLLSUB_OBJECTS = \ SCROLLSUB_OBJECTS = \
scrollsub_scrollsub.o scrollsub_scrollsub.o
@@ -49,7 +49,7 @@ SCROLLSUB_OBJECTS = \
all: scrollsub all: scrollsub
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f scrollsub rm -f scrollsub
scrollsub: $(SCROLLSUB_OBJECTS) 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 scrollsub_scrollsub.o: ./scrollsub.cpp
$(CXX) -c -o $@ $(SCROLLSUB_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SCROLLSUB_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SHAPED_OBJECTS = \ SHAPED_OBJECTS = \
shaped_shaped.o shaped_shaped.o
@@ -49,7 +49,7 @@ SHAPED_OBJECTS = \
all: shaped all: shaped
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f shaped rm -f shaped
shaped: $(SHAPED_OBJECTS) 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 shaped_shaped.o: ./shaped.cpp
$(CXX) -c -o $@ $(SHAPED_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SHAPED_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
CLIENT_OBJECTS = \ CLIENT_OBJECTS = \
client_client.o client_client.o
@@ -52,7 +52,7 @@ SERVER_OBJECTS = \
all: client server all: client server
install: all install:
uninstall: uninstall:
@@ -63,10 +63,10 @@ clean:
rm -f server rm -f server
client: $(CLIENT_OBJECTS) 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) 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 client_client.o: ./client.cpp
$(CXX) -c -o $@ $(CLIENT_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(CLIENT_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SOUND_OBJECTS = \ SOUND_OBJECTS = \
sound_sound.o sound_sound.o
@@ -49,7 +49,7 @@ SOUND_OBJECTS = \
all: sound all: sound
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f sound rm -f sound
sound: $(SOUND_OBJECTS) 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 sound_sound.o: ./sound.cpp
$(CXX) -c -o $@ $(SOUND_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SOUND_CXXFLAGS) $(CPPDEPS) $<

View File

@@ -1,6 +1,6 @@
# ========================================================================= # =========================================================================
# This makefile was generated by # 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! # Do not modify, all changes will be overwritten!
# ========================================================================= # =========================================================================
@@ -11,22 +11,22 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX := g++ CXX = g++
# Standard flags for C++ # Standard flags for C++
CXXFLAGS := CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS := CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS := LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG := wx-config WX_CONFIG ?= wx-config
# C++ flags to use with wxWidgets code # 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: ### ### 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_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
SPLASH_OBJECTS = \ SPLASH_OBJECTS = \
splash_splash.o splash_splash.o
@@ -49,7 +49,7 @@ SPLASH_OBJECTS = \
all: splash all: splash
install: all install:
uninstall: uninstall:
@@ -59,7 +59,7 @@ clean:
rm -f splash rm -f splash
splash: $(SPLASH_OBJECTS) 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 splash_splash.o: ./splash.cpp
$(CXX) -c -o $@ $(SPLASH_CXXFLAGS) $(CPPDEPS) $< $(CXX) -c -o $@ $(SPLASH_CXXFLAGS) $(CPPDEPS) $<

Some files were not shown because too many files have changed in this diff Show More