# -*- makefile -*- mode for emacs
# @(#) $Id: Makefile,v 1.3 2004/01/16 23:21:16 cclifton 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 =	../../../../../..

## -------------------------------------------------------------
## GOALS

clean-this:	simple-clean local-clean

local-clean:
	$(RM) *.*-ckd *.class core file-list.junk *-expected.old

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

PACKAGE = org/multijava/mjc/testcase/typecheck/subpackageconstant1

SED = sed
RM = rm -f
DIFF = diff -w
MV = mv -f

# for testing no .class files should exist in this directory
buildtests-this:	zap-classes

## ----------------------------------------------------------------------
## GLOBAL DEFINITIONS

include $(TOPDIR)/Make.ProjDefs
