makefile.gnu 224 B

12345678910111213
  1. topdir = ../..
  2. LIBRARY = $(topdir)/class/lib/Mono.CSharp.Debugger.dll
  3. LIB_LIST = list.unix
  4. LIB_FLAGS = -r corlib
  5. SOURCES_INCLUDE=*.cs
  6. export MONO_PATH_PREFIX = $(topdir)/class/lib:
  7. include $(topdir)/class/library.make