代码搜索:objects

找到约 10,000 项符合「objects」的源代码

代码结果 10,000
www.eeworm.com/read/360190/10107240

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak
www.eeworm.com/read/360071/10110401

tra lpc2148_uarttest.tra

*** Creating Trace Output File 'LPC2148_UartTest.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '"startup.o"' ### List of Objects: adding '"main.o"
www.eeworm.com/read/359600/10134344

tra adc.tra

*** Creating Trace Output File '..\obj\ADC.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '"..\obj\stm32f10x_vector.o"' ### List of Objects: adding
www.eeworm.com/read/163812/10144330

makefile

CC = gcc CFLAGS += -Wall -O3 -g -I/usr/local/ssl/include \ -DLINUX -D__VXWORKS_OS__ -DHAVE_CONFIG_H \ -I../flutelib LFLAGS += -DLINUX -D__VXWORKS_OS__ -L../lib \ -L/usr/local/ssl/lib -lz -lfluteli
www.eeworm.com/read/359302/10156604

tra ckos.tra

*** Creating Trace Output File 'ckOS.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '"aduc702x.o"' ### List of Objects: adding '"app.o"' ### List
www.eeworm.com/read/358946/10174881

makefile

# flexible makefile # SOURCES = main.c \ sim.c \ turbo.c \ PROGRAM = dec LIBS = -lm CFLAGS = -g CPPFLAGS= LDFLAGS= CC = gcc LINK.c = $(CC) DEBUG = -g OBJECTS = $(SOURCES:.c=.o) .KEEP_STAT
www.eeworm.com/read/358713/10181168

tra sdramtest.tra

*** Creating Trace Output File '.\IRAM\SdramTest.tra' Ok. ### Preparing for ADS-LD. ### Creating ADS-LD Command Line ### List of Objects: adding '".\iram\sam7.o"' ### List of Objects: adding '".\i
www.eeworm.com/read/358016/10197381

d retarget.d

.\Objects\retarget.o: Retarget.c .\Objects\retarget.o: D:\Program Files\Keil\mdk320\ARM\RV31\INC\rt_misc.h
www.eeworm.com/read/357994/10197752

linux makefile.linux

PROJECT = ora2mysql WORKDIR = . INCLUDEDIR = -I. -I$(ACE_ROOT) -I $(ORACLE_HOME)/network/public \ -I $(ORACLE_HOME)/rdbms/demo \ -I $(ORACLE_HOME)/rdbms/public
www.eeworm.com/read/357852/10200209

makefile-abbreviated

# Exerpts from a makefile ####### Compiler, tools and options CC = gcc # executable for C compiler CXX = g++ # executable for c++ compiler LINK = g++ # exe