]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/makefile.gcc
remove 'mobile' samples as they're not useful from a didactive POV nor they show...
[wxWidgets.git] / samples / mobile / makefile.gcc
diff --git a/samples/mobile/makefile.gcc b/samples/mobile/makefile.gcc
deleted file mode 100644 (file)
index 127cf3a..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# =========================================================================
-#     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
-#     Do not modify, all changes will be overwritten!
-# =========================================================================
-
-include ../../build/msw/config.gcc
-
-# -------------------------------------------------------------------------
-# Do not modify the rest of this file!
-# -------------------------------------------------------------------------
-
-### Variables: ###
-
-MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
-       LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
-       CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
-       LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" WXUNIV="$(WXUNIV)" \
-       UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
-       DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
-       MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
-       USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
-       USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
-       USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
-       USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
-       USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
-       OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
-       WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
-       CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
-       RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
-
-### Conditionally set variables: ###
-
-
-
-### Targets: ###
-
-all: styles wxedit
-
-clean: 
-       -if exist .\*.o del .\*.o
-       -if exist .\*.d del .\*.d
-       $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
-
-styles: 
-       $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
-
-wxedit: 
-       $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
-
-.PHONY: all clean styles wxedit
-
-
-SHELL := $(COMSPEC)
-
-# Dependencies tracking:
--include ./*.d