Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: re: Imakefiles (was: file name lengths for contributed software) Message-ID: <8808201230.AA03056@EXPO.LCS.MIT.EDU> Date: 20 Aug 88 12:30:59 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 19 Here is a little script that I find useful for building a Iakefile from an Imakefile when the source isn't in my X tree. I call it "ximake": % cat ximake exec /x11/util/imake/imake -DTOPDIR=/x11 -TImake.tmpl \ -I/x11/util/imake.includes $* where /x11 is the name of the top of your build tree. I then just say % ximake Makefile and I have a Makefile. Jim p.s. I agree completely with Todd that that imake is currently too hard to use. I'm hoping to make things easier in th years to come.