2003-03-22 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / Mono.Data.SqliteClient / makefile.gnu
1 topdir = ../..
2
3 #TEST_DIR = Test
4 LIBRARY = $(topdir)/class/lib/Mono.Data.SqliteClient.dll
5
6 LIB_LIST = sources.list
7 LIB_FLAGS = --unsafe -r System.Data
8
9 SOURCES_INCLUDE=*.cs
10
11 export MONO_PATH_PREFIX = $(topdir)/class/lib
12
13 include $(topdir)/class/library.make