¡@

Home 

c++ Programming Glossary: tool.cc

How to make SIMPLE C++ Makefile?

http://stackoverflow.com/questions/2481269/how-to-make-simple-c-makefile

Makefile Suppose that you have a directory containing tool tool.cc tool.o support.cc support.hh and support.o which depend on root.. sw include root support.cc 2 check if either support.hh or tool.cc are newer than tool.o and if so run a command like g g c D_REENTRANT.. a command like g g c D_REENTRANT pthread I sw include root tool.cc 3 check if tool.o is newer than tool and if so run a command..