Lines Matching refs:TOP
7 TOP = ../../../.. macro
8 include $(TOP)/configs/current
17 -I$(TOP)/include \
18 -I$(TOP)/src/mapi \
19 -I$(TOP)/src/mesa \
20 -I$(TOP)/src/mesa/main \
21 -I$(TOP)/src/gallium/include \
22 -I$(TOP)/src/gallium/drivers \
23 -I$(TOP)/src/gallium/state_trackers/glx/xlib \
24 -I$(TOP)/src/gallium/auxiliary \
43 $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
44 $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
45 $(TOP)/src/gallium/drivers/trace/libtrace.a \
46 $(TOP)/src/gallium/drivers/rbug/librbug.a \
47 $(TOP)/src/gallium/drivers/galahad/libgalahad.a \
48 $(TOP)/src/mapi/glapi/libglapi.a \
49 $(TOP)/src/mesa/libmesagallium.a \
55 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
62 GL_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(GLAPI_LIB) $(GL_LIB_DEPS)
76 default: $(TOP)/$(LIB_DIR)/gallium $(TOP)/$(LIB_DIR)/gallium/$(GL_LIB_NAME)
78 $(TOP)/$(LIB_DIR)/gallium:
79 @ mkdir -p $(TOP)/$(LIB_DIR)/gallium
82 $(TOP)/$(LIB_DIR)/gallium/$(GL_LIB_NAME): $(XLIB_TARGET_OBJECTS) $(LIBS) Makefile
83 $(TOP)/bin/mklib -o $(GL_LIB) \
87 -install $(TOP)/$(LIB_DIR)/gallium \
103 $(INSTALL) -m 644 $(TOP)/include/GL/*.h $(DESTDIR)$(INSTALL_DIR)/include/GL
104 @if [ -e $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) ]; then \
105 $(MINSTALL) $(TOP)/$(LIB_DIR)/libGL* $(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR); \
111 etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h