Bug 828901 - Get the seek time as mBasePosition instead of the stream position in...
[gecko.git] / tools / testy / Makefile.in
blobe12161e5961c13fb7e5881a1cfbdb0cbe6a36612
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 LIBRARY_NAME = tstysupt
12 include $(DEPTH)/config/autoconf.mk
14 MODULE = testy
17 TESTCPPSRCS = Testy.cpp
19 CPPSRCS = \
20 TestySupport.cpp \
21 $(TESTCPPSRCS) \
22 $(NULL)
24 SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))
26 EXTRA_DSO_LDOPTS = \
27 $(NSPR_LIBS) \
28 $(NULL)
30 LIBS = \
31 -ltstysupt \
32 $(NSPR_LIBS) \
33 $(NULL)
35 DIRS = sample
37 include $(topsrcdir)/config/config.mk
39 include $(topsrcdir)/config/rules.mk