Target dependent on dynamically generated dependency list

2017-11-24 Thread Kip Warner
-resources(1) tool has a switch that allows it to not emit any code, but just output a dependency list compatible with most implementations of Make, e.g. akin to gcc -M. What is the most elegant and portable way to integrate this functionality into my Automake Makefile.am? This is my solution so far, but I

dependency list ...

2010-10-19 Thread Teratux
Hi, I was wondering how to know the build dependencies for a package before building it ... For example I would like to build a package and not get any fuss about unmet dependencies. Is there a way to print a list of package dependencies to meet before building it ?? If so, what could be

Re: dependency list ...

2010-10-19 Thread Ralf Wildenhues
Hello, * Teratux wrote on Tue, Oct 19, 2010 at 10:22:15PM CEST: Hi, I was wondering how to know the build dependencies for a package before building it ... For example I would like to build a package and not get any fuss about unmet dependencies. Is there a way to print a list of package