makefile

来自「微软的基于HMM的人脸识别原代码, 非常经典的说」· 代码 · 共 43 行

TXT
43
字号
############################
# Part 1: LOCAL DEFINITIONS

      TOP  = ../..

#############################
# Part 2: COMMON MAKE PARAMETERS

include $(TOP)/make.proj

#############################
# Part 3: LOCAL SOURCES 

   DIRS = src test

##############################
# Part 4: LOCAL TARGETS  

include $(CONFIG_DIR)/NormalNodeTargets

#############################
# Part 5: COMMON RULES and 
#     and default Targets

include $(CONFIG_DIR)/make.rules

#############################
# Part 6: DEPENDENCIES














⌨️ 快捷键说明

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