makefile.gnu 430 B

123456789101112131415161718
  1. topdir = ../..
  2. TEST_DIR= Test
  3. LIBRARY = $(topdir)/class/lib/corlib.dll
  4. LIB_LIST = unix.args
  5. LIB_FLAGS = --unsafe --nostdlib
  6. SOURCES_INCLUDE=*.cs
  7. SOURCES_EXCLUDE=\
  8. ./Test* \
  9. ./System.Security.Permissions/SecurityPermissionAttribute.cs \
  10. ./System.PAL/*.cs \
  11. ./Windows/*.cs \
  12. ./System.Runtime.Remoting.Activation/UrlAttribute.cs \
  13. ./System.Runtime.Remoting.Contexts/ContextAttribute.cs
  14. include $(topdir)/class/library.make