📄 makefile.am
字号:
## ############################################################################## File: OOPIC Makefile.am#### Purpose: Run automake at the top level to make Makefile.in in all## subdirectories.#### ########################################################################## PIC_DIRS = otools physics advisor xg SUBDIRS = $(PIC_DIRS) config all-local: -rm -f xoopic -/bin/ln -s xg/xoopic xoopicdepend: for i in $(PIC_DIRS) ; do \ (cd $$i; \ echo "Making depend in $$i"; \ make depend) \ donecrufix: linuxfixlinuxfix: for i in $(PIC_DIRS) ; do \ ( cd $$i; \ echo "fixing the Makefile in $$i"; \ mv Makefile Makefile.old ;\ cat Makefile.old | sed 's/ cru / /' > Makefile);\ mv Makefile.in Makefile.in.old ;\ cat Makefile.in.old | sed 's/ cru / /' > Makefile.in) \ doneautomake: ./config/automake.sh
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -