代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/428078/1962582
linux makedefs.linux
# The wx-config to execute
WXCONFIG = wx-config
# --- Libraries ---
LIBS= -lm -lstdc++ `$(WXCONFIG) --libs`
# ---
CC = gcc
LINK = g++
# --- Flags for cc ---
CCOPTIONS = -O `$(WXCONFIG) --cxxflags
www.eeworm.com/read/428078/1962587
linux makerules.linux
# Generic targets
all : $(OBJDIR)lib$(PACKAGENAME).$(LIBEXT)
#$(LIBDIR)lib$(PACKAGENAME).$(LIBEXT) : $(OBJDIR)lib$(PACKAGENAME).$(LIBEXT)
# $(CP) $(OBJDIR)lib$(PACKAGENAME).$(LIBEXT) $(LIBDIR)lib$(PA
www.eeworm.com/read/427330/1972322
c linux.c
#include
#include
#include
#include
#include
/* include/asm-arm/setup.h in linux */
/* The list ends with an ATAG_NONE node. */
#define ATAG_NO
www.eeworm.com/read/427042/1980367
pl linux.pl
#!/usr/local/bin/perl
#
# linux.pl - the standard unix makefile stuff.
#
$o='/';
$cp='/bin/cp';
$rm='/bin/rm -f';
# C compiler stuff
$cc='gcc';
if ($debug)
{ $cflags="-g2 -ggdb -DREF_CHECK -DCRYPT
www.eeworm.com/read/427042/1980736
linux install.linux
Common Install process for linux/UNIX.
$> tar -xvzf libosip-x.x.x.tar.gz
$> mkdir bld-linux
$> CFLAGS="-I/usr/local/include/" ../configure
$> make
$> make install (as root...)
www.eeworm.com/read/427042/1984426
linux install.linux
Common Install process for linux/UNIX.
1: compile/install libosip first.
$> tar -xvzf libosip2-x.x.x.tar.gz
$> CFLAGS="-I/usr/local/include/" ../configure
$> make
$> make install (as r
www.eeworm.com/read/426481/1990111
linux makefile.linux
CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall
CC=gcc
.y.c:
bison -d -o $@ $<
.l.c:
flex -o$@ $<
SRCS = main.c io.c x86emu.c int.c pci.c
OBJS = main.o io.o x86emu.o int.o pci.o
all :
www.eeworm.com/read/426481/1990131
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/425567/2005217
linux readme.linux
To compile under Linux.
----------------------
just run :
autoreconf -vif
./configure --with-mp4v2
make
sudo make install
about the xmms plugin.
---------------------
The xmms plugin need to be bu
www.eeworm.com/read/425562/2005811
linux readme.linux
To compile under Linux.
----------------------
just run :
autoreconf -vif
./configure --with-mp4v2
make
sudo make install
about the xmms plugin.
---------------------
The xmms plugin need to be bu