Click to See Complete Forum and Search --> : MAKE Files ???? Please Help ?


posty68
July 2nd, 2002, 04:09 AM
Hi
im trying to learn about Make files and cant really find any info
can anybody offer some help and examples to understand ?

thanks

:)

cup
July 2nd, 2002, 04:17 AM
Lookup "make tutorial" on the net. There are lots of hits. A relatively good one can be found in


http://www.eng.hawaii.edu/Tutor/Make/

Basically makefiles use the following structure

Definitions
Target
Dependencies

The target is the first item to be made that ends with a colon. You can bypass this by providing a command line target.