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

makefile.gnu « Mono.Data.SybaseClient « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff5d75e993efb4649d331cf89f2c9617644fa775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
topdir = ../..

LIBRARY = $(topdir)/class/lib/Mono.Data.SybaseClient.dll

LIB_LIST = list
LIB_FLAGS = -r corlib -r System -r System.Xml -r System.EnterpriseServices -r System.Data

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=\
	./Test*	\
	*TestGDA.cs	\
	./System.Xml*

export MONO_PATH_PREFIX = $(topdir)/class/lib:

include $(topdir)/class/library.make