makefile-default.mk

来自「C编写的DES和MD5算法」· MK 代码 · 共 55 行

MK
55
字号
## Gererated Makefile - do not edit!## Edit the Makefile in the project folder instead (../Makefile). Each target# has a -pre and a -post target defined where you can add customized code.## This makefile implements configuration specific macros and targets.# EnvironmentMKDIR=mkdirCP=cpCCADMIN=CCadminRANLIB=ranlibCC=gcc.exeCCC=g++.exeCXX=g++.exeFC=g77.exe# Include project Makefileinclude MD5_1-Makefile.mk# Object DirectoryOBJECTDIR=build/Default/MinGW-Windows# Object FilesOBJECTFILES=# C Compiler FlagsCFLAGS=# CC Compiler FlagsCCFLAGS=CXXFLAGS=# Fortran Compiler FlagsFFLAGS=# Link Libraries and OptionsLDLIBSOPTIONS=# Build Targets.build-conf: ${BUILD_SUBPROJECTS} 	cd . && make -f Makefile# Subprojects.build-subprojects:# Clean Targets.clean-conf:	cd . && make -f Makefile clean# Subprojects.clean-subprojects:

⌨️ 快捷键说明

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