⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 PCB软件程序原代码.用于电路板设计的开源软件
💻 AM
字号:
## $Id: Makefile.am,v 1.1 2003/11/08 03:31:03 danmc Exp $#### Note:  We put this script in a different directory from the Pcb## app-defaults file because certain platforms like cygwin don't have ## case sensitive file systems.bin_SCRIPTS=	pcbEXTRA_DIST= pcb.in DISTCLEANFILES= pcb# create wrapper script for running pcb after installationpcb:	$(srcdir)/pcb.in Makefile	sed -e 's;@BINDIR@;${bindir};g' -e 's;@PKGDATADIR@;${pkgdatadir};g' \		$(srcdir)/pcb.in > $@	chmod 755 $@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -