# -*- makefile -*- mode for emacs
# @(#) $Id: Makefile,v 1.3 2005/06/24 12:46:36 wdietl Exp $

# Copyright (C) 1998-2004 Iowa State University

# This file is part of mjc, a MultiJava Compiler

# mjc is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# mjc is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with mjc; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

## ----------------------------------------------------------------- 
## At the bottom of this file we import $(TOPDIR)/Make.ProjDefs.  See the
## that file for substantial documentation.
## ----------------------------------------------------------------- 

TOPDIR =	../../../../..
UNIVERSEDIR =   ./

## -------------------------------------------------------------
## Local targets and vars

MJC = java org.multijava.mjc.Main
MJCFLAGS = -W --universes $(USERMJCFLAGS)
# user can override this on the command line to pass extra flags to mjc
USERMJCFLAGS = 

PACKAGE = org/multijava/mjc/testcase/universes

SUBDIRS = oldjacks wmd ym runtime codegen
TESTDIRS = oldjacks wmd ym runtime codegen

include $(UNIVERSEDIR)/Make.Defs
