help-make
[Top][All Lists]
Advanced

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

Re: Multiple targets with one command


From: Paul D. Smith
Subject: Re: Multiple targets with one command
Date: Sat, 22 Nov 2003 09:39:31 -0500

The way things like this are typically done is:

    target1 target2 target3: .pseudo_target

    .pseudo_target: source1 source2 source3
            run-the-command
            @touch .pseudo_target

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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