Prune off stuff we don't use from imathsource

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19739 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-05 21:07:34 +00:00
parent fed2ec931e
commit 6d95db6ea7
2 changed files with 3 additions and 5 deletions

View File

@@ -118,12 +118,8 @@ libhcrypto_la_SOURCES = \
imathsource = \ imathsource = \
imath/imath.c \ imath/imath.c \
imath/imath.h \ imath/imath.h \
imath/imrat.c \
imath/imrat.h \
imath/iprime.c \ imath/iprime.c \
imath/iprime.h \ imath/iprime.h
imath/rsamath.c \
imath/rsamath.h
$(libhcrypto_la_OBJECTS): hcrypto-link $(libhcrypto_la_OBJECTS): hcrypto-link

View File

@@ -11,6 +11,8 @@ fi
rm *.[ch] rm *.[ch]
headers=`grep ^HDRS "$dir"/Makefile |sed 's/^HDRS=//' | sed 's/imdrover.h//'` headers=`grep ^HDRS "$dir"/Makefile |sed 's/^HDRS=//' | sed 's/imdrover.h//'`
code=`echo $headers | sed 's/imrat.h//g'`
code=`echo $headers | sed 's/rsamath.h//g'`
code=`echo $headers | sed 's/\.h/.c/g'` code=`echo $headers | sed 's/\.h/.c/g'`
for a in $headers $code LICENSE ; do for a in $headers $code LICENSE ; do