代码搜索结果
找到约 3,568 项符合
Strip 的代码
.video.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += video.o
endif
.driver.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += driver.o
endif
makefile
CROSS = arm-linux-
CC = $(CROSS)gcc
LD = $(CROSS)ld
AR = $(CROSS)ar
RANLIB = $(CROSS)ranlib
STRIP = $(CROSS)strip
CFLAGS = -Wall -Wshadow -Wno-trigraphs -pipe
LDFLAGS = -lm
BIN = blob_read_e
makefile
CROSS = arm-linux-
CC = $(CROSS)gcc
LD = $(CROSS)ld
AR = $(CROSS)ar
RANLIB = $(CROSS)ranlib
STRIP = $(CROSS)strip
CFLAGS = -Wall -Wshadow -Wno-trigraphs -pipe
LDFLAGS = -lm
BIN = blob_write_e
.devlink.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += devlink.o
endif
makefile
################################################################################
# Automatically-generated file. Do not edit!
##########################################################################
ftvectoriser-test.cpp
#include
#include
#include
#include
#include
#include "Fontdefs.h"
#include "FTVectori
tabs.css
/*
* Ext JS Library 1.1.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
.x-tabs-wrap {
border-bottom:1px solid #6593cf;
padding-t
talkdvrdlg.cpp
// TalkDVRDlg.cpp : implementation file
//
#include "stdafx.h"
#include "sample.h"
#include "TalkDVRDlg.h"
#include "ConSDK.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
0install-quick
#!/bin/sh
# For super easy install just run ./0install-quick as root.
CFLAGS=-O ./configure || exit 1
#
# for gcc:
# CFLAGS='-O2 -fomit-frame-pointer -s -Wall -pipe' ./configure
make || exit 1
make