Welcome![Sign In][Sign Up]
Location:
Search - c makefile

Search list

[Windows Kernel万能makefile学习代码

Description: 万能makefile学习代码,适合于所有c、c++文件,有了它以后的所有代码都不用写makefile,也是学习makefile很好的参考代码,有三个文件夹,包括:1、单一文件夹源文件make,2、工程用多文件夹3、静态库动态库自动生成。
Platform: | Size: 135671 | Author: kingkong529 | Hits:

[Books关于C语言的MakeFile

Description: 关于C语言的MakeFile-on the C language MakeFile
Platform: | Size: 91136 | Author: 莫佳林 | Hits:

[Internet-Networkmadplay——Makefile

Description: 关于madplay mp3算法的MAKEFILE文件,可进行批处理的文件,是用c写的程序。-sound on the MP3 algorithm MAKEFILE documents can be batch of documents is used to write c procedures.
Platform: | Size: 1024 | Author: lwx888 | Hits:

[Linux-UnixMakefile指南

Description: Makefile编程及相关资料的介绍与入门。很适合初学者的学习与借鉴-Programming knowledge for Makefile. It s very usful for beginners.
Platform: | Size: 431104 | Author: 李东 | Hits:

[Other『 技术专区 』 - 如何写makefile

Description: 在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法-in how many documents the preparation procedure makefile C introductory document for urgent use general rules
Platform: | Size: 16384 | Author: 伍的 | Hits:

[ELanguagetinycc.tar

Description: c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION-c language compiler arm-gen.c asmtest.S bcheck.c boundtest.cc67-gen.c Changelog coff.h configureCOPYING elf.h [examples] float.hgcctestsuite.sh i386-asm.c i386-asm.h i386- gen.cil-gen.c il-opcodes.h libtcc.h libtcc1.clibtcc_test.c Makefile README stab.defstab.h stdarg.h stdbool.h stddef.htcc-doc.html tcc-doc.texi tcc.1 tcc. ctccasm.c tcccoff.c tccelf.c tcclib.htccpe.c tcctest.c tcctok.h texi2pod.pltiny_impdef.c TODO varargs.h VERSION
Platform: | Size: 423936 | Author: | Hits:

[Waveletxbbhydm

Description: wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wav_basic.c: basic filtering, decimation and upsampling routines.wav_basic.h: interface to wav_basic.c.wav_trf.c: transform routines.wav_trf.h: interface to wav_trf.c.wav_filters.h: where filter banks and their properties are defined.wav_filters_extern.h: interface to wav_filters.h.wav_gen.h: some parameters and min/max macros.macros.h: pointer check macro.test_transforms.c: main routine for testing transforms and invertibility.test_denoise.c: main routine for the example denoising applications.alloc.c: pointer allocation/deallocation.alloc.h: interface to alloc.c.Makefilepeppers.raw: 512x512 grayscale test image.
Platform: | Size: 204800 | Author: 新月 | Hits:

[BooksGNUmakefileChinese

Description: 中文版的如何写GNU Makefile,这个文档写的很好,虽然有个别的错别字,看完了这个,相信写个几千行C程序的Makefile应该没问题了.-Chinese version of the GNU how to write a Makefile, the documentation is very well written and Although some of typos, read this. believe that thousands of firms write C Makefile procedures should not matter.
Platform: | Size: 191488 | Author: wangxiao | Hits:

[Linux-Unixmakefile-for-AIX

Description: AIX 5.x 下的 proc程序 的makefile 文件 实例。 供unix 编程入门使用-AIX 5.x the proc procedures makefile examples of documents. Introduction to Programming for unix use
Platform: | Size: 1024 | Author: 凌寒 | Hits:

[Linux-UnixMakefile

Description: Makefile中文教程pdf文档,linux环境下编程使用-Makefile Chinese Course pdf documents, linux programming environment to use
Platform: | Size: 509952 | Author: dqstar | Hits:

[Linux-Unix05

Description: 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: | Size: 19456 | Author: qwt | Hits:

[BooksMakefile-simple

Description: 以C/C++的源码作为基础,用通俗易懂的语言详细介绍了makefile的工作原则和编写过程-To C/C++ The source as the basis, with user-friendly language makefile details the work of the principles and the process of preparing
Platform: | Size: 122880 | Author: fuzi35 | Hits:

[OtherLinux

Description: Linux 作一简单介绍,然后通过讲解 Linux 上进行编程的常识以及典型场景的 演示,使大家对 Linux 上的程序开发有一个感性认识。在此基础上,重点讲述 Linux 上 C 语言编程的基本工具,包括编译器和调试器,主要是它们的重要选项和基本用法。 接下来讲述在项目组织和开发过程中非常重要的工具,即 GNU make 和 makefile。 最后讲述 diff/patch 工具。 -Linux to make a brief introduction, and then passed on the Linux program on common sense and typical scenes of the demonstration, so that everyone on the procedures for the development of Linux has a perceptual knowledge. On this basis, the focus on Linux on C language programming of the basic tools, including compiler and debugger, mainly they are an important option, and basic usage. Next on the project organization and development process a very important instrument, that is, GNU make and makefile. Finally on the diff/patch tools.
Platform: | Size: 131072 | Author: ting | Hits:

[VC/MFCmakefile

Description: 教你怎么用makefile编译C++工程-Teach you how to use makefile to compile C++ project
Platform: | Size: 232448 | Author: liuming | Hits:

[Linux-UnixMakefile

Description: 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
Platform: | Size: 61440 | Author: amy | Hits:

[Windows Developmakefile

Description: 教c++初学者如何使用makefile调试各种程序-Teach beginners how to use c++ makefile debugging procedures
Platform: | Size: 428032 | Author: 张骏 | Hits:

[Linux-Unixcmd_yaffs.c

Description: 基于TQ2440的编译Uboot镜像的源码,支持大于64M的文件系统烧写。(在天嵌自带的光盘Uboot源码u-boot-1.1.6_20100601.tar.bz2的Common下增加此代码,并修改相应的Makefile,得到Uboot镜像就可以支持大于64M的文件系统烧写。烧写时在命令行模式下loadYaffs 0x30000000 root)-Based on the support of more than 64M TQ2440 file system programming of Uboot. (Common in Uboot source code to increase, and modify the Makefile, you can get Uboot image file system to support more than 64M programming. Command-line mode loadYaffs 0x30000000 root)
Platform: | Size: 4096 | Author: 安丽 | Hits:

[Linux-Unix跟我一起写makefile

Description: 写make 文件,文中教授怎么样写make文件,例子详细真实可用(makefile in c++ is hard for all user, this document tell you all skill for wite makefile ,the document have alot of examples,)
Platform: | Size: 427008 | Author: 123abcfff | Hits:

[OtherMakefile

Description: 介绍MakeFile用法,主要使用C++的逻辑方法来讲解。(MakeFile describe function.)
Platform: | Size: 292864 | Author: xuxin15 | Hits:

[Linux-Unix跟我一起写Makefile-陈皓

Description: 该文件可以帮助C++编程者快速的写出makefile文件。尤其在linux系统下,编写大规模系统文件,该文档的帮助很大。(This file helps C ++ programmers write out makefiles quickly. Especially in the linux system, the preparation of large-scale system files, the document is of great help.)
Platform: | Size: 428032 | Author: mengss | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net