makefile.gnu 353 B

1234567891011121314151617
  1. topdir = ../..
  2. TEST_DIR= Test
  3. LIBRARY = $(topdir)/class/lib/System.Data.dll
  4. LIB_LIST = list
  5. LIB_FLAGS = -r corlib -r System -r System.Xml -r System.EnterpriseServices -r Mono.Data.Tds
  6. SOURCES_INCLUDE=*.cs
  7. SOURCES_EXCLUDE=\
  8. ./Test* \
  9. *TestGDA.cs \
  10. ./System.Xml*
  11. export MONO_PATH_PREFIX = $(topdir)/class/lib:
  12. include $(topdir)/class/library.make