--- /home/tom/tmp/libtomcrypt-1.06/makefile 2005-08-01 13:33:58.000000000 -0400 +++ makefile 2005-08-07 19:41:08.000000000 -0400 @@ -4,7 +4,7 @@ # Modified by Clay Culver # The version -VERSION=1.06 +VERSION=1.07 # Compiler and Linker Names #CC=gcc @@ -254,16 +254,16 @@ install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH) -install_test: $(LIBTEST) +install_test: testprof/$(LIBTEST) install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) - install -g $(GROUP) -o $(USER) $(LIBTEST) $(DESTDIR)$(LIBPATH) + install -g $(GROUP) -o $(USER) testprof/$(LIBTEST) $(DESTDIR)$(LIBPATH) profile: - CFLAGS="$(CFLAGS) -fprofile-generate" make timing EXTRALIBS=-lgcov + CFLAGS="$(CFLAGS) -fprofile-generate" make timing EXTRALIBS="$(EXTRALIBS) -lgcov" ./timing rm -f timing `find . -type f | grep [.][ao] | xargs` - CFLAGS="$(CFLAGS) -fprofile-use" make timing EXTRALIBS=-lgcov + CFLAGS="$(CFLAGS) -fprofile-use" make timing EXTRALIBS="$(EXTRALIBS) -lgcov" #This rule cleans the source tree of all compiled code, not including the pdf @@ -333,6 +333,6 @@ # $Source: /cvs/libtom/libtomcrypt/makefile,v $ -# $Revision: 1.86 $ -# $Date: 2005/07/30 04:54:20 $ +# $Revision: 1.89 $ +# $Date: 2005/08/07 23:41:08 $