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

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

LIBRARY = Mono.Security.dll
LIB_MCS_FLAGS = -r:System.dll -unsafe -nowarn:1030 -lib:$(the_libdir_base)bare
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672

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

$(build_lib): $(the_libdir_base)bare/System.dll

$(the_libdir_base)bare/System.dll:
	(cd ../System; $(MAKE) $@)

.NOTPARALLEL: $(the_libdir_base)bare/System.dll