代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile
#
# Makefile for chkrootkit
# (C) 1997-2006 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
#
CC = gcc
CFLAGS = -DHAVE_LASTLOG_H
STATIC = -static
###
### Solaris 2.x
###
# If
ipk_dec.cpp
/*
Cock's Identity Based Encryption
Decryption phase
Decrypts a file .ipk
Finds the session key by ID-PKC decrypting the file .key
Uses this session key to
makefile
CROSS_COMPILE = arm-linux-
EXEC = touchmain
#OBJS = calibration.o
OBJS = touch.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(EXEC)
$(EXEC): $
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
protodoc.rb
require 'erb'
class String
def lines
split $/
end
def strip_whitespace_at_line_ends
lines.map {|line| line.gsub(/\s+$/, '')} * $/
end
end
module Protodoc
module Environment
compile_install
#### Automatic compile and install###
#!/bin/sh
#####################################
su -c "./autogen.sh --prefix=/usr && make && strip src/gnome-telnet && make install && ./install_shared"
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
nwgnutail.inc
#
# This contains final targets and should be included at the end of any
# NWGNUmakefile file
#
#
# If we are going to create an nlm, make sure we have assigned variables to
# use during the link.
#
darwin-ld-20040809-1.c
/* Test -dead_strip support. */
/* Contributed by Devang Patel */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-dead_strip" } */
int
main ()
{
return 0;
}
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