gecko/gfx/thebes/Makefile.in

20 lines
265 B
Makefile

DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = thebes
DIRS = public src
ifdef ENABLE_TESTS
ifndef MOZ_ENABLE_LIBXUL
TOOL_DIRS += test
endif
endif
include $(topsrcdir)/config/rules.mk