This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Template
- From: Eduardo Cesar Cabrera Flores <eccf at super dot unam dot mx>
- To: <Mathias dot Oltmanns dot Oltmanns at sysde dot eads dot net>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 28 Mar 2003 18:15:20 +0000 (GMT)
- Subject: Template
compiling that way a template example the compiler compiles the whole
program not only the main
>g++ -o testCounter.o -c -frepo -fno-implicit-templates testCounter.cc
>g++ -o testCounter testCounter.o
>collect: recompiling testCounter.cc
>collect: relinking
i'm trying to compile with a makefile to compile only those files that
were modified!
Any idea how to do this with a makefile??
cafe