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

Makefile « Mono.Posix « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c718dfbd770feabaa6e0017b82399f1760728e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
thisdir = class/Mono.Posix
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Posix.dll
LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll
TEST_MCS_FLAGS = /r:Mono.Posix.dll /r:System.dll

include ../../build/library.make

EXTRA_DISTFILES = Mono.Unix/make-map.cs

all-local: Mono.Unix/make-map.exe 

Mono.Unix/make-map.exe: Mono.Unix/make-map.cs $(the_lib)
	cp $(the_lib) Mono.Unix/
ifneq ($(PLATFORM),win32)
	$(CSCOMPILE)  -out:Mono.Unix/make-map.exe -r:Mono.Posix.dll Mono.Unix/make-map.cs
else
	$(CSCOMPILE)  -out:Mono.Unix/make-map.exe -r:Mono.Posix.dll Mono.Unix\\make-map.cs
endif

CLEAN_FILES = Mono.Unix/make-map.exe Mono.Unix/Mono.Posix.dll