Lines Matching full:libname
46 ifndef LIBNAME
47 LIBNAME=libtommath.a
50 default: ${LIBNAME}
90 $(LIBNAME): $(OBJECTS)
114 $(AR) $(ARFLAGS) $(LIBNAME) mpi.o
115 $(RANLIB) $(LIBNAME)
117 install: $(LIBNAME)
120 install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
123 test: $(LIBNAME) demo/demo.o
124 $(CC) $(CFLAGS) demo/demo.o $(LIBNAME) -o test
129 timing: $(LIBNAME)
130 $(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) -o ltmtest