gecko/tools/testy/Makefile.in

40 lines
713 B
Makefile

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @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 = \
-ltstysupt \
$(NSPR_LIBS) \
$(NULL)
DIRS = sample
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk