Mozilla/mozilla/ef/gc/test/Makefile
toshok%hungry.com a453d7f63b actually build the tests.
git-svn-id: svn://10.0.0.236/trunk@45132 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:02:31 +00:00

28 lines
363 B
Makefile

DEPTH = ../..
include $(DEPTH)/config/config.mk
CSRCS = \
alloc.c \
buckets.c \
divtest.c \
hashtable.cpp \
maltest.c \
pagetest.c \
simpletest.c \
smtest.c
PROGS = $(addprefix $(OBJDIR)/, $(CSRCS:.c=$(PROG_SUFFIX)))
TARGETS = $(PROGS)
REQUIRES = sm
LDFLAGS += -L$(DIST)/lib
LIBRARIES= sm
include $(DEPTH)/config/rules.mk
LDFLAGS += $(NSPR_LIBS)