gecko-dev/xpfe/components/timebomb/Makefile.in

35 строки
604 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)
#REQUIRES = nsappshell nspr xpcom security layer js jar pref img util rdf
EXPORTS = \
nsTimeBomb.h \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk