dir.mk

来自「编译工具」· MK 代码 · 共 23 行

MK
23
字号
PYLIBROOT= $(EXPORT_TREE)/lib/pythonPYLIBDIR = $(PYLIBROOT)/omniidl_be/cxx/headerINSTALLPYLIBDIR = $(INSTALLPYTHONDIR)/omniidl_be/cxx/headerFILES = __init__.py defs.py opers.py poa.py tie.py forward.py marshal.py \        tcstring.py template.pyexport:: $(FILES)	@(dir="$(PYLIBDIR)"; \          for file in $^; do \            $(ExportFileToDir) \          done; \	 )ifdef INSTALLTARGETinstall:: $(FILES)	@(dir="$(INSTALLPYLIBDIR)"; \          for file in $^; do \            $(ExportFileToDir) \          done; \	 )endif

⌨️ 快捷键说明

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