Re: Stupid problem: how to specify the directory for .h files?

2003-02-17 Thread Jean-Guillaume Paradis (LMC)
Well I finally managed to solve my problem I changed this  %.o:  %.cpp %.h     $(CC) $(DEFINED) -c $(INCLUDES)  $< -o $@ to this  %.o:  %.cpp     $(CC) $(DEFINED) -c $(INCLUDES)  $< -o $@ The %.h dependency made automake search for the .h files in the current directory...  Although this w

Re: Stupid problem: how to specify the directory for .h files?

2003-02-17 Thread Ralf Corsepius
Am Mon, 2003-02-17 um 15.03 schrieb Jean-Guillaume Paradis (LMC): > Well I finally managed to solve my problem > > I changed this > %.o: %.cpp %.h > $(CC) $(DEFINED) -c $(INCLUDES) $< -o $@ > > to this > %.o: %.cpp > $(CC) $(DEFINED) -c $(INCLUDES) $< -o $@ > I'd recommen

Re: backward compatability of tools

2003-02-17 Thread Paul Eggert
"Dr. David Kirkby" <[EMAIL PROTECTED]> writes: > SunOs 4.1.4 Sun has been withdrawing support for that OS. Since September 2000 Sun has not issued patches for new bugs in that operating system. On September 30, Sun will further transition SunOS 4.1.4 to "custom quote" level, which means you wil