vkd3d/Makefile.am

11 lines
168 B
Makefile
Raw Normal View History

2016-09-21 00:05:15 -07:00
ACLOCAL_AMFLAGS = -I m4
2016-09-21 03:57:24 -07:00
widl_headers = \
include/d3d12.h
BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers)
$(widl_headers): %.h: %.idl
$(WIDL) -o $@ $<