]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelist/makefile.unx
making sure cfbundle identifier has correct characters
[wxWidgets.git] / samples / treelist / makefile.unx
index bba24e765d6c5e6afc6edc80dbbf9f8d3a4e3d3b..ee7e095856cdd48c0d02bf84ecc28093e1caa143 100644 (file)
 # These are configurable options:
 # -------------------------------------------------------------------------
 
 # These are configurable options:
 # -------------------------------------------------------------------------
 
-# C++ compiler
+# C++ compiler 
 CXX = `$(WX_CONFIG) --cxx`
 
 CXX = `$(WX_CONFIG) --cxx`
 
-# Standard flags for C++
-CXXFLAGS ?=
+# Standard flags for C++ 
+CXXFLAGS ?= 
 
 
-# Standard preprocessor flags (common for CC and CXX)
-CPPFLAGS ?=
+# Standard preprocessor flags (common for CC and CXX) 
+CPPFLAGS ?= 
 
 
-# Standard linker flags
-LDFLAGS ?=
+# Standard linker flags 
+LDFLAGS ?= 
 
 
-# Location and arguments of wx-config script
+# Location and arguments of wx-config script 
 WX_CONFIG ?= wx-config
 
 WX_CONFIG ?= wx-config
 
-# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,mgl,osx_cocoa,osx_carbon,dfb]
+# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,osx_cocoa,osx_carbon,dfb]
 WX_PORT ?= $(shell $(WX_CONFIG) --query-toolkit)
 
 # Use DLL build of wx library to use? [0,1]
 WX_PORT ?= $(shell $(WX_CONFIG) --query-toolkit)
 
 # Use DLL build of wx library to use? [0,1]
@@ -34,7 +34,7 @@ WX_SHARED ?= $(shell if test -z `$(WX_CONFIG) --query-linkage`; then echo 1; els
 # Compile Unicode build of wxWidgets? [0,1]
 WX_UNICODE ?= $(shell $(WX_CONFIG) --query-chartype | sed 's/unicode/1/;s/ansi/0/')
 
 # Compile Unicode build of wxWidgets? [0,1]
 WX_UNICODE ?= $(shell $(WX_CONFIG) --query-chartype | sed 's/unicode/1/;s/ansi/0/')
 
-# Version of the wx library to build against.
+# Version of the wx library to build against. 
 WX_VERSION ?= $(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/')
 
 
 WX_VERSION ?= $(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/')
 
 
@@ -75,16 +75,16 @@ endif
 
 all: test_for_selected_wxbuild treelist
 
 
 all: test_for_selected_wxbuild treelist
 
-install:
+install: 
 
 
-uninstall:
+uninstall: 
 
 
-clean:
+clean: 
        rm -f ./*.o
        rm -f ./*.d
        rm -f treelist
 
        rm -f ./*.o
        rm -f ./*.d
        rm -f treelist
 
-test_for_selected_wxbuild:
+test_for_selected_wxbuild: 
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 treelist: $(TREELIST_OBJECTS)
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 treelist: $(TREELIST_OBJECTS)