MakeFile

T

Thomas Matthews

Faith said:
any good tips on reading makefiles that were written using C++
ASAP please

Please post an example.
Many makefiles are not written using the C++ language, but
by hand.

Also, makefiles are not a part of the _standard_ C++ language
and are off-topic to this newsgroup. Try a newsgroup dedicated
to your platform.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
F

Faith

well.. I need to create a MakeFile for a create release program and
there is an older program that was written in C++ which created a
Batchfile.. so based on that program I am supposed to write a makefile
( in python) .. I dont know much about Makefiles or batch files.. so
any help about how to "read" them will help.. I know this is a rather
general question but thats all I know now.
Thanks,
Faith
 
T

Thomas Matthews

Faith said:
well.. I need to create a MakeFile for a create release program and
there is an older program that was written in C++ which created a
Batchfile.. so based on that program I am supposed to write a makefile
( in python) .. I dont know much about Makefiles or batch files.. so
any help about how to "read" them will help.. I know this is a rather
general question but thats all I know now.
Thanks,
Faith
1. Don't top-post. Replies are appended to the bottom of
a reply or interspersed.
2. There is a fundamental syntax to a makefile and your compiler
or operating system would contain more details.
3. Have you tried searching the web?
I used Google and came up with this:
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=makefile&btnG=Google+Search

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top