📄 dir.mk
字号:
PYLIBROOT= $(EXPORT_TREE)/lib/pythonPYLIBDIR = $(PYLIBROOT)/omniidl_be/cxxINSTALLPYLIBDIR = $(INSTALLPYTHONDIR)/omniidl_be/cxxSUBDIRS = header skel dynskel implifndef PYTHONall:: @$(NoPythonError)export:: @$(NoPythonError)endifall:: @$(MakeSubdirs)export:: @$(MakeSubdirs)ifdef INSTALLTARGETinstall:: @$(MakeSubdirs)endifFILES = __init__.py util.py skutil.py id.py types.py config.py output.py \ ast.py iface.py call.py cxx.py support.py descriptor.pyexport:: $(FILES) @(dir="$(PYLIBDIR)"; \ for file in $^; do \ $(ExportFileToDir) \ done; \ cd $(PYLIBDIR); \ cd ..; \ $(PYTHON) -c "import compileall; compileall.compile_dir('cxx')"; \ )ifdef INSTALLTARGETinstall:: $(FILES) @(dir="$(INSTALLPYLIBDIR)"; \ for file in $^; do \ $(ExportFileToDir) \ done; \ cd $(INSTALLPYLIBDIR); \ cd ..; \ $(PYTHON) -c "import compileall; compileall.compile_dir('cxx')"; \ )endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -