Results 1 to 3 of 3
i was gonig through some linux compiling methods..and i came across something called make files..they're supposed to be files that compile the whole package (assuming to have more than one ...
- 10-27-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 60
make files
i was gonig through some linux compiling methods..and i came across something called make files..they're supposed to be files that compile the whole package (assuming to have more than one header file and more than one source file)...but what i don't know is how do we make "make files"..i read the manual and its supposed to be make -f makeFileName...but what should the makeFileName file have in it?
- 10-27-2007 #2
Would this help?: GNU `make'
To compile a makefile type (as root) ./make . You install with ./make installI am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 10-27-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 60
yup..it was big help..i just scanned through it but i think it has all the information i need in it..thanks a lot..


Reply With Quote