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:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user