fixdepend
Section: User Commands (1)
Updated: LOCAL
Index
Return to Main Contents
NAME
fixdepend - Fix dependencies generated by makedepend to reference library members
SYNOPSIS
fixdepend
[
] [
]
object ...
DESCRIPTION
fixdepend
takes the Makefile generated by
makedepend
and produces a new Makefile which has the library .o's depending on the .h
files rather than on the .c's. This allows a makefile to be easily constructed
which generates libraries without having to keep .o files around outside of
the library. This, understandably, saves space and is avoids clutter in the
makefile itself.
OPTIONS
- -l <library>
-
Specifies the library name to use in the dependency line.
- -f <Makefile>
-
Allows the use of varied makefile names, the default is
Makefile.
- -s <makedepend-separator-line>
-
Allows the use of non-standard separator lines. the default is
# DO NOT DELETE THIS LINE -- make depend depends on it.
AUTHOR
Chris Olson <chris@Sterling.COM>
SEE ALSO
make(1), makedepend(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 06:46:06 GMT, December 12, 2024