mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
16 lines
265 B
Makefile
16 lines
265 B
Makefile
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
ifdef ENABLE_TESTS
|
|
DIRS += test
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
libs::
|
|
$(NSINSTALL) $(srcdir)/*.jsm $(FINAL_TARGET)/modules/devtools
|