Mercurial > JSWeakRef
diff components/src/Makefile.in @ 0:7180966f48bf
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 16 Apr 2009 15:23:22 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/src/Makefile.in Thu Apr 16 15:23:22 2009 -0700 @@ -0,0 +1,39 @@ +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +IS_COMPONENT = 1 +MODULE = JSWeakRef +LIBRARY_NAME = JSWeakRef +USE_STATIC_LIBS = 1 +#FORCE_SHARED_LIB = 1 +#FORCE_USE_PIC = 1 + +XPI_NAME = JSWeakRef-components + +REQUIRES = \ + xpcom \ + string \ + js \ + xpconnect \ + caps \ + dom \ + $(NULL) + +CPPSRCS = nsJSWeakRef.cpp \ + JSWeakRefModule.cpp \ + $(NULL) + +include $(topsrcdir)/config/rules.mk + +EXTRA_DSO_LDOPTS += \ + $(MOZ_JS_LIBS) \ + $(XPCOM_GLUE_LDOPTS) \ + $(NSPR_LIBS) \ + $(NULL) + +clobber:: + rm -f $(DIST)/lib/$(LIBRARY_NAME).lib