mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
26 lines
536 B
Makefile
26 lines
536 B
Makefile
MODULE = dom
|
|
|
|
DOM_SRCDIRS = \
|
|
dom/base \
|
|
dom/src/events \
|
|
dom/src/storage \
|
|
dom/src/offline \
|
|
dom/src/geolocation \
|
|
dom/src/notification \
|
|
dom/src/threads \
|
|
content/xbl/src \
|
|
content/xul/document/src \
|
|
content/events/src \
|
|
content/base/src \
|
|
content/html/content/src \
|
|
content/html/document/src \
|
|
content/svg/content/src \
|
|
layout/generic \
|
|
layout/style \
|
|
layout/xul/base/src \
|
|
layout/xul/base/src/tree/src \
|
|
$(NULL)
|
|
|
|
LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|