makefile.gnu 288 B

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