jnlst1@unix.cis.pitt.edu (John N. Lutz) (12/19/90)
Howdy,
I got the imake utility from the Adus Archives
(adus.ecn.uiowa.edu) and de-tarred it. What I got was two files:
imake and makedepend. Both are coffs for m68k's. I dumped both files
in /usr/local/bin. When I run imake on a set of files (xdir off of
the x archives to be specific) it tells me:
***
lutz@hepburn-//monroe/downloads/xdir-24-> imake
4: Can't find include file Imake.template
imake: Exit code 1. Stop.
***
Here is the Imakefile:
***
INCLUDES = -I$(TOP) -I$(AWIDGETSRC) -I$(TOOLKITSRC)
DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
CDEBUGFLAGS = -g -DLIBDIR=\"$(LIBDIR)/xdir\"
SRCS = xdir.c dir.c util.c display.c error.c \
resources.c help.c menus.c filemenu.c configure.c
OBJS = xdir.o dir.o util.o display.o error.o \
resources.o help.o menus.o filemenu.o configure.o
EXTRAS = README xdir.man Xdir.ad xdir-general.help xdir.about
\
xdir-view.help Imakefile Makefile COPYRIGHT
ComplexProgramTarget(xdir)
InstallNonExec(xdir.help,$(LIBDIR))
InstallNonExec(xdir.about,$(LIBDIR))
InstallNonExec(xdir-view.help,$(LIBDIR))
InstallAppDefaults(Xdir)
archive:
tar cf xdir.tar ${EXTRAS} ${SRCS}
compress xdir.tar
shar:
shar ${EXTRAS} ${SRCS} > xdir.shar
ci:
ci -u ${EXTRAS} ${SRCS}
*****
Any ideas??
E-mail me, and I'll post a summary.
Thanks,
--
John Lutz University Anesthesiology
jnlst1@unix.cis.pitt.edu 3471 5th Ave. Suite 910
(412)622-1018 Pittsburgh, PA 15213-3221
"Look, it's trying to think." - Albert Rosenfield , "Twin Peaks"