c++ Programming Glossary: tool.o
How to make SIMPLE C++ Makefile? http://stackoverflow.com/questions/2481269/how-to-make-simple-c-makefile Suppose that you have a directory containing tool tool.cc tool.o support.cc support.hh and support.o which depend on root and.. 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 pthread I sw.. 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 like g g tool.o support.o..
|