代码搜索结果
找到约 10,000 项符合
ARM 的代码
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th
makefile.arm
#############################################################################
# Makefile for building hello
# Generated by tmake at 15:53, 2004/06/28
# Project: hello
# Template: app
##########
makefile_arm
CC=/usr/local/arm/2.95.3/bin/arm-linux-gcc
seccess:MyHost.c MyHost.h Arm_Client.c Arm_Server.c
$(CC) -c MyHost.c
$(CC) -o Arm_Client Arm_Client.c MyHost.o
rm *.o
gcc -c MyHost.c
gcc -o Arm_Serve
arm.txt
#include
#include
#include
#include
#pragma comment( lib, "glut32.lib")
#pragma comment( lib, "opengl32.lib")
#pragma comment( lib, "glu32.lib")
#pr
makefile.arm
##############################
# servfox Makefile
##############################
INSTALLROOT=$(PWD)
CC=arm-linux-gcc
INSTALL=install
BIN=/usr/local/bin
SERVFLAGS= -O2 -DLINUX $(WARNINGS)
SERVLIBS