2 topsrcdir
= @top_srcdir@
6 include $(DEPTH
)/config
/autoconf.mk
13 MODULE_NAME
= nsJSShModule
31 XPIDLSRCS
= nsIJSShServer.idl \
36 $(XPCOM_GLUE_LDOPTS
) \
41 EXTRA_COMPONENTS
= nsJSShStarter.js
43 include $(topsrcdir
)/config
/rules.mk
45 DEFINES
+= -DJS_THREADSAFE
47 XPI_FILE
= jssh-
$(shell date
+%Y
%m
%d
)-$(OS_ARCH
).xpi
50 zip
-j
$(DIST
)/$(XPI_FILE
) $(srcdir)/install.js
51 cd
$(DIST
); zip
-r
$(XPI_FILE
) \
52 bin
/components
/jssh.xpt \
53 bin
/components
/$(LIB_PREFIX
)jssh
$(DLL_SUFFIX
) \
54 bin
/components
/nsJSShStarter.js \