Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux makefile
Search - linux makefile - List
DL : 0
ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内部实现 LICENSE 许可证文件 Makefile Linux平台下的Makefile Makefile.win Windows平台下的Makefile 如果没有特别说明,下面两节中所提的命令皆在ucc目录下运行。-ucc is a compiler driver during operation, it will first call to the C preprocessor to preprocess the file, Then in turn call the compiler and assembler generate an object file, the last call the linker and the multiple object files Library files are linked together to create the final application. Currently, ucc support running Linux on Intel X86 platform and Windows operating systems. When extracting the downloaded source code, the system will generate a directory called ucc, the directory is organized as follows: driver drives to achieve ucl C compiler implementation doc document, in English and Chinese versions of the ucc ucc internal implementation manual and License file LICENSE The Makefile Makefile Linux platform Makefile.win Windows platform under the Makefile If not specified, the following two commands mentioned in the directory are run in the ucc.
Date : 2025-12-19 Size : 684kb User : 飞轩泠

中文名是 跟我一起写Makefile ,文中讲述了一个怎样一步步去写Makefile,相信对Linux下系统编程很有帮助-Chinese name with my write Makefile, about a step by step how to write the Makefile, I believe on the Linux system programming helpful
Date : 2025-12-19 Size : 902kb User : 周杰

linux下C/C++编译脚本。本源码封装makefile系统的格式的命令,只需对源码进行少量修改(修改make/head.mk)便可以进行交叉编译。不进行交叉编译的同学可以直接修改makefile文件里面的字段(字段意义在对应文件内有说明)即可。本系统支持多级目录递归编译。-C/C++ Linux compiler script. This source code package makefile system format command, simply a small number of source code changes (modified make/head.mk) can be cross compiled. The students who do not cross compile can directly modify the field in the makefile file (the meaning of the field can be described in the corresponding file).. The system supports multi-level directory recursion compiler.
Date : 2025-12-19 Size : 3kb User : 自由随心

一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Templates 支持平台 Windows (x86, x64, amd64, x86_amd64) Macosx (i386, x86_64) Linux (i386, x86_64, cross-toolchains …) Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) iPhoneOS (armv7, armv7s, arm64, i386, x86_64) WatchOS (armv7k, i386) Mingw (i386, x86_64) 支持语言 C/C++ Objc/Objc++ Swift Assembly 内置插件 宏记录脚本和回放插件 加载自定义lua脚本插件 生成IDE工程文件插件(makefile, vs2002 - vs2015, …) 生成doxygen文档插件 iOS app2ipa插件-A make-like build utility based on Lua Simple description target( console ) set_kind( binary ) add_files( src .c ) Build project $ xmake Run target $ xmake run console Debug target $ xmake run-d console Support features Tasks Macros Actions Options Plugins Templates Support platforms Windows (x86, x64, amd64, x86_amd64) Macosx (i386, x86_64) Linux (i386, x86_64, cross-toolchains …) Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) iPhoneOS (armv7, armv7s, arm64, i386, x86_64) WatchOS (armv7k, i386) Mingw (i386, x86_64) Support Languages C/C++ Objc/Objc++ Swift Assembly Builtin Plugins Macros script plugin Run the custom lua script plugin Generate IDE project file plugin(makefile, vs2002- vs2015 .. ) Generate doxygen document plugin Convert .app to .ipa plugin
Date : 2025-12-19 Size : 2.54mb User : 王润清
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.