darin%netscape.com e2cb686b35 make it work on linux r=dougt
git-svn-id: svn://10.0.0.236/trunk@141722 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-23 23:44:48 +00:00

29 lines
419 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 = \
-ltstysupt \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk