Fix warnings. No bug. r+sr=jst
[mozilla-central.git] / tools / testy / Makefile.in
blob3f7799816694634c39764c242ab66754d10b6799
1 DEPTH = ../..
2 topsrcdir = @top_srcdir@
3 srcdir = @srcdir@
4 VPATH = @srcdir@
6 LIBRARY_NAME = tstysupt
8 include $(DEPTH)/config/autoconf.mk
10 MODULE = testy
12 REQUIRES = \
13 $(NULL)
15 TESTCPPSRCS = Testy.cpp
17 CPPSRCS = \
18 TestySupport.cpp \
19 $(TESTCPPSRCS) \
20 $(NULL)
22 SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))
24 EXTRA_DSO_LDOPTS = \
25 $(NSPR_LIBS) \
26 $(NULL)
28 LIBS = \
29 -ltstysupt \
30 $(NSPR_LIBS) \
31 $(NULL)
33 DIRS = sample
35 include $(topsrcdir)/config/config.mk
37 include $(topsrcdir)/config/rules.mk