automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

$(@:-local=)


From: Akim Demaille
Subject: $(@:-local=)
Date: Mon, 19 Nov 2007 15:09:00 +0100


I see that the documentation of Automake suggests:

     all-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) all
     check-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) test
     clean-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) clean

     # Assuming the package knows how to install itself
     install-data-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) install-data
     install-exec-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) install-exec
     uninstall-local:
             cd subdir && $(MAKE) $(AM_MAKEFLAGS) uninstall

Is there anything to worry about using $(@:-local=) and so
forth?  The implementation of RECURSIVE_TARGET would be
simplified too.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]