Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/Makefile')
-rw-r--r--mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/Makefile b/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/Makefile
deleted file mode 100644
index d2a62000721..00000000000
--- a/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-MCS=mcs
-sources=src/AssemblyInfo.cs src/Complex.cs src/ComplexArray.cs src/ComplexF.cs src/ComplexMath.cs src/ComplexStats.cs src/Fourier.cs src/FourierDirection.cs
-
-.SUFFIXES: .cs .exe .dll
-
-all: Exocortex.DSP.dll
-
-Exocortex.DSP.dll: $(sources)
- $(MCS) -t:library $(sources) -out:Exocortex.DSP.dll
-