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

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

DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = timebombgen
SIMPLE_PROGRAMS = timebombgen
CPPSRCS = \
$(srcdir)/timebombgen.cpp \
$(NULL)
LIBS = \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk