7a03be5761c6aadb0b99e9f4e2711e2d8bc4d919
[mono.git] / mcs / tools / csharp / Makefile
1 thisdir = tools/csharp
2 SUBDIRS = 
3 mono_sourcelibs_DIR  = $(DESTDIR)$(mono_libdir)/mono-source-libs
4
5 include ../../build/rules.make
6
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 -r:System.dll -unsafe $(NOWARNS)
10
11 PROGRAM = csharp.exe
12
13 DISTFILES = repl.txt
14
15 CLEAN_FILES = csharp.exe *.mdb
16
17 include ../../build/executable.make
18
19 install-local: install-source
20
21 install-source:
22         -$(MKINSTALLDIRS) $(mono_sourcelibs_DIR)
23         $(INSTALL) -m 644 getline.cs $(mono_sourcelibs_DIR)
24