代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/189334/8475058
makefile
#############################################################################
# Makefile for building ex4
# Generated by tmake at 10:33, 2006/09/05
# Project: ex4
# Template: app
##############
www.eeworm.com/read/189334/8475080
makefile
#############################################################################
# Makefile for building ex1
# Generated by tmake at 16:20, 2006/08/28
# Project: ex1
# Template: app
##############
www.eeworm.com/read/189334/8475085
makefile
#############################################################################
# Makefile for building ex2
# Generated by tmake at 17:44, 2006/08/28
# Project: ex2
# Template: app
##############
www.eeworm.com/read/390081/8486700
makefile
objects=tree.o
run:$(objects)
flex lcmm.l
yacc -v ycmm.y
cc -o run -g lex.yy.c y.tab.c ${objects} -ly -lfl
tree.o:tree.h
cc -c -g tree.c
clean:
rm run $(objects) lex.yy.c y.tab.c y.output
www.eeworm.com/read/390080/8486885
makefile
objects=main.o scan.o util.o parse.o
cmm:$(objects)
cc -o cmm -g $(objects)
main.o:globals.h scan.h
cc -c -g main.c
scan.o:globals.h scan.h util.h
cc -c -g scan.c
util.o:globals.h util.h
cc -c -g
www.eeworm.com/read/189063/8492131
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/188621/8524399
html license-oro.html
Copyright and License Statement of Original Reusable Objects, Inc.
www.eeworm.com/read/188387/8544319
dep easyweb_at91sam7x.dep
Dependencies for Project 'easyweb', Target 'AT91SAM7X': (DO NOT MODIFY !)
F (.\webpage.html)(0x45379584)()
F (.\easyweb.c)(0x44C55B44)( --thumb -c --device DARMATS -g -O0 --apcs=interwork -I "C:\Kei
www.eeworm.com/read/188387/8544335
plg easyweb.plg
礦ision3 Build Log
Project:
G:\下载缓冲区\EasyWEB\EasyWEB\easyweb.uv2
Project File Date: 07/25/2006
Output:
Build target 'AT91SAM7X'
custom transla
www.eeworm.com/read/289527/8545837
makefile
CC = gcc
FLAGS = -o
FFLAGS = -c
REINC = -I.
OBJECTS = filter.o imgfile.o least.o deprint.o ppmfile.o -lm
resample: resample.c resample.h $(OBJECTS)
$(CC) $(FLAGS) resample resample.c $(OBJECT