makefile.gnu 292 B

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