Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!kong!emory!stiatl!meo From: meo@stiatl.UUCP (Miles O'Neal) Newsgroups: comp.windows.x Subject: Re: Stupid Imake question Keywords: imake magic Message-ID: <3460@stiatl.UUCP> Date: 1 Mar 89 15:02:04 GMT Organization: Sales Technologies Inc., Atlanta, GA Lines: 24 In article <33500006@iuvax> jec@iuvax.cs.indiana.edu writes: > I have a question concerning the various packages that have been >distributed on the net that use Imake. My question is basically how do I >use Imake? The following is a script I came up with to make Imake work with the least typing. Modify directories as necessary. Note that this is an sh script. ----------------------- # imake - make a Makefile form an Imakefile. # invoke this from directory containing Imakefile. # no options BASEDIR=/usr/sti/X_dev/util IMDIR=$BASEDIR/imake IMIDIR=$BASEDIR/imake.includes $IMDIR/imake -T $IMIDIR/Imake.tmpl -I$IMIDIR -s Makefile ------------------------ -Miles gatech!stiatl!meo