Welcome to mirror list, hosted at ThFree Co, Russian Federation.

domd « util - github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util/domd
blob: 51c59bd1726e3e5be70c6e61f0617042fe4be144 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Do a makedepend, only leave out the standard headers
# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999

TOP=$1
shift

cp Makefile.ssl Makefile.save
makedepend -f Makefile.ssl $@
${PERL} $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
mv Makefile.new Makefile.ssl