# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.1 1998/09/16 08:57:51 christ Exp $
#
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.


SHELL = /bin/sh

srcdir = .
top_srcdir = ../..
prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib

top_builddir = ../..

transform = s,x,x,

host_alias = i586-pc-linux-gnu
host_triplet = i586-pc-linux-gnu
EXT = 
JAVABASE = /usr/local/jdk1.1

AUTOMAKE_OPTIONS= dejagnu

DEJATOOL = java

JAVAC		= ${JAVABASE}/bin/javac 
JAVA		= ${JAVABASE}/bin/java

RUNTESTFLAGS = JAVAC=$(JAVAC) JAVA=$(JAVA) PDAPILOT=$(top_srcdir)/Java
CONFIG_HEADER = ../../include/pi-config.h ../../include/pi-sockaddr.h
CONFIG_CLEAN_FILES = 


EXPECT = expect
RUNTEST = runtest

default: all

.SUFFIXES:
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

tags: TAGS
TAGS:


subdir = Java/testsuite

check-DEJAGNU: site.exp
	srcdir=`cd $(srcdir) && pwd`; export srcdir; \
	EXPECT=$(EXPECT); export EXPECT; \
	runtest=$(RUNTEST); \
	if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
	  $$runtest --tool $(DEJATOOL) --srcdir $$srcdir $(RUNTESTFLAGS); \
	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
	fi
site.exp: Makefile
	@echo 'Making a new site.exp file...'
	-@rm -f site.bak
	@echo '## these variables are automatically generated by make ##' > $@-t
	@echo '# Do not edit here.  If you wish to override these values' >> $@-t
	@echo '# edit the last section' >> $@-t
	@echo 'set tool $(DEJATOOL)' >> $@-t
	@echo 'set srcdir $(srcdir)' >> $@-t
	@echo 'set objdir' `pwd` >> $@-t
	@echo 'set host_alias $(host_alias)' >> $@-t
	@echo 'set host_triplet $(host_triplet)' >> $@-t
	@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
	-@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
	-@mv site.exp site.bak
	@mv $@-t site.exp
check: all
	$(MAKE) check-DEJAGNU

all: Makefile

clean:  
	rm -f *.log
	rm -f *.sum
	rm -f */*.class

distclean:  clean
	rm -f Makefile
	rm -f site.*

.PHONY: default tags distdir check-DEJAGNU \
all \
clean distclean 


all:


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
