Skip to content

BilligsterUser/auto-dependency-generation-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

auto-dependency-generation-example

A project demonstrating Auto Dependencies functionality with GNU make, using the strategies and example code from this article

This project provides a template set of source, header, and makefiles to demonstrate makefile dependencies in action.

This project is a part of a multi-part series of projects which show you the basics of automatic dependency generation for C projects. See also:

Testing

Run make test to invoke the test.sh script. This script touches header and source files and checks make output to ensure exactly expected build steps are being invoked.

Contributing

Pull requests are welcome for any improvement suggestions. Please use the issues tab to open.

About

A project demonstrating Auto Dependencies functionality with GNU make, using the strategies and example code from http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.7%
  • Shell 36.2%
  • C 5.5%
  • C++ 0.6%