+# Location and arguments of wx-config script
+WX_CONFIG = wx-config
+
+# C++ flags to use with wxWidgets code
+WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
+
+
+
+# -------------------------------------------------------------------------
+# Do not modify the rest of this file!
+# -------------------------------------------------------------------------
+
+### Variables: ###
+
+CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
+CONFTEST_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
+CONFTEST_OBJECTS = \
+ conftest_conftest.o
+
+### Conditionally set variables: ###
+
+
+
+### Targets: ###
+
+all: conftest
+
+install: all
+
+uninstall: