DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = timebombgen SIMPLE_PROGRAMS = timebombgen CPPSRCS = \ timebombgen.cpp \ $(NULL) LIBS = \ -lxpcom \ $(NSPR_LIBS) \ $(NULL) EXTRA_DSO_LDOPTS += \ $(MOZ_COMPONENT_LIBS) \ $(NULL) include $(topsrcdir)/config/rules.mk # Hack to remove object files placed in the srcdir export:: $(RM) -f $(addprefix $(srcdir)/, $(CPPSRCS:.cpp=.$(OBJ_SUFFIX)))