代码搜索结果

找到约 10,000 项符合 X 的代码

x-beos

# configuration for BeOS INSTALL=install -c # Show we need to use the C version of ALLOCA ALLOCA=alloca.o # Use it regardless of whether we are compiling with gcc or not. USE_ALLOCA= `echo "${ALLOCA}

x-mach

# configuration for IBM rs6000 running MACH # Show we need to use the C version of ALLOCA ALLOCA=alloca.o # For some reason, we need -lm for cc1. CLIB=-lm

x-pyr

CLIB=-lc /usr/.attlib/libPW.a

x-convex

# ld can make exe's c2-only if this lib is searched even though not loaded CCLIBFLAGS = -tm c1 # Use -pcc to avoid surprises. CC = cc -pcc

x-dgux

CC = gcc BISONFLAGS = -l USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) STMP_FIXPROTO = X_CFLAGS = -O -mstandard -mlegend

x-dolph

# Use link editor directives to make NULL pointers point to # invalid addresses. EXTRA_PARTS=crtbegin.o crtend.o gcc.ld gcc.ld: $(srcdir)/config/m88k/dolphin.ld rm -f gcc.ld; cp $(srcdir)/config/m

x-dguxbcs

CC = gcc BISONFLAGS = -l USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) STMP_FIXPROTO =

x-winnt

STMP_FIXPROTO = OTHER_FIXINCLUDES_DIRS=${srcdir} RANLIB = : RANLIB_TEST = false OLDCC = cl MAKE = make SHELL = sh SYMLINK = cp INSTALL = $(srcdir)/install.sh -c .SUFFIXES: .obj .c.obj: $(CC) -c $(ALL

x-cygwin

# Don't run fixproto STMP_FIXPROTO = # prefix.c wants to poke around the Registry CLIB = -ladvapi32