[Pkg-cli-libs-commits] r3874 - in /packages/ironpython: ./ branches/ branches/upstream/ branches/upstream/current/ branches/upstream/current/Src/ branches/upstream/current/Src/makefile

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Nov 1 21:56:21 UTC 2008


Author: hanska-guest
Date: Sat Nov  1 21:56:21 2008
New Revision: 3874

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3874
Log:
[svn-inject] Installing original source of ironpython

Added:
    packages/ironpython/
    packages/ironpython/branches/
    packages/ironpython/branches/upstream/
    packages/ironpython/branches/upstream/current/
    packages/ironpython/branches/upstream/current/Src/
    packages/ironpython/branches/upstream/current/Src/makefile   (with props)

Added: packages/ironpython/branches/upstream/current/Src/makefile
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/ironpython/branches/upstream/current/Src/makefile?rev=3874&op=file
==============================================================================
--- packages/ironpython/branches/upstream/current/Src/makefile (added)
+++ packages/ironpython/branches/upstream/current/Src/makefile Sat Nov  1 21:56:21 2008
@@ -1,0 +1,19 @@
+CSC=csc
+
+all:../IronMath.dll ../IronPython.dll ../ipy.exe ../ipyw.exe IronPythonTest/bin/Debug/IronPythonTest.dll
+
+../IronMath.dll:
+	$(CSC) -t:library -out:../IronMath.dll -recurse:IronMath/*.cs
+
+../IronPython.dll: ../IronMath.dll
+	$(CSC) -t:library -r:../IronMath.dll -r:System.Drawing.dll -r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
+
+../ipy.exe: ../IronPython.dll
+	$(CSC) -t:exe -r:../IronPython.dll -out:../ipy.exe -recurse:IronPythonConsole/*.cs
+
+../ipyw.exe: ../IronPython.dll
+	$(CSC) -t:winexe -r:../IronPython.dll -define:IRONPYTHON_WINDOW -out:../ipyw.exe -recurse:IronPythonConsole/*.cs
+
+IronPythonTest/bin/Debug/IronPythonTest.dll: ../IronMath.dll ../IronPython.dll
+	mkdir IronPythonTest/bin/Debug
+	$(CSC) -t:library -r:../IronMath.dll -r:../IronPython.dll -out:IronPythonTest/bin/Debug/IronPythonTest.dll -recurse:IronPythonTest/*.cs

Propchange: packages/ironpython/branches/upstream/current/Src/makefile
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Pkg-cli-libs-commits mailing list