nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Small open source web browser introduced
From: Erik Andersen
Date: Fri, 14 Jul 2000 22:08:34 -0600

On Sat Jul 15, 2000 at 12:05:28PM +1000, Andrew Kenneth Milton wrote:
> +----[ Greg Haerr ]---------------------------------------------
> |
> | A project I've been working very hard on has finally come 
> | to fruition: The ViewML Project's open source browser
> | targetted specifically towards embedded Linux systems
> | and Internet Appliances.  www.viewml.com
> 
> Is it supposed to compile? Or is it more of a "this is where we're at"
> preview ?
> 
> I've had to hack makefiles to get includes from where I think they're supposed
> to be (QT stuff) I don't have a khtmlw directory e.g. so I assume you're
> building with native QT installed or you have different Makefiles to those
> distributed.

There is a 'make depend' target that _rewrites_ the Makefile (Yuck).
It would be much, much cleaner IMHO to use something like
depend:
    $(CC) $(INCLUDE_DIRS) -MM *.c > .depend

to create a .depend file, and include that with a 
    include .depend
line.

 -Erik

--
Erik B. Andersen   Web:    http://www.xmission.com/~andersen/ 
                   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--

nanogui@linuxhacker.org