gecko-dev/ef/gc/test/Makefile

28 строки
363 B
Makefile
Исходник Обычный вид История

DEPTH = ../..
1999-08-30 12:02:31 +04:00
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
1999-08-30 12:02:31 +04:00
LDFLAGS += $(NSPR_LIBS)