On Tue, Oct 01, 2002 at 08:54:34PM +1200, John Batistic wrote:
> INCLUDES= -I/usr/share/qt/include -I/etc/kde2/include
> CFLAGS= -pipe -02 -fno-strength-reduce
> LFLAGS= -L/usr/share/qt/lib/ -L/usr/lib/kde2/lib -L/usr/X11R6/lib
> LIBS= -lqt -lX11 -ltext
> CC=g++
> 
> helloworld: helloworld.o
>       $(CC) $(LFLAGS) -o helloworld helloworld.o $(LIBS)

You don't actually mention either $(INCLUDES) or $(CFLAGS) in that rule,
so neither will be used.

-- 
Colin Watson                                  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to