Re: gnu make files

2001-11-01 Thread dman
On Wed, Oct 31, 2001 at 10:50:56PM -0500, [EMAIL PROTECTED] wrote: | here's a question I can't seem to find an answer to.. | why does GNU make automatically compile .cpp files, but with .cxx | files I have to explicitly add a g++ line in the make file? default pattern rules? -D

Re: gnu make files

2001-11-01 Thread Matthew Dalton
Osamu Aoki wrote: > > On Wed, Oct 31, 2001 at 10:50:56PM -0500, [EMAIL PROTECTED] wrote: > > here's a question I can't seem to find an answer to.. > > why does GNU make automatically compile .cpp files, but with .cxx > > files I have to explicitly add a g++ line in the make file? > > There is no

Re: gnu make files

2001-10-31 Thread Osamu Aoki
On Wed, Oct 31, 2001 at 10:50:56PM -0500, [EMAIL PROTECTED] wrote: > here's a question I can't seem to find an answer to.. > why does GNU make automatically compile .cpp files, but with .cxx > files I have to explicitly add a g++ line in the make file? "man make": -p Print the data base (r

gnu make files

2001-10-31 Thread xucaen
here's a question I can't seem to find an answer to.. why does GNU make automatically compile .cpp files, but with .cxx files I have to explicitly add a g++ line in the make file? xuc