X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=date:from:to:subject:message-id:in-reply-to:references:mime-version
         :content-transfer-encoding;
        bh=CDRyb2r7l4dhJhjkWGsIoEd+T7WJZyXY42kNtiiTeoE=;
        b=ICDpHcGzROvUcy9ebB15rCGofCR3TXqPDDK7Gm+aWu/Te/JOl5dB4Qu4Kj4PepEqVX
         Tdx/n8zpFaL0s4QPWy4T6tX1HqiuxGHZY+9ZZdLnwurdMR3LYdKG5sAzS/128FteHYTC
         ygih0yfAaAzMq6aX86Ck84cumPtEpoQedxl5gsuTPh9mnn06e+UrqzNIb+Zg8YoN82Es
         OspY55ZZGMUKD09LyhTKGZYnrS+PW1Fz5XLHSTvVOnnYCY0V5ectcepT25WKOPyTN9p+
         PnAemBVFtkQlmw5bDB/vC206AryJJh4EBPwW670vUvKnTSxfw0gDHgeLVAxjy+vXj9EI
         Pi0Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
         :references:mime-version:content-transfer-encoding;
        bh=CDRyb2r7l4dhJhjkWGsIoEd+T7WJZyXY42kNtiiTeoE=;
        b=J5VYY8PCseCDJK02Mb9oj76S4N2Uwr8uE2I8BgZzjmuN5VuICoSqulKo+9ZG8Q8KhY
         ydL90hfCrHMYyk33CSliDPWha6QvxY9hgn13zhpbFreVcWZcBj7zCOYXmAtMUsIC682V
         bIhfXvzgfe6dwlad3USXlXFBdsIi7Cpvq4aqXeNkhBOXl7XRd28wnqAwIukmxFt0PXDX
         rdXVF9fdX1MjxCvZBMWBHFtuKkDwjSKIzvvi8jOyJ0OcGEQ44iiSA22CbFsDjok14eY6
         MHFdSr4+QXHZoFrqtdhD5UKs8QmNeszv9cETK6F6TipD9qLagenREF/inEoscoJ5Oj8t
         58EA==
X-Gm-Message-State: AE9vXwNq51p023SMJTksztuLHo5v4OD7WJiDEDqLtHJFG2q6n4w4HkGcC076Nuikby13ww==
X-Received: by 10.28.157.80 with SMTP id g77mr19753329wme.34.1473180116343;
        Tue, 06 Sep 2016 09:41:56 -0700 (PDT)
Date: Tue, 6 Sep 2016 18:41:52 +0200
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] gnet-spice-noqsi documentation --> make
Message-Id: <20160906184152.f31679ca7ae3e15ddbf28404@gmail.com>
In-Reply-To: <CAOP4iL077q5-yvxXZ8w4jQDzcqjjCkZuCcfw2Juzk1RLnp0mpQ@mail.gmail.com>
References: <8885DFA6-76D0-4A2B-B7BE-C1BD9AFFCDD3 AT noqsi DOT com>
	<20160906171850 DOT 760f1845663014bb2717461d AT gmail DOT com>
	<CAOP4iL077q5-yvxXZ8w4jQDzcqjjCkZuCcfw2Juzk1RLnp0mpQ AT mail DOT gmail DOT com>
X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk

> On Tue, Sep 6, 2016 at 8:18 AM, Nicklas Karlsson (
> nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] <
> geda-user AT delorie DOT com> wrote:
> 
> > Looks good. A makefile is a really good tool to keep track of generated
> > file depencies.
> >
> > On Tue, 6 Sep 2016 08:51:56 -0600
> > John Doty <jpd AT noqsi DOT com> wrote:
> >
> >
> 
> I don't know what is more disgusting. The fact that people are still using
> make in 2016 or the fact that no one has come up with anything better after
> all these years.

Only major problem I know about with make is then it is run recursively. It would however be very nice with possibility to visualize the depency tree graphically.

Do you know about any other suitable tool to keep track of depencies for generated files?


I used graphical development tool today and it is very cumbersom to move project directory. With external Makefile this is not a problem at all.


Nickls Karlsson