mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 10:58:15 +02:00
d3d1x: add autogenerated files as prerequisites, so make builds them
This commit is contained in:
parent
36a64bfe54
commit
bccd4eb824
1 changed files with 3 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
|||
LIBNAME=d3d1xshader
|
||||
CPP_SOURCES=$(wildcard src/*.cpp)
|
||||
CPP_SOURCES=$(wildcard src/*.cpp) src/sm4_text.cpp
|
||||
LIBRARY_INCLUDES=-Iinclude -I../d3dapi -I../w32api
|
||||
PROGS=tools/fxdis
|
||||
LIBS=libd3d1xshader.a
|
||||
|
||||
include ../Makefile.inc
|
||||
|
||||
include/sm4.h: include/sm4_defs.h
|
||||
|
||||
include/sm4_defs.h: $(wildcard defs/*.txt)
|
||||
./gen-header.sh $^ > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue