|
-
July 2nd, 2002, 04:09 AM
#1
MAKE Files ???? Please Help ?
Hi
im trying to learn about Make files and cant really find any info
can anybody offer some help and examples to understand ?
thanks
-
July 2nd, 2002, 04:17 AM
#2
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.
Succinct is verbose for terse
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|