📄 makefile
字号:
#----------------------------------------------------------------------------# Make Workspace## MakeWorkspaceCreator.pm,v 1.18 2006/01/23 18:09:34 elliott_c Exp## This file was generated by MPC. Any changes made directly to# this file will be lost the next time it is generated.## MPC Command:# /root/MPC/mwc.pl -type make#----------------------------------------------------------------------------all: utility-target debug-target algorithm-target container-target os_api-target advance_container-target file_op-target frame-targetclean depend generated realclean $(CUSTOM_TARGETS): @cd advance_container; $(MAKE) -f Makefile.advance_container $(@) @cd algorithm; $(MAKE) -f Makefile.algorithm $(@) @cd container; $(MAKE) -f Makefile.container $(@) @cd debug; $(MAKE) -f Makefile.debug $(@) @cd file_op; $(MAKE) -f Makefile.file_op $(@) @cd frame; $(MAKE) -f Makefile.frame $(@) @cd os_api; $(MAKE) -f Makefile.os_api $(@) @cd utility; $(MAKE) -f Makefile.utility $(@).PHONY: utility-targetutility-target: @cd utility; $(MAKE) -f Makefile.utility generated all cp ../utility/*.h ../include.PHONY: debug-targetdebug-target: @cd debug; $(MAKE) -f Makefile.debug generated all cp ../debug/*.h ../include.PHONY: algorithm-targetalgorithm-target: @cd algorithm; $(MAKE) -f Makefile.algorithm generated all cp ../algorithm/*.h ../include.PHONY: container-targetcontainer-target: @cd container; $(MAKE) -f Makefile.container generated all cp ../container/*.h ../include cp ../container/bbstree/*.h ../include.PHONY: os_api-targetos_api-target: @cd os_api; $(MAKE) -f Makefile.os_api generated all cp ../os_api/*.h ../include cp ../os_api/sync/*.h ../include cp ../os_api/ipc/*.h ../include.PHONY: advance_container-targetadvance_container-target: @cd advance_container; $(MAKE) -f Makefile.advance_container generated all cp ../advance_container/*.h ../include.PHONY: file_op-targetfile_op-target: @cd file_op; $(MAKE) -f Makefile.file_op generated all cp ../file_op/*.h ../include.PHONY: frame-targetframe-target: @cd frame; $(MAKE) -f Makefile.frame generated all cp ../frame/*.h ../includeproject_name_list: @echo advance_container-target @echo algorithm-target @echo container-target @echo debug-target @echo file_op-target @echo frame-target @echo os_api-target @echo utility-target
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -