# Generated automatically from Makefile.in by configure.
TOP = ../../..
srcdir = /export/home/thor/thor/fe/toba/bin
VPATH = /export/home/thor/thor/fe/toba/bin

include $(TOP)/config/Makedefs

CCINCS = -I. -I$(srcdir) -I.. -I$(srcdir)/.. -I../.. -I$(srcdir)/../.. -I../../.. -I$(srcdir)/../../..

CCCINCS = $(CCINCS)

GENERATED =								      \
    toba

CTOBA = 

all: toba

toba: $(srcdir)/Makefile.in $(srcdir)/toba.sh
# Chandra: Need a POSIX compliant sh (for getopts)
# no posix sh on linux, at least not by that name...
	echo '#!/bin/sh' 	>  toba
	echo '#!/usr/bin/posix/sh' 	>> toba
	echo ''				>> toba
	cat $(srcdir)/toba.sh		>> toba
	chmod +x toba
