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

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

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