Adding .cvsignores
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/System.Runtime.Serialization.Formatters.Soap.dll
4
5 LIB_LIST = list
6 LIB_FLAGS = -r corlib -r System.Xml
7
8 SOURCES_INCLUDE=*.cs
9 SOURCES_EXCLUDE=./Test*
10
11 export MONO_PATH_PREFIX = $(topdir)/class/lib:
12
13 include $(topdir)/class/library.make