makefile.gnu 280 B

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