help-make
[Top][All Lists]
Advanced

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

Re: INTERMEDIATE and include files


From: Noel David Torres Taño
Subject: Re: INTERMEDIATE and include files
Date: Wed, 13 Oct 2010 19:45:35 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )

a.out: tmp hw.o
        cc hw.o
        clean_intermediate_files

include tmp
intermediate_files=tmp

tmp:
        echo -e "hw.o: hw.c\n\tcc -o hw.o -c hw.c" >$@

clean_intermediate_files:
        rm $(intermediate_files)

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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