GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BUILD.DEP.MK(5) FreeBSD File Formats Manual BUILD.DEP.MK(5)

build.dep.mk
bsdbuild - dependency generation

.include <bsd.dep.mk>

The build.dep.mk module is used by build.prog.mk(5) and build.lib.mk(5), but is never included directly into makefiles. Its role is to generate .depend files, which are used in the build process to determine if object files need to be rebuilt.

depend
Generate a .depend file by invoking the compiler with the -M flag.
clean-depend
Clean up the .depend file.

Path to mkdep(1) utility. Defaults to ‘${TOP}/mk/mkdep’, which is bundled with BSDBuild.
Compiler command to invoke (must support the -M option).

build.common.mk(5), build.lib.mk(5), build.prog.mk(5)

build.dep.mk first appeared in BSDBuild 1.0.

BSDBuild is based on the 4.4BSD build system.

July 18, 2007 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.