* You people rule.
@ 2000-12-04 18:56 Jay Kasberger
2000-12-04 19:49 ` Syd Polk
0 siblings, 1 reply; 3+ messages in thread
From: Jay Kasberger @ 2000-12-04 18:56 UTC (permalink / raw)
To: sourcenav
Hi,
I just wanted to let you know - as I'm sure you already do - that
Source-Navigator is truly an excellent product. We use it here at
Lawrence Berkeley National Laboratory for genome project code, and we
couldn't be happier. It's very well thought out, powerful, and
extremely easy to use.
If you're interested, here's a feature suggestion: how about a way to
export all your different build configurations into a single Makefile,
with a build target for each configuration? Just an idea. Anyway, keep
up the good work, and best of luck in future endeavors.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: You people rule.
2000-12-04 18:56 You people rule Jay Kasberger
@ 2000-12-04 19:49 ` Syd Polk
2000-12-04 20:04 ` Ben Elliston
0 siblings, 1 reply; 3+ messages in thread
From: Syd Polk @ 2000-12-04 19:49 UTC (permalink / raw)
To: Jay Kasberger; +Cc: sourcenav
Jay Kasberger wrote:
>
> Hi,
>
> I just wanted to let you know - as I'm sure you already do - that
> Source-Navigator is truly an excellent product. We use it here at
> Lawrence Berkeley National Laboratory for genome project code, and we
> couldn't be happier. It's very well thought out, powerful, and
> extremely easy to use.
>
> If you're interested, here's a feature suggestion: how about a way to
> export all your different build configurations into a single Makefile,
> with a build target for each configuration? Just an idea. Anyway, keep
> up the good work, and best of luck in future endeavors.
This is actually what autoconf/automake/configure is for. Maintaining
different build configs in one Makefile is well nigh impossible.
Instead, we maintain configure.in and all of the various Makefile.am's
and we get all of the magic foo to make it build all over the place.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: You people rule.
2000-12-04 19:49 ` Syd Polk
@ 2000-12-04 20:04 ` Ben Elliston
0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2000-12-04 20:04 UTC (permalink / raw)
To: Syd Polk; +Cc: Jay Kasberger, sourcenav
This is actually what autoconf/automake/configure is for. Maintaining
different build configs in one Makefile is well nigh impossible.
More to the point, this implies that we know all of our build targets up
front. We don't. Someone built S-N on FreeBSD last week -- until then, we
had never done it.
Ben
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2000-12-04 20:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-04 18:56 You people rule Jay Kasberger
2000-12-04 19:49 ` Syd Polk
2000-12-04 20:04 ` Ben Elliston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).