#!/local/bin/bash

# system:     "'ascii2ps' pretty-printer"
# compiler:   "SmallEiffel -0.78"
# author:     "Eric Bezault <ericb@gobosoft.com>"
# copyright:  "Copyright (c) 1999, Eric Bezault and others"
# license:    "Eiffel Forum Freeware License v1 (see forum.txt)"
# date:       "$Date: 1999/10/02 12:44:16 $"
# revision:   "$Revision: 1.2 $"


echo ${GOBO}/example/lexical/ascii2ps/>		loadpath.se
echo ${GOBO}/library/lexical/skeleton/>>	loadpath.se
echo ${GOBO}/library/kernel/loadpath.se>>	loadpath.se

export geoptions="-boost -no_split -no_style_warning -no_gc"
compile $geoptions ASCII2PS make
