You may also want to put the following code at the top of your main Makefile to 
make the output comingfrom <make -p> somewhat tractable.
################################################################
# Disable built in pattern rules.
MAKEFLAGS += -r
# Disable built in variables.
MAKEFLAGS += -R
# Disable built in suffix rules.
.SUFFIXES:
#################################################################
-Rakesh
> Thanks !
> It looks like I can parse the output of ‘--print-data-base’ to get what I 
> need.> Many thanks !
> 
> P.                                      
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to