4a2c6adeece5a65ff58bbbfde2342d899f6b39e6
[mono.git] / mcs / class / Mono.Security.Tls / Makefile
1 OVERRIDE_BARE_TARGETS = yes
2 thisdir = class/Mono.Security.Tls
3 LIBRARY = System.Security.Tls.dll
4 NO_TEST = yes
5 include ../../build/rules.make
6
7 all:
8         @cp $(LIBRARY) ../../class/lib
9
10 install:
11         $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/lib
12         $(INSTALL_LIB) $(LIBRARY) $(DESTDIR)$(prefix)/lib
13
14 test:
15
16 run-test:
17
18 clean:
19
20 include ../../build/library.make