代码搜索:X

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

代码结果 10,000
www.eeworm.com/read/186388/5233614

x-dguxbcs

CC = gcc BISONFLAGS = -l USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) STMP_FIXPROTO =
www.eeworm.com/read/186388/5233657

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
www.eeworm.com/read/186388/5233690

x-vsta

CLIB=-lm
www.eeworm.com/read/186388/5233694

x-cygwin

# Don't run fixproto STMP_FIXPROTO = # prefix.c wants to poke around the Registry CLIB = -ladvapi32
www.eeworm.com/read/186388/5233706

x-dgux

# # host is ix86 running dgux # CC = /bin/gcc X_CFLAGS = -O -mstandard -mlegend BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS) CLIB = -lw32 RANLIB = true USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEA
www.eeworm.com/read/186388/5233726

x-sco

RANLIB = : RANLIB_TEST = false CC = rcc $(RCCFLAGS) OLDCC = rcc $(RCCFLAGS) RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0 CCLIBFLAGS = CLIB = -lmalloc -lPW
www.eeworm.com/read/186388/5233743

x-next

# Make assignments for compiling on NeXT with their compiler version. CC=cc -traditional-cpp OLDCC=cc -traditional-cpp
www.eeworm.com/read/186388/5233783

x-osfrose

# Define CC and OLDCC as the same, so that the tests: # if [ x"$(OLDCC)" = x"$(CC)" ] ... # # will succeed (if OLDCC != CC, it is assumed that GCC is # being used in secondary stage builds). BUILD =
www.eeworm.com/read/186388/5233790

x-isc

CLIB = -lPW -lcposix X_CFLAGS = -D_POSIX_SOURCE ENQUIRE_LDFLAGS = -posix $(LDFLAGS)
www.eeworm.com/read/186388/5233791

x-djgpp

# translate the version string, so it can be used on DJGPP, where only # one dot in filename is allowed # to avoid recursion when redefining $(version) _version:=$(version) __version=$(subst ., ,$(_v