Subversion Repositories PlanixRsrch.SVN

Compare Revisions

Ignore whitespace Rev 321 → Rev 322

/trunk/libmavl/Makefile
13,7 → 13,7
mavliter_get.o \
mavliter_seek_set.o \
mavl_del.o \
mav.o
mavl_destroy.o
 
LIBNAME=libmavl.a
 
49,3 → 49,6
install -p $(LIBNAME) $(PREFIX)/lib/$(LIBNAME)
install -p mavl.h $(PREFIX)/include/libmavl/mavl.h
 
test: $(LIBNAME) test.o
$(CC) $(LDFLAGS) -o test test.o $(LIBNAME) -lmutests