English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-06-22 18:25:00 · 5 answers · asked by ajeet_satapathy 1 in Computers & Internet Programming & Design

5 answers

Here's a tutorial on creating makefiles.

2006-06-22 18:27:47 · answer #1 · answered by Flyboy 6 · 1 0

Yeah follow up on the answer above mine. You need to figure out what language you are using C or C++. but yeah just google the make file examples and then follow the format if you run into problems, try searching for the error message on google type something like
error: can't link problem with makefile
Or post a question about the error. Better yet, go to school and ask one of the proffesors who teach programming.
Good Luck

2006-06-23 02:05:39 · answer #2 · answered by demaman 3 · 0 0

I don't disagree at all with the previous respondent who pointed you to the man page, and of course there's google. Make has documentation. I would also like to point out however, that there are alternatives to make that may or may not be something you should consider. For example, Ant.

In general you're talking "build" tools. Make has been very pervasive in the c and c++ world, where it was born, but there are alternatives out there you should explore.

2006-06-23 01:35:55 · answer #3 · answered by Gizmo L 4 · 1 0

1) open www.google.com
2) type "makefile"
3) hit search
4) u'll get planty of stufff there..

2006-06-23 01:35:18 · answer #4 · answered by Raj 1 · 0 1

man make

Sorry to give such a glib answer, but the only way to learn how is to read the docs and start plugging away at it.

Just to encourage you, it's not as hard as it seems at first. Once you see a few examples it starts to make sense.

2006-06-23 01:28:38 · answer #5 · answered by Dave R 6 · 0 1

fedest.com, questions and answers