⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dir.mk

📁 编译工具
💻 MK
字号:
PYLIBROOT= $(EXPORT_TREE)/lib/pythonPYLIBDIR = $(PYLIBROOT)/omniidl_be/cxx/implINSTALLPYLIBDIR = $(INSTALLPYTHONDIR)/omniidl_be/cxx/implFILES = __init__.py main.py template.pyexport:: $(FILES)	@(dir="$(PYLIBDIR)"; \          for file in $^; do \            $(ExportFileToDir) \          done; \          cd $(PYLIBDIR); \	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \	 )ifdef INSTALLTARGETinstall:: $(FILES)	@(dir="$(INSTALLPYLIBDIR)"; \          for file in $^; do \            $(ExportFileToDir) \          done; \          cd $(INSTALLPYLIBDIR); \	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \	 )endif

⌨️ 快捷键说明

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