gecko-dev/tools/testy/Makefile.in

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

2003-04-10 23:51:25 +04:00
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = tstysupt
include $(DEPTH)/config/autoconf.mk
MODULE = testy
TESTCPPSRCS = Testy.cpp
CPPSRCS = \
TestySupport.cpp \
$(TESTCPPSRCS) \
$(NULL)
SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))
EXTRA_DSO_LDOPTS = \
$(NSPR_LIBS) \
$(NULL)
LIBS = \
2003-04-24 03:44:48 +04:00
-ltstysupt \
2003-04-10 23:51:25 +04:00
$(NSPR_LIBS) \
$(NULL)
2003-04-24 03:44:48 +04:00
DIRS = sample
2003-04-10 23:51:25 +04:00
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk