代码搜索:BasePath
找到约 4,802 项符合「BasePath」的源代码
代码结果 4,802
www.eeworm.com/read/208315/4993847
makefile
#ecnegrevid 2001.7.20
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = cgiman
.SUFFIXES: .o .c
.c.o: ; gcc -g -c $*.c $(CFLAGS)
all: $(PROGNAME)
ifeq (.depend,$(wildcard .depend))
www.eeworm.com/read/208315/4993918
makefile
#ecnegrevid 2001.7.20
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = ncce cgincce
.SUFFIXES: .o .c
.c.o: ; gcc -g -c $*.c $(CFLAGS)
all: $(PROGNAME)
ifeq (.depend,$(wildcard .de
www.eeworm.com/read/208315/4993934
makefile
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = tetris
.SUFFIXES: .o .c
.c.o: ; gcc -g -c $*.c $(CFLAGS)
all: $(PROGNAME)
ifeq (.depend,$(wildcard .depend))
include .depend
endif
www.eeworm.com/read/208315/4993689
makefile
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
BIN:= an anall
.PHONY:all install clean
all:$(BIN)
an: an.c
$(CC) -o $@ $(CFLAGS) $< $(BBSLIB)
anall:anall.c
$(CC) -o $@ $< $(CFLAGS)
all: $(BIN)
www.eeworm.com/read/208315/4993832
makefile
# Makefile for bbsinnd
# The source code directory for BBS (include bbs.h, ...)
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
OBJ = bbspost.o
all: bbspost
COBJS :=$(CFILE:.c=.o)
.c.o: ;
www.eeworm.com/read/208315/4993923
makefile
#ylsdd 2002/11/19
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = cgifreeip freeip
.SUFFIXES: .o .c
.c.o: ; gcc -g -c $*.c $(CFLAGS)
all: $(PROGNAME)
ifeq (.depend,$(wildcard .dep
www.eeworm.com/read/208315/4993685
makefile
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = jingcai
CFILE = jingcai.c
COBJS :=$(CFILE:.c=.o)
.c.o: ; $(CC) -c $*.c $(OS_DEF) $(CFLAGS) $(CPPFLAGS)
all: $(PROGNAME)
ifeq (.d
www.eeworm.com/read/208315/4993882
makefile
#ylsdd 2002/11/19
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = cgifreeip freeip qqip sortip
.SUFFIXES: .o .c
.c.o: ; gcc -g -c $*.c $(CFLAGS)
all: $(PROGNAME)
ifeq (.depend,$(w