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

30 строки
627 B
Makefile
Исходник Обычный вид История

DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = timebombgen
SIMPLE_PROGRAMS = timebombgen
CPPSRCS = \
timebombgen.cpp \
$(NULL)
LIBS = \
$(XPCOM_LIBS) \
$(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)))