代码搜索结果
找到约 3,568 项符合
Strip 的代码
progen
#!/usr/bin/perl
############################################################################
# $Id: progen,v 1.21 1999/09/08 06:59:22 hanord Exp $
#
# Generates a tmake project file.
#
# Copyright (C)
raid0.h
#ifndef _RAID0_H
#define _RAID0_H
#include
struct strip_zone
{
unsigned long zone_offset; /* Zone offset in md_dev */
unsigned long dev_offset; /* Zone offset in real dev */
uns
cinepak.c
/*
* Cinepak Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
commpool.cpp
// CommPool.cpp: implementation of the CCommPool class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MDF.h"
#include "CommPool.h"
#in
commpool.cpp
// CommPool.cpp: implementation of the CCommPool class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MDF.h"
#include "CommPool.h"
#in
makefile.am
SUBDIRS = include libntfs-3g src
EXTRA_DIST = AUTHORS CREDITS COPYING INSTALL NEWS README autogen.sh
AUTOMAKE_OPTIONS = gnu
MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4 compile depcomp
mtk编译过程.txt
http://blog.csdn.net/wuyao721/archive/2008/09/27/2988142.aspx
MTK编译过程
导读:
Comp.mak 完成模块编译连接,生成bin
Gsm2.mak 主编译文件,完成clean,remake,new等工作
XXX_GPRS.mak 客户私有的配置,根据客户的不同,而设定不同的配置文件
Optio
makefile
CROSS_COMPILE = arm-linux-
EXEC = touchmain
#OBJS = calibration.o
OBJS = touchmain.o touch.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(EXEC)
makefile
ifneq ($(host),)
CROSS =
builddir = host
else
CROSS ?= powerpc-405-linux-gnu-
builddir = target
endif
target = $(builddir)/mkubootimage
objs = mkimage.o crc32.o
CC = $(CROSS)gcc
STRIP = $(CROSS)stri
sipb_ipaddr.cpp
//sipb_ipaddr.cpp
//Copyright (C) 2003 Metalink LTD
//Author: Rodionov Sergey (seger@metalinkltd.com)
//This program is distributed under terms of GPL (see LICENSE)
#include "sipb_ipaddr.h"
#include