[comp.sys.next] Makefile with Monitor

nevai@function.mps.ohio-state.edu (Paul Nevai) (12/13/89)

I said Makefile to compile Monitor and received following messages. What
did I do wrong? How to compile?

MAKEFILEDIR: Command not found.
NAME: Command not found.
INTERFACES: Command not found.
CLASSES: Command not found.
MFILES: Command not found.
PSWFILES: Command not found.
LIBS: Command not found.
INSTALLDIR: Command not found.
APPICON: Command not found.
ICONSECTIONS: Command not found.
-include: Command not found.
Variable syntax.

Please email help!

Paul Nevai                            nevai@mps.ohio-state.edu (Internet)
Department of Mathematics             nevai@ohstpy (BITNET)
The Ohio State University             1-(614)-292-5310.office@ans.machine
231 West Eighteenth Avenue            1-(614)-292-4975.department
Columbus, OH 43210-1174               1-(614)-292-3317.secretary
The United States of America          1-(614)-459-5615.fax

gerrit@nova.cc.purdue.edu (Gerrit) (12/13/89)

In article <1989Dec13.004519.24819@zaphod.mps.ohio-state.edu>
	nevai@function.mps.ohio-state.edu () writes:
>I said Makefile to compile Monitor and received following messages. What
>did I do wrong? How to compile?
>
>MAKEFILEDIR: Command not found.

On any of the files in the source directory in the archives, you simply
need to unpack them, cd into the newly created directory (in this case
the directory "Monitor") and type "make" in a Terminal or Shell window.

The messages you received are from trying to execute the contents of the
file "Makefile" as shell commands.  The file called "Makefile" actually
contains instructions for the program "make" (type "man make" in a Terminal
window to see more info on "make").

gerrit