mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
23 lines
314 B
Makefile
23 lines
314 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = thebes
|
|
|
|
DIRS = public src
|
|
|
|
ifdef ENABLE_TESTS
|
|
DIRS += mochitest
|
|
ifndef MOZ_ENABLE_LIBXUL
|
|
ifndef BUILD_STATIC_LIBS
|
|
TOOL_DIRS += test
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|