

ROOT=.
EIFFEL_ROOT_CLASS= root_class
EIFFEL_CREATION_ROUTINE= make

all: 
	$(EGTK)/bin/egtkbuild root_class
clean:
	-rm -f *.o *.h *.c *~
	-rm -f $(EIFFEL_ROOT_CLASS)
	-rm -f *.make
