makefile.gnu 327 B

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