9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: nigel@9fs.org
To: 9fans@cse.psu.edu
Subject: Re: [9fans] newbie mk question
Date: Fri,  4 Oct 2002 16:29:17 +0100	[thread overview]
Message-ID: <2a3c5bc6954081b319bda8c822364d83@9fs.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Roger's suggestion doesn't actually do it in the mkfile, though I expect it
could. This is what I do....

COMMON=/somewhereelse

%.$O:	$COMMON/%.c
	$O^c $CFLAGS $COMMON/$stem.c

thingy: local.$O common.$O
	$O^c -o thingy local.$O common.$O

or words to that effect.

[-- Attachment #2: Type: message/rfc822, Size: 1863 bytes --]

From: steve.simon@snellwilcox.com
To: 9fans@cse.psu.edu
Subject: [9fans] newbie mk question
Date: Fri, 04 Oct 2002 14:31:42 +0100
Message-ID: <981768180@snellwilcox.com>



How do I tell mk that I want to compile some C source from the current dir,
some from another dir, putting the .$(O) files in the current dir and then link
the whole lot together.

gmake has a .path= construct which seems a bit ugly to me, I'am sure there
must be an elegant way to do this in mk but how?

Thanks,

-Steve

             reply	other threads:[~2002-10-04 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-04 15:29 nigel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-04 14:24 rog
2002-10-04 13:31 steve.simon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a3c5bc6954081b319bda8c822364d83@9fs.org \
    --to=nigel@9fs.org \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).