Not part of build. a=brendan git-svn-id: svn://10.0.0.236/trunk@136605 18797224-902f-48f8-a5cc-f745e15eee43
19 lines
353 B
Makefile
19 lines
353 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
ifneq (,$(filter os2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
|
DIRS = win
|
|
else
|
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
|
DIRS = mac
|
|
else
|
|
DIRS = unix
|
|
endif
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|