зеркало из https://github.com/mozilla/gecko-dev.git
32 строки
521 B
Makefile
32 строки
521 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
IS_COMPONENT = 1
|
|
|
|
|
|
DIRS = tools resources
|
|
|
|
MODULE = tbmb
|
|
LIBRARY_NAME = tbmb
|
|
|
|
XPIDLSRCS = nsITimeBomb.idl
|
|
|
|
CPPSRCS = \
|
|
nsTimeBomb.cpp \
|
|
$(NULL)
|
|
|
|
EXPORTS = \
|
|
nsTimeBomb.h \
|
|
$(NULL)
|
|
|
|
EXTRA_DSO_LDOPTS += \
|
|
$(MOZ_COMPONENT_LIBS) \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|