/* $Id: Imakefile,v 1.7 1995/12/18 19:34:39 janssen Exp $ */

MkdirTarget($(DESTDIR)/examples)
MkdirTarget($(DESTDIR)/examples/tutorial)

InstallRO(Tutorial.idl Tutorial.isl Tutorial2.idl Tutorial2.isl, $(DESTDIR)/examples/tutorial)

InstallRO(Calculator-impl.c faulty-impl.c simple2.c Factory-impl.c server.c simple3.c Factory2-impl.c server2.c simple4.c TapeCalculator-impl.c simple1.c, $(DESTDIR)/examples/tutorial)

InstallRO(CalculatorImpl.py server.py simple2.py FactoryImpl.py server2.py simple3.py FactoryImpl2.py server3.py simple4.py TapeCalculatorImpl.py simple1.py, $(DESTDIR)/examples/tutorial)

InstallRO(README, $(DESTDIR)/examples/tutorial)

InstallFileToFile(runImakefile, $(INSTINCFLAGS), $(DESTDIR)/examples/tutorial/Imakefile)


