PDA

View Full Version : MakeFile



StOoZ
August 10th, 2008, 06:48 PM
in netbeans , on my project , I have a "MakeFile" under "Importatnt files"
I wonder ,what is the use of that?
its quite clean , and seems like I need to fill it up with my code or something, how do I do that?

also , my program uses several libs , how do I make sure , that the guy of uses my program installs these libs where they need to be? (same path like in my computer).

era86
August 10th, 2008, 07:07 PM
The makefile is what is used to compile your program.

Read up a bit here
http://www.hsrl.rutgers.edu/ug/make_help.html

I believe you can define what libraries to use in the makefile.