[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Compat.ICSharpCode.SharpZipLib / Makefile
blob9c11dbac65c299d9b2f5ad86cbe5b77fa28b999d
1 thisdir = class/Compat.ICSharpCode.SharpZipLib
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Compat.ICSharpCode.SharpZipLib.dll
6 LIBRARY_NAME = ICSharpCode.SharpZipLib.dll
7 LIBRARY_COMPAT = yes
8 LIBRARY_SNK = SharpZipLib.key
10 LIB_REFS = System System.Xml
11 LIB_MCS_FLAGS = -r:$(corlib)
12 NO_TEST = yes
13 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
15 include ../../build/library.make