aboutsummaryrefslogtreecommitdiffstats
path: root/util/clean-depend.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove clean-dependRich Salz2016-01-291-81/+0
| | | | | | | Remove depend hacks from demos/engines. Remove clean-depend; just call makedepend (or $CC -M) and use that. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Improve make depend.Ben Laurie2015-10-241-0/+7
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix make depend for things being built in subdirectoriesRichard Levitte2015-10-051-5/+23
| | | | | | | | | | | | | | | | Some makedepend mechanisms remove all directory information in the target, so a dependency can looks like this: ssl3_record.o: record/ssl3_record.c However, that doesn't quite suit us, our Makefile has us build record/ssl3_record.o rather than ssl3_record.o. To clear this up, a change to util/clean-depend.pl takes care of this case by looking up the original file in the dependencies and restoring the directory information from it. Reviewed-by: Ben Laurie <ben@openssl.org>
* Remove remaining Kerberos referencesMatt Caswell2015-05-131-2/+0
| | | | | | | Following on from the removal of libcrypto and libssl support for Kerberos this commit removes all remaining references to Kerberos. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix dependencies. Make depend.Ben Laurie2007-09-191-1/+5
|
* It seems like gcc does canonicalisation of file names. MoreRichard Levitte2001-10-101-0/+2
| | | | | | | specifically, a starting './' is removed. makedepend doesn't do this, resulting in another possible commit war, so let's fix that by doing a poor mans canonicalisation of file names that gives the same effect as doing dependencies through gcc.
* makedepend sometimes produces duplicates. Remove them.Richard Levitte2001-10-101-0/+3
|
* This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵Ben Laurie2001-08-031-0/+2
| | | | default).
* Make sure the source file is included among the dependencies. This isRichard Levitte2001-07-311-0/+7
| | | | | the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars.
* Throw out *all* absolute pathnames, not matter what they look like.Bodo Möller2001-03-081-2/+1
| | | | | The filenames we are interested in for Makefile dependencies are always relative.
* Make it possible to use gcc to generate the dependency tables.Richard Levitte2001-02-161-2/+5
|
* Removed traces of cryptall.h, and did a "make depend".Bodo Möller1999-04-251-0/+1
| | | | | | Submitted by: Reviewed by: PR:
* Let util/clean-depend.pl work also with older Perl 5.00x versions.Ralf S. Engelschall1999-03-101-2/+4
| | | | | Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
* This time, get it right.Ben Laurie1999-01-191-1/+1
|
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-0/+35