代码搜索:MAKEFILE
找到约 10,000 项符合「MAKEFILE」的源代码
代码结果 10,000
www.eeworm.com/read/292372/8360051
makefile
CC = gcc
CFLAGS = -Wall -O3
LDFLAGS=
OBJECTS = libGIS-1.0.0/atmel_generic.o libGIS-1.0.0/ihex.o libGIS-1.0.0/srecord.o avr_instructionset.o avr_disasm.o format_disasm.o file_disasm.o ui_disasm.o
PROGN
www.eeworm.com/read/292354/8360369
makefile
##############################
# servfox Makefile
##############################
INSTALLROOT=$(PWD)
CC=/usr/local/arm/2.95.3/bin/arm-linux-gcc
INSTALL=install
BIN=/usr/local/bin
#BIN=/usr/local/arm/
www.eeworm.com/read/292338/8360646
makefile
#####################################################################
#
# Created by u'nSP IDE 21:54:40 08/21/06
#
##############################################################
www.eeworm.com/read/292337/8360690
makefile
#####################################################################
#
# Created by u'nSP IDE 14:58:18 08/11/06
#
##############################################################
www.eeworm.com/read/292336/8360737
makefile
#####################################################################
#
# Created by u'nSP IDE 10:07:03 08/02/06
#
##############################################################
www.eeworm.com/read/292294/8361777
makefile
# *********************************************
# NAME: makefile
# DESC: makefile for 2442 8-bit loader
# HISTORY:
# 03.23.2002:purnnamu: first release
# 04.14.2003:DonGo: modifed for 2442.
www.eeworm.com/read/392097/8362893
makefile
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. If you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver componen
www.eeworm.com/read/392095/8362973
makefile
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. If you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver componen
www.eeworm.com/read/392025/8366715
makefile
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC = gprs
OBJS = main.o tty.o gprs.o keyshell.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
in
www.eeworm.com/read/392021/8366980
makefile
# Makefile for qhull and rbox
#Commands added for compilation on HP computers and for the MEX interface.
# This makefile should be called from ../.. in order to get definitions
# for INCLUDE and SFX