makefile.gnu 276 B

123456789101112131415
  1. topdir = ../..
  2. LIBRARY = $(topdir)/class/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 = $(topdir)/class/lib:
  10. include $(topdir)/class/library.make