# Makefile generated by imake - do not edit! # $XConsortium: imake.c,v 1.91 95/01/12 16:15:47 kaleb Exp $ # $ITI: Imake.tmpl,v 1.5 1995/01/24 17:48:12 schrod Exp $ #---------------------------------------------------------------------- # Makefile generated from "Imake.tmpl" and # # Top level imake template of `Imake module edition'. # default: all # ====================================================================== # MIT & XFree configuration files # $ITI: MIT-config.imk,v 1.3 1994/12/19 19:16:35 schrod Exp $ # ------------------------------------------------------------------------- # site-specific configuration parameters that need to come before # the platform-specific parameters - edit site.def to change # $ITI: site.def,v 1.7 1995/03/27 14:41:35 herr Exp $ # # ITI site definitions # # starting from original MIT version # site: $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $ # ------------------------------------------------------------------------- # platform-specific configuration parameters - edit x386.cf to change # $ITI: x386.cf,v 1.3 1994/06/30 17:03:54 schrod Exp $ # $XFree86: mit/config/x386.cf,v 2.44 1994/04/16 04:20:56 dawes Exp $ # platform: $XConsortium: x386.cf,v 1.7 91/08/16 19:30:10 gildea Exp $ # operating system: Linux # ------------------------------------------------------------------------- # site-specific configuration parameters that go after # the platform-specific parameters - edit site.def to change # $ITI: site.def,v 1.7 1995/03/27 14:41:35 herr Exp $ # # ITI site definitions # # starting from original MIT version # site: $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $ KMEMGROUP = kmem # ====================================================================== # Imake template with basic definitions # $ITI: Base.imk,v 1.5 1994/11/28 20:57:37 schrod Exp $ LOCALDIR = /usr/local # ------------------------------------------------------------ # Imake template for operations on files # $ITI: files.imk,v 1.5 1994/12/02 19:46:44 schrod Exp $ COPYIF = copyif CPP = /lib/cpp LN = ln -s MAKEDIR = mkdir -p MV = mv RM = /bin/rm -f # ------------------------------------------------------------ # Imake template for use of imake & makedepend # $ITI: imake.imk,v 1.9 1995/06/30 16:29:13 schrod Exp $ IMAKE = imake IMAKE_STD_OPTIONS = IMAKE_STD_INCLUDES = -I$(LOCALDIR)/lib/imake IMAKE_STD_DEFINES = IMAKE_FLAGS = $(IMAKE_OPTIONS) $(IMAKE_EXTRA_OPTIONS) $(IMAKE_STD_OPTIONS) $(IMAKE_INCLUDES) $(IMAKE_EXTRA_INCLUDES) $(IMAKE_STD_INCLUDES) $(IMAKE_DEFINES) $(IMAKE_EXTRA_DEFINES) $(IMAKE_STD_DEFINES) MAKE = make SHELL = /bin/sh TOPDIR = . CURDIR = . THISDIR = `basename $(CURDIR)` MAKEOVERRIDES = depend:: touch .dependdummy $(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" .dependdummy $(RM) .dependdummy DEPEND = makedepend DEPENDFLAGS = SUBDIRS = ########################################################################### # start of Imakefile # $Id: Imakefile,v 1.5 1995/05/28 00:30:55 schrod Exp $ # ====================================================================== # Imake template for installation of TeX files # $ITI: TeX.imk,v 1.2 1995/03/14 12:55:51 schrod Exp $ # ====================================================================== # Imake template for software installation # $ITI: install.imk,v 1.2 1995/03/14 12:56:05 schrod Exp $ DESTDIR = INSTALL = install INSTALL_OWNER = $(USER) INSTALL_GROUP = `id -gn` INSTALL_DATA_RIGHTS = 644 INSTALL_PROGRAM_RIGHTS = 755 INSTALL_SCRIPT_RIGHTS = 755 TEXMF = /usr/local/lib/texmf # ====================================================================== # Imake template for MAKEPROG, the Literate Documentation system # $ITI: makeprog.imk,v 1.2 1995/03/14 12:55:29 schrod Exp $ MP_DOC2TEX = doc2tex MP_TEX2DOC = tex2doc # ====================================================================== # Imake template for TeX & friends # $ITI: TeX.imk,v 1.1 1995/03/14 19:40:12 schrod Exp $ TEX_IT = tex-it # ------------------------------------------------------------ # continue in Imakefile install:: $(MAKEDIR) $(DESTDIR)/$(TEXMF)/tex/plain/js-misc @test "cassette.tex deutsch.tex idverb.tex schild.tex sperr.tex xfig.tex" -o "cassette.tex deutsch.tex idverb.tex schild.tex sperr.tex xfig.tex" = "NullParameter" && \ for file in cassette.tex deutsch.tex idverb.tex schild.tex sperr.tex xfig.tex '' ; \ do if [ empty$$file != empty ] ; \ then (set -x; $(INSTALL) -c -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_DATA_RIGHTS) $$file $(DESTDIR)/$(TEXMF)/tex/plain/js-misc) ; \ fi ; \ done || \ exit 0 install:: $(MAKEDIR) $(DESTDIR)/$(TEXMF)/tex/generic/misc @test "names.sty" -o "names.sty" = "NullParameter" && \ for file in names.sty '' ; \ do if [ empty$$file != empty ] ; \ then (set -x; $(INSTALL) -c -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_DATA_RIGHTS) $$file $(DESTDIR)/$(TEXMF)/tex/generic/misc) ; \ fi ; \ done || \ exit 0 install:: $(MAKEDIR) $(DESTDIR)/$(TEXMF)/doc/plain @test "js-misc.dvi" -o "js-misc.dvi" = "NullParameter" && \ for file in js-misc.dvi '' ; \ do if [ empty$$file != empty ] ; \ then (set -x; $(INSTALL) -c -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_DATA_RIGHTS) $$file $(DESTDIR)/$(TEXMF)/doc/plain) ; \ fi ; \ done || \ exit 0 deutsch.tex: deutsch.doc $(MP_DOC2TEX) deutsch.doc deutsch.tex all:: deutsch.tex clean:: $(RM) deutsch.tex idverb.tex: idverb.doc $(MP_DOC2TEX) idverb.doc idverb.tex all:: idverb.tex clean:: $(RM) idverb.tex all:: js-misc.dvi js-misc.dvi: js-misc.tex $(TEX_IT) ftex js-misc.tex clean:: $(RM) js-misc.dvi js-misc.log js-misc.aux js-misc.toc js-misc.blg realclean:: $(RM) js-misc.bbl deutsch.dvi: deutsch.doc $(TEX_IT) tex deutsch.doc clean:: $(RM) deutsch.dvi deutsch.log deutsch.aux deutsch.toc deutsch.blg realclean:: $(RM) deutsch.bbl idverb.dvi: idverb.doc $(TEX_IT) tex idverb.doc clean:: $(RM) idverb.dvi idverb.log idverb.aux idverb.toc idverb.blg realclean:: $(RM) idverb.bbl export:: deutsch.dvi idverb.dvi $(MAKE) all $(RM) *.log export:: touch site.imk $(MAKE) Makefile IMAKE_INCLUDES=-I. $(RM) -r site.imk Makefile.bak cp $(HOME)/Notes/Copying.gpl License pwd=`pwd` ; pwd=`suffix $$pwd /` ; cd .. ; \ gtar -czvf $$pwd.tar.gz \ --exclude=CVS --exclude=.cvsignore $$pwd ; \ cp $$pwd/README $$pwd.README # ------------------------------------------------------------------------- # common rules for all Makefiles - do not edit Makefile:: @if [ -f Makefile ]; \ then set -x; \ $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \ else set -x; fi ; \ $(IMAKE) $(IMAKE_FLAGS) -DImakeTopDir=$(TOPDIR) -DImakeCurrentDir=$(CURDIR); \ set +x Makefiles:: @case "$(MAKEFLAGS)" in *[ik]*) set +e;; esac; \ case "$(TOPDIR)" in \ /?*) newtop=$(TOPDIR) ;; \ *) newtop=../$(TOPDIR) ;; \ esac; \ test "$(SUBDIRS)" -o "$(SUBDIRS)" = "NullParameter" && \ for d in $(SUBDIRS) '' ; \ do if [ empty$$d != empty ] ; \ then echo "making Makefiles in $(CURDIR)/$$d ..."; \ $(MAKE) subdirMakefiles SUBDIR=$$d TOPDIR=$$newtop CURDIR=$(CURDIR)/$$d ; \ fi ; \ done || \ exit 0 subdirMakefiles:: @cd $(SUBDIR) ; \ if [ -f Makefile ]; \ then set -x; \ $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \ else set -x; fi ; \ $(IMAKE) $(IMAKE_FLAGS) -DImakeTopDir=$(TOPDIR) -DImakeCurrentDir=$(CURDIR); \ set +x ; \ $(MAKE) Makefiles clean:: $(RM) $(CLEAN_EXTRA_FILES) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"* # ------------------------------------------------------------------------- # default rules for Imakefiles that do not generate them - do not edit all:: # ------------------------------------------------------------------------- # dependencies generated by makedepend