# system:     "'ascii2ps' pretty-printer"
# author:     "Eric Bezault <ericb@gobosoft.com>"
# copyright:  "Copyright (c) 2000, Eric Bezault and others"
# license:    "Eiffel Forum Freeware License v1 (see forum.txt)"
# date:       "$Date: 2001/01/01 18:02:55 $"
# revision:   "$Revision: 1.2 $"


TARGET=ascii2ps
ROOT_CLASS=ASCII2PS
CREATION_ROUTINE=make
ROOT_DIR=${GOBO}/example/lexical/ascii2ps

include ${GOBO}/misc/platform.mk
include ${GOBO}/misc/eiffel.mk

scanner: ascii2ps.e

ascii2ps.e: ascii2ps.l
	${GELEX} --version
	${GELEX} ascii2ps.l
