makefile.am

来自「PCB软件程序原代码.用于电路板设计的开源软件」· AM 代码 · 共 21 行

AM
21
字号
## $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 + =
减小字号Ctrl + -
显示快捷键?