From 9d1689a382e914dce095b49391f774f2d75329bf Mon Sep 17 00:00:00 2001 From: triton Date: Mon, 25 Mar 2013 17:14:57 +0000 Subject: [PATCH] Removed obsolete build/readme files. --- examples/Makefile.am | 2 - tests/Makefile.am | 55 --------------------- tests/README | 1 - tests/Tests.csproj | 113 ------------------------------------------- 4 files changed, 171 deletions(-) delete mode 100644 examples/Makefile.am delete mode 100644 tests/Makefile.am delete mode 100644 tests/README delete mode 100644 tests/Tests.csproj diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index ec20122b..00000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ - -SUBDIRS = Hello qt diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 4761da44..00000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -top_srcdir = ../ -BUILD_DIR = $(top_srcdir)/bin/Debug - -INTEROP_DLL = \ - $(BUILD_DIR)/Mono.Cxxi.dll - -TEST_DLL = $(BUILD_DIR)/Test.dll - -NATIVE = \ - MarshalingTests \ - InheritanceTests \ - FieldTests \ - ManglingTests - -MANAGED = \ - FieldTests.cs \ - InheritanceTests.cs \ - ManglingTests.cs \ - MarshalingTests.cs - -REFERENCES = \ - -pkg:mono-nunit - -NATIVE_SRC = \ - $(addprefix Native/,$(NATIVE)) - -all: $(TEST_DLL) - -%.cpp: %.h - -%.xml: $(addsuffix .h,$(NATIVE_SRC)) - $(GCCXML) -fxml=$@ --gccxml-cxxflags -c Native/$*.h - -$(BUILD_DIR)/libTest.so: $(addsuffix .cpp,$(NATIVE_SRC)) - $(CXX) -fPIC --shared -m32 -o $@ $^ - -$(BUILD_DIR)/libTest-inline.so: $(addsuffix .cpp,$(NATIVE_SRC)) - $(CXX) -fPIC --shared -m32 -fkeep-inline-functions -o $@ $^ - -generated: $(addsuffix .xml,$(NATIVE)) - $(RM) -r generated - $(foreach X,$?, \ - mono --debug $(BUILD_DIR)/generator.exe -o=$@ -ns=Tests -lib=Test -inline=surrogatelib $(X) && \ - ) \ - $(RM) generated/__*.cs && \ - echo Bindings generated successfully. - -$(TEST_DLL): generated $(MANAGED) $(BUILD_DIR)/libTest.so $(BUILD_DIR)/libTest-inline.so - $(GMCS) -debug -out:$@ -target:library -unsafe $(REFERENCES) -r:$(INTEROP_DLL) generated/*.cs $(MANAGED) - -clean: - $(RM) -rf $(TEST_DLL) generated $(BUILD_DIR)/libTest.so $(BUILD_DIR)/libTest-inline.so $(addsuffix .xml,$(NATIVE)) - -run: $(TEST_DLL) - nunit-console -nologo $(TEST_DLL) diff --git a/tests/README b/tests/README deleted file mode 100644 index dd10005d..00000000 --- a/tests/README +++ /dev/null @@ -1 +0,0 @@ -This directory contains tests for the cpp binding. To run them, type 'make run'. diff --git a/tests/Tests.csproj b/tests/Tests.csproj deleted file mode 100644 index 6533f34a..00000000 --- a/tests/Tests.csproj +++ /dev/null @@ -1,113 +0,0 @@ - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8} - Library - Tests - Test - v3.5 - - - - - 2.0 - http://localhost/Tests/ - true - Web - true - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - true - false - true - - - true - full - false - ..\bin\Debug - DEBUG - prompt - 4 - AllRules.ruleset - - - none - false - ..\bin\Release - prompt - 4 - AllRules.ruleset - - - - - - - - - - - False - - - False - - - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - - - - - - {4A864586-93C5-4DC1-8A80-F094A88506D7} - Mono.Cxxi - - - {AD0F9378-789C-4AF1-B0DD-6DD9A63C3401} - generator - - - \ No newline at end of file