jaggernaut%netscape.com 8b71ae9c91 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
git-svn-id: svn://10.0.0.236/trunk@103093 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-18 13:41:47 +00:00

33 lines
580 B
Makefile

DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = tools
MODULE = appcomps
LIBRARY_NAME = timebomb_s
XPIDL_MODULE = timebomb
REQUIRES = xpcom \
string \
pref \
appshell \
necko \
webbrwsr \
$(NULL)
XPIDLSRCS = nsITimeBomb.idl
CPPSRCS = nsTimeBomb.cpp
EXPORTS = nsTimeBomb.h
# we don't want the shared lib, but we want to force the creation of a
# static lib.
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk