mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
widl_headers = \
|
|
include/d3d12.h
|
|
|
|
BUILT_SOURCES = $(widl_headers)
|
|
CLEANFILES = $(widl_headers)
|
|
|
|
$(widl_headers): %.h: %.idl
|
|
$(WIDL) -o $@ $<
|