зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
322 B
Makefile
19 строки
322 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = thebes
|
|
|
|
DIRS = public src
|
|
|
|
# disabled until vlad fixes the tests to link against the right thing on non-windows
|
|
#ifdef ENABLE_TESTS
|
|
#TOOL_DIRS += test
|
|
#endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|