manpagez: man pages & more
info automake
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Description

Our first attempt at automatic dependency tracking was based on the method recommended by GNU make. (see (make)Automatic Prerequisites section `Generating Prerequisites Automatically' in The GNU make Manual)

This version worked by precomputing dependencies ahead of time. For each source file, it had a special ‘.P’ file that held the dependencies. There was a rule to generate a ‘.P’ file by invoking the compiler appropriately. All such ‘.P’ files were included by the ‘Makefile’, thus implicitly becoming dependencies of ‘Makefile’.


© manpagez.com 2000-2025
Individual documents may contain additional copyright information.