📄 makefile.common
字号:
### Makefile.common###### Copyright (C) 2002 by the KDE developers### All the real work is done by the shellscript cvs.shSHELL=/bin/shcvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge: @admindir=$(admindir); \ if test "x$$admindir" = x; then \ admindir=.; until test -f $$admindir/admin/cvs.sh; do \ admindir=$$admindir/..; \ if test `cd $$admindir && pwd` = / ; then break; fi; \ done; \ admindir=$$admindir/admin; \ if test -f $$admindir/cvs.sh; then :; else \ echo "Can't find the admin/ directory in any parent of the"; \ echo "current directory. Please set it with admindir=..."; \ exit 1; \ fi; \ fi; \ if test "$@" = "package-merge"; then \ MAKE=$(MAKE) POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" \ $(SHELL) $$admindir/cvs.sh package-merge ;\ else MAKE=$(MAKE) $(SHELL) $$admindir/cvs.sh $@ ;\ ficonfigure.in: configure.files $(shell test -f configure.files && cat configure.files) subdirsconfigure.files: subdirs.SILENT:.PHONY: cvs dist cvs-clean package-merge package-messages
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -