[luau] Makefile? What makefile?

Warren Togami warren at togami.com
Sun Apr 21 03:04:47 PDT 2002


----- Original Message -----
From: "Jeff Mings" <jeffm at lava.net>
To: <luau at videl.ics.hawaii.edu>
Sent: Saturday, April 20, 2002 11:37 PM
Subject: [luau] Makefile? What makefile?



>     I'm not using a makefile, which may be an indication of how rusty my
> C skills are - I learned C on DOS/Windoze 3.1 machines, and until
> recently, my useage of  C under Linux has mostly been for rummaging
> through driver code for parameter information and such.  Although
> automake looks like it simplifies making your own makefile, it still
> looks fairly tedious.  I thought that simply adding include statements
> for the necessary header files took care of "external references" and
> allowed you to just compile source from the command line.
>
> Suggestions?
>

Simplified Make tutorial at University of Hawaii Engineering dept
http://www.eng.hawaii.edu/Tutor/Make/

Skim through this guide and you should be able to make yourself simple
Makefiles within 10 minutes.  automake is fairly complicated but useful for
massive projects where you want the ./configure and make system
standardized.  For small projects making your own simple makefile by hand is
probably easier.




More information about the LUAU mailing list