clean-up makefiles

This commit is contained in:
Steffen Jaeckel 2013-09-03 14:27:32 +02:00
parent ab07d6a283
commit 61a3206f06
5 changed files with 43 additions and 44 deletions

View File

@ -407,6 +407,6 @@ zipup: no_oops docs
mv -fv crypt* ~ ; rm -rf libtomcrypt-$(VERSION)
# $Source: /cvs/libtom/libtomcrypt/makefile,v $
# $Revision: 1.151 $
# $Date: 2007/06/20 13:14:31 $
# $Source$
# $Revision$
# $Date$

View File

@ -301,7 +301,6 @@ install: library
install -g $(GROUP) -o $(USER) $(LIBTEST) $(DESTDIR)$(LIBPATH)
install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
# $Source: /cvs/libtom/libtomcrypt/makefile.icc,v $
# $Revision: 1.77 $
# $Date: 2007/06/20 13:14:31 $
# $Source$
# $Revision$
# $Date$

View File

@ -159,6 +159,6 @@ test: demos/test.c library
timing: demos/timing.c library
cl $(CFLAGS) demos/timing.c testprof/tomcrypt_prof.lib tomcrypt.lib advapi32.lib $(EXTRALIBS)
# $Source: /cvs/libtom/libtomcrypt/makefile.msvc,v $
# $Revision: 1.55 $
# $Date: 2007/06/20 13:14:31 $
# $Source$
# $Revision$
# $Date$

View File

@ -289,6 +289,6 @@ test: library testprof/$(LIBTEST) $(TESTS)
timing: library testprof/$(LIBTEST) $(TIMINGS)
gcc -o $(TIMING) $(TIMINGS) -ltomcrypt_prof -ltomcrypt $(EXTRALIBS)
# $Source: /cvs/libtom/libtomcrypt/makefile.shared,v $
# $Revision: 1.81 $
# $Date: 2007/06/20 13:14:31 $
# $Source$
# $Revision$
# $Date$

View File

@ -249,6 +249,6 @@ install_test: testprof/$(LIBTEST)
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
install -g $(GROUP) -o $(USER) testprof/$(LIBTEST) $(DESTDIR)$(LIBPATH)
# $Source: /cvs/libtom/libtomcrypt/makefile.unix,v $
# $Revision: 1.8 $
# $Date: 2007/06/20 13:14:31 $
# $Source$
# $Revision$
# $Date$