view components/src/Makefile.in @ 4:1c02976d8809

Changed to Firebug's progress listener, which allows us to inject our code before any scripts are executed on target pages.
author Atul Varma <varmaa@toolness.com>
date Thu, 06 Aug 2009 17:18:45 -0700
parents d3ccbd89f5cc
children
line wrap: on
line source

DEPTH   = ../../../..
topsrcdir = @top_srcdir@
srcdir    = @srcdir@
VPATH   = @srcdir@

include $(DEPTH)/config/autoconf.mk

IS_COMPONENT = 1
MODULE = jetpack
LIBRARY_NAME = jetpack
USE_STATIC_LIBS = 1
#FORCE_SHARED_LIB = 1
#FORCE_USE_PIC = 1

XPI_NAME = jetpack

REQUIRES = \
		  xpcom \
		  string \
		  js \
		  xpconnect \
		  caps \
		  dom \
		  $(NULL)

CPPSRCS = nsJetpack.cpp \
          jetpackmodule.cpp \
          wrapper.cpp \
          tcb.cpp \
          memory_profiler.cpp \
          server_socket.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