Pārlūkot izejas kodu

mesa: Build both software rasterizers for debug

   But put the gallium one in lib/gallium
tags/mesa_20090313
Jakob Bornecrantz pirms 16 gadiem
vecāks
revīzija
767b1acbb7
2 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 1
    1
      configs/default
  2. 5
    3
      src/gallium/winsys/xlib/Makefile

+ 1
- 1
configs/default Parādīt failu

@@ -81,7 +81,7 @@ MOTIF_CFLAGS = -I/usr/include/Motif1.2
LIB_DIR = lib
SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glew glw
GLU_DIRS = sgi
DRIVER_DIRS =
DRIVER_DIRS = x11 osmesa
# Which subdirs under $(TOP)/progs/ to enter:
PROGRAM_DIRS = demos redbook samples glsl xdemos


+ 5
- 3
src/gallium/winsys/xlib/Makefile Parādīt failu

@@ -62,15 +62,17 @@ LIBS = \



default: $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME)
default: $(TOP)/$(LIB_DIR)/gallium $(TOP)/$(LIB_DIR)/gallium/$(GL_LIB_NAME)

$(TOP)/$(LIB_DIR)/gallium:
@ mkdir -p $(TOP)/$(LIB_DIR)/gallium

# Make the libGL.so library
$(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(XLIB_WINSYS_OBJECTS) $(LIBS) Makefile
$(TOP)/$(LIB_DIR)/gallium/$(GL_LIB_NAME): $(XLIB_WINSYS_OBJECTS) $(LIBS) Makefile
$(TOP)/bin/mklib -o $(GL_LIB) \
-linker "$(CC)" \
-major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
-install $(TOP)/$(LIB_DIR) \
-install $(TOP)/$(LIB_DIR)/gallium \
$(MKLIB_OPTIONS) $(XLIB_WINSYS_OBJECTS) \
--start-group $(LIBS) --end-group $(GL_LIB_DEPS)


Notiek ielāde…
Atcelt
Saglabāt