创建一个 automake 目标,该目标是到另一个目标的硬链接

发布于 2024-11-29 06:14:02 字数 146 浏览 1 评论 0原文

我有一个可以创建 5 个可执行文件的系统。所有可执行文件实际上都是同一个程序,但它们都是指向同一文件的硬链接。我不知道如何用 automake 干净地做到这一点。有办法吗?我实际上制作这些文件没有问题——但它们没有正确安装。我对如何设置这个感到有点困惑。

谢谢。

I have a system that creates 5 executables. All executables are really the same program, but they are all hard links to the same file. I don't know how to do this cleanly with automake. Is there a way? I have no problem actually making the files---but they don't get installed properly. I'm kind of dumbfounded on how to set this up.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太阳男子 2024-12-06 06:14:02

定义install-exec-hookuninstall-hook。请参阅 automake 手册中的扩展

Define install-exec-hook and uninstall-hook. See extending in the automake manual.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文