This commit is contained in:
toshok%hungry.com 1999-08-30 08:02:31 +00:00
Родитель 97b1e1681b
Коммит 48f860740e
1 изменённых файлов: 24 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,27 @@
DEPTH = ../..
include manifest.mn
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)