makefile
来自「Mesa is an open-source implementation of」· 代码 · 共 47 行
TXT
47 行
# src/mesa/x86/MakefileTOP = ../../..include $(TOP)/configs/currentINCLUDE_DIRS = \ -I$(TOP)/include/GL \ -I$(TOP)/include \ -I.. \ -I../main \ -I../math \ -I../glapi \ -I../tnldefault: gen_matypes matypes.hclean: -rm -f matypes.h gen_matypesgen_matypes: gen_matypes.c $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes# need some special rules here, unfortunatelymatypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes ./gen_matypes > matypes.hcommon_x86_asm.o: matypes.h3dnow_normal.o: matypes.h3dnow_xform1.o: matypes.h3dnow_xform2.o: matypes.h3dnow_xform3.o: matypes.h3dnow_xform4.o: matypes.hmmx_blend.o: matypes.hsse_normal.o: matypes.hsse_xform1.o: matypes.hsse_xform2.o: matypes.hsse_xform3.o: matypes.hsse_xform4.o: matypes.hx86_cliptest.o: matypes.hx86_xform2.o: matypes.hx86_xform3.o: matypes.hx86_xform4.o: matypes.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?