虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

makeFile

一个工程中的源文件不计其数,其按类型、功能、模块分别放在若干个目录中,makeFile定义了一系列的规则来指定哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makeFile就像一个Shell脚本一样,也可以执行操作系统的命令。[1-2]
  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code makeFile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    标签: ptfsf following the contains

    上传时间: 2013-11-28

    上传用户:风之骄子

  • 本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录

    本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录,编写 hello.c 和 makeFile 文件。学习在 linux 下的编程和编译过程,以及 ARM 开发板的使用和开发环境的设置。下载已经编译好的文件到嵌入式控制器中运行。

    标签: uCLinux Redhat linux 9.0

    上传时间: 2013-12-13

    上传用户:qiaoyue

  • gameboy游戏模拟器,COMMON.H CONV.C DASM.C DEBUG.C FILE_ID.DIZ FMFREQS.C FMFREQS.H GB.C GB.H GBLIST.C HEL

    gameboy游戏模拟器,COMMON.H CONV.C DASM.C DEBUG.C FILE_ID.DIZ FMFREQS.C FMFREQS.H GB.C GB.H GBLIST.C HELP.H IBMADLIB.C IBMASM.S IBMGIF.C IBMMSDOS.C IBMMSDOS.H IBMSB.C IBMSTACK.C KEYS.C LISTALL.C makeFile TABLES.H TESTALL.C VGB-DOS.GIF VGB-DOS.TXT VGB.C Z80.C Z80.H

    标签: FMFREQS gameboy FILE_ID COMMON

    上传时间: 2015-05-27

    上传用户:GavinNeko

  • c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h

    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

    标签: Changelog boundtest configure arm-gen

    上传时间: 2014-01-16

    上传用户:拔丝土豆

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the makeFile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    标签: Installation Programmer In-System directory

    上传时间: 2013-12-23

    上传用户:小儒尼尼奥

  • linux得一些常用命令,以及linux环境下的c编程

    linux得一些常用命令,以及linux环境下的c编程,makeFile得编写,系统内核分析

    标签: linux c编程 命令 环境

    上传时间: 2015-06-15

    上传用户:wangzhen1990

  • Jollen-Kit! 2006 是非常積極進行中的專案

    Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用makeFile) 其它工具與原始碼下載 驅動程式模組

    标签: Jollen-Kit 2006

    上传时间: 2015-06-16

    上传用户:xz85592677

  • 在AVR单片机的控制下

    在AVR单片机的控制下,通过WinAVR编译器和makeFile的编写,在一个数码管上实时输出键盘输入的字符,当在键盘上按下某一个键时,在数码管上显示该键的值。如按下1时数码管显示1,按下F时数码管显示F。

    标签: AVR 单片机 控制

    上传时间: 2013-12-24

    上传用户:1109003457

  • S3C4510模拟器及实例源码 安装ADS1.2之后

    S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\ArmEmulate\GPIO\ , 这个文件夹里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\ArmEmulate\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makeFile管理的,没有工程文件。 4. C:\ArmEmulate\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makeFile时设置临时环境变量。 具体使用过程,请看C:\ArmEmulate\Readme.txt。

    标签: S3C4510 ADS 1.2 模拟

    上传时间: 2013-12-03

    上传用户:lanwei

  • uClinux环境下MinuGUI的应用实例及简单介绍

    uClinux环境下MinuGUI的应用实例及简单介绍,列外还有makeFile文件,可在linux环境下编译运行。

    标签: uClinux MinuGUI 环境 应用实例

    上传时间: 2015-06-29

    上传用户:wangdean1101