-#
-# File: Makefile for samples
-# Author: Robert Roebling
-# Created: 1999
-# Updated:
-# Copyright: (c) 1998 Robert Roebling
-#
-# This makefile requires a Unix version of wxWindows
-# to be installed on your system. This is most often
-# done typing "make install" when using the complete
-# sources of wxWindows or by installing the two
-# RPM packages wxGTK.XXX.rpm and wxGTK-devel.XXX.rpm
-# under Linux.
-
-# this makefile may also be used as a template for simple makefiles for your
-# own programs, the comments explain which parts of it you may have to modify
-# to use it for your own programs
-
-
-# you may change WX_CONFIG value to use a specific wx-config and to pass it
-# some options, for example "--inplace" to use an uninstalled wxWindows
-# version
-#
-# by default, wx-config from the PATH is used
+# =========================================================================
+# This makefile was generated by
+# Bakefile 0.2.3 (http://www.bakefile.org)
+# Do not modify, all changes will be overwritten!
+# =========================================================================
+
+
+
+# -------------------------------------------------------------------------
+# These are configurable options:
+# -------------------------------------------------------------------------
+
+# C++ compiler
+CXX := g++
+
+# Standard flags for C++
+CXXFLAGS :=
+
+# Standard preprocessor flags (common for CC and CXX)
+CPPFLAGS :=
+
+# Standard linker flags
+LDFLAGS :=
+
+# Location and arguments of wx-config script