GNU Make

From: Jakir (jakir_at_coolgoose.com)
Date: 06/24/04

  • Next message: Paul D. Smith: "Re: GNU Make"
    Date: 24 Jun 2004 13:48:29 -0700
    
    

    Hi

    Could any one help me in replacing the below syntax.

    I have a make file say makefile which contains

    SUBDIRS=lib bin

    include sub.rule
    ---------------------------------------
    The sub.rule file contains

    $(SUBDIRS:=.all):
        @echo "echo cd $(@:.all=)"
    ---------------------------------------
    The Syntax := is recursively expanded. I want to replace that, the
    output with the new syntax should be similar to what the previous
    syntax had.

    Thanks & Regards
    Jakir


  • Next message: Paul D. Smith: "Re: GNU Make"