dougt%netscape.com 3b2287436c testy - first cut
git-svn-id: svn://10.0.0.236/trunk@140995 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-10 19:51:25 +00:00

29 lines
424 B
Makefile

DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = SimpleTest
include $(DEPTH)/config/autoconf.mk
MODULE = testy
REQUIRES = \
$(NULL)
LOCAL_INCLUDES = \
-I$(srcdir)/.. \
$(NULL)
CPPSRCS = \
SimpleTest.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
../tstysupt.lib \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk