#/*****************************************************************************/
#/*                                                                           */
#/*  Compiler - a Parser Generator Program, Version 2.0                       */
#/*  Copyright (c) 2000, 2003  Charles M. Fayle  All Rights Reserved.         */
#/*                                                                           */
#/*  This software is distributed under the terms of the GNU General Public   */
#/*  License as specified in the file gpl.txt included with the distribution. */
#/*                                                                           */
#/*****************************************************************************/
#//
#//  $Id$
#//

application:
	$(MAKE) -C parser

objects:
	$(MAKE) -C parser objects

clean:
	$(MAKE) -C parser $@
