代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/315110/13551915
sh libgtop-mirror.sh
#!/bin/sh
AUTODIR=/home/norwegen/auto
CVSROOT=/pub/master/home-of-linux
CVSHOST=cvs:
MODULE=libgtop
rm -rf $AUTODIR || exit 1
mkdir $AUTODIR || exit 1
cd $AUTODIR || exit 1
echo "Making cpio archiv
www.eeworm.com/read/314066/13575681
tlg tx2bit.tlg
Selecting top level module tx2bit
Synthesizing module GND
Synthesizing module VCC
Synthesizing module INV
Synthesizing module FDC
@E:"E:\work\6-1\m2_1.v":58:10:58:11|Reference to undefined module
www.eeworm.com/read/130385/14196117
license
This library is free for any non-profit making, educational or any
non-commercial use.
www.eeworm.com/read/123453/14630136
changelog
2003-04-29 Marcel Jansen
* Alpha release 0.1
based on ...
2003-02-17 Stipe Tolj
* Making development release 1.3.1.
www.eeworm.com/read/119112/14838938
license
This library is free for any non-profit making, educational or any
non-commercial use.
www.eeworm.com/read/212230/15162632
makefile
CC = gcc
targets = create_image
%.o : %.c
@echo Making $<
$(CC) -Wall $< -o $@
all: $(targets)
clean:
@rm -f $(targets)
@rm -f *.bak
www.eeworm.com/read/212230/15162651
makefile
INCLUDE = ../include
include ../makefile.os
ASMOBJS =
ASMFILES= $(ASMOBJS:%.o=%.asm)
COBJS = ../obj/boot.bin ../obj/setup.bin
CFILES := $(COBJS:%.o=%.c)
OBJS = $(COBJS) $(ASMOBJS)
OBJ_DIR=
www.eeworm.com/read/212230/15162724
makefile
INCLUDE = ../include
include ../makefile.os
ASMOBJS =
ASMFILES= $(ASMOBJS:%.o=%.asm)
COBJS = ../obj/main.o
CFILES := $(COBJS:%.o=%.c)
OBJS = $(COBJS) $(ASMOBJS)
OBJ_DIR= ../obj/
$(OBJ_DI
www.eeworm.com/read/158865/5593119
exp smstruct.exp
catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
verbose "Makeinfo output: $maki_out" 1
if [string match \
"Making*file*smstruct*from*smst