2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / csharp / Makefile
blob5948d1280b1449da362ffc670d54878b1b4a01d7
1 thisdir = tools/csharp
2 SUBDIRS =
3 mono_sourcelibs_DIR = $(DESTDIR)$(mono_libdir)/mono-source-libs
5 include ../../build/rules.make
7 // 3021: CLS attribute not needed since assembly is not CLS compliant
8 NOWARNS = -nowarn:3021
9 LOCAL_MCS_FLAGS = -r:$(topdir)/class/lib/$(PROFILE)/Mono.CSharp.dll -r:$(topdir)/class/lib/$(PROFILE)/Mono.Posix.dll -r:Mono.Management.dll -unsafe $(NOWARNS)
11 PROGRAM = $(topdir)/class/lib/$(PROFILE)/csharp.exe
13 DISTFILES = repl.txt
15 CLEAN_FILES = csharp.exe *.mdb
17 include ../../build/executable.make
19 install-local: install-source
21 install-source:
22 -$(MKINSTALLDIRS) $(mono_sourcelibs_DIR)
23 $(INSTALL) -m 644 getline.cs $(mono_sourcelibs_DIR)