[Webkit-unassigned] [Bug 16850] autotools derivedsources.make, proper shared lib, etc..

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 12:52:03 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16850





------- Comment #4 from alp at atoker.com  2008-01-12 12:52 PDT -------
(In reply to comment #3)
> (In reply to comment #2)
> > and elminate the global vpath in erivedSources.make first.
> 
> Hi alp! what do you mean by eliminating the global vpath?
> 
> Thanks
> 

WebCore/DerivedSources.make has:

VPATH = \
    $(WebCore) \
    $(WebCore)/bindings/js \
    $(WebCore)/bindings/objc \
    $(WebCore)/css \
    $(WebCore)/dom \
    $(WebCore)/html \
    $(WebCore)/page \
    $(WebCore)/storage \
    $(WebCore)/xml \
    $(WebCore)/svg

This modifies the global make search path -- not good.

Somewhat better:

vpath %.idl = \
    $(WebCore) \
    $(WebCore)/bindings/js \
    $(WebCore)/bindings/objc \
    $(WebCore)/css \
    $(WebCore)/dom \
    $(WebCore)/html \
    $(WebCore)/page \
    $(WebCore)/storage \
    $(WebCore)/svg \
    $(WebCore)/xml


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list