创建一个 automake 目标,该目标是到另一个目标的硬链接
我有一个可以创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
定义
install-exec-hook
和uninstall-hook
。请参阅 automake 手册中的扩展。Define
install-exec-hook
anduninstall-hook
. See extending in the automake manual.