gecko-dev/tools/testy/Makefile.in

36 lines
511 B
Makefile
Raw Normal View History

2003-04-10 19:51:25 +00: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-23 23:44:48 +00:00
-ltstysupt \
2003-04-10 19:51:25 +00:00
$(NSPR_LIBS) \
$(NULL)
2003-04-23 23:44:48 +00:00
DIRS = sample
2003-04-10 19:51:25 +00:00
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk