mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
vmware/xorg: Clean Makefile a bit
This commit is contained in:
parent
522e840a91
commit
77529a2cf2
1 changed files with 5 additions and 3 deletions
|
|
@ -20,6 +20,9 @@ LIBS = \
|
|||
$(TOP)/src/gallium/drivers/svga/libsvga.a \
|
||||
$(GALLIUM_AUXILIARIES)
|
||||
|
||||
LINKS = \
|
||||
$(shell pkg-config --libs libdrm)
|
||||
|
||||
DRIVER_DEFINES = \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
|
|
@ -31,9 +34,8 @@ TARGET_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET)
|
|||
|
||||
all default: $(TARGET) $(TARGET_STAGING)
|
||||
|
||||
$(TARGET): $(OBJECTS) Makefile $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a $(LIBS)
|
||||
$(TOP)/bin/mklib -noprefix -o $@ \
|
||||
$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm)
|
||||
$(TARGET): $(OBJECTS) Makefile $(LIBS)
|
||||
$(MKLIB) -noprefix -o $@ $(OBJECTS) $(LIBS) $(LINKS)
|
||||
|
||||
$(TOP)/$(LIB_DIR)/gallium:
|
||||
mkdir -p $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue