makefile.gnu 316 B

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