15 lines
202 B
Makefile
Raw Normal View History

1996-09-07 16:18:32 +00:00
LIB=bib
2000-12-05 18:49:44 +00:00
OBJS=\
common.o \
index.o \
linear.o \
search.o \
map.o
CCSRCS=\
$(srcdir)/common.cc \
$(srcdir)/index.cc \
$(srcdir)/linear.cc \
$(srcdir)/search.cc
CSRCS=\
$(srcdir)/map.c