#/*
# * Bernoulli Compiler
# * Copyright (c) Cornell University
# * Department of Computer Science
# * 
# * Kamen Yotov (kamen@yotov.org)
# * 
# * $Source: C:/CVS/kyotov/kyotov/Research/BC/ASTs/makefile,v $
# * $Revision: 1.14 $
# * $Date: 2003/03/17 06:35:47 $
# */

TARGET = BC.Core.ASTs.dll
NAMESPACE = BC.Core.ASTs
CLEANUP = *.cs *.xsx

!INCLUDE <..\makefile.mak>

BC.Core.ASTs.cs: ASTs.cs
	$(COPY) $** $@
