makefile.gnu 237 B

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