2003-05-25 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / System.Security / makefile.gnu
1 topdir = ../..
2
3 TEST_DIR= Test
4 LIBRARY = $(topdir)/class/lib/System.Security.dll
5
6 LIB_LIST = list.unix
7 LIB_FLAGS = -r corlib -r System.Xml -r mscorlib
8
9 SOURCES_INCLUDE=*.cs
10 SOURCES_EXCLUDE=\
11         ./Test* 
12
13
14 export MONO_PATH_PREFIX = $(topdir)/class/lib:
15
16 include $(topdir)/class/library.make