ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Conditional include in makefiles
@ 2003-08-11 14:02 Vitaly Ostanin
  2003-08-11 14:16 ` Dmytro O. Redchuk
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Ostanin @ 2003-08-11 14:02 UTC (permalink / raw)
  To: community

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

Hello, All!

Подскажите, пожалуйста, можно ли узнать средствами Makefile имя
вызванной цели?

Это нужно для условного включения файла в Makefile - включать его
для всех целей, кроме указанных. Что-нибудь вроде:

ifneq ($@, depends)
    include "depends.tabular"
endif

В данном случае (сборка make в Website XSL) файл depends.tabular
создаётся целью depends. Но цель depends не отрабатывает, т.к.
нет depends.tabular для включения.

Автор Website предлагает делать
touch depends.tabular
каждый раз, когда его нету. Что криво и неудобно.

Пробовал делать проверку существования файла и создавать его
перед всеми правилами Makefile - не отрабатывает с руганью на
команды до правил.

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-12  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 14:02 [Comm] Conditional include in makefiles Vitaly Ostanin
2003-08-11 14:16 ` Dmytro O. Redchuk
2003-08-11 15:48   ` [Comm] " Vitaly Ostanin
2003-08-12  5:47     ` Dmytro O. Redchuk

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git