makefile.gnu 364 B

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