From: Vitaly Ostanin <vyt@vzljot.ru> To: community@altlinux.ru Subject: [Comm] Conditional include in makefiles Date: Mon, 11 Aug 2003 18:02:04 +0400 Message-ID: <20030811180204.2fad82dc.vyt@vzljot.ru> (raw) [-- 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 --]
next reply other threads:[~2003-08-11 14:02 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-08-11 14:02 Vitaly Ostanin [this message] 2003-08-11 14:16 ` Dmytro O. Redchuk 2003-08-11 15:48 ` [Comm] " Vitaly Ostanin 2003-08-12 5:47 ` Dmytro O. Redchuk
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=20030811180204.2fad82dc.vyt@vzljot.ru \ --to=vyt@vzljot.ru \ --cc=community@altlinux.ru \ /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
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