Makefile revision 10e3b9f4d029df5c6c01a5d76c9085c48d82ac43
1TOP = ../../../../.. 2include $(TOP)/configs/current 3 4LIBNAME = nouveaudrm 5 6C_SOURCES = nouveau_drm_winsys.c 7 8LIBRARY_INCLUDES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-I) 9LIBRARY_DEFINES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-other) 10 11include ../../../Makefile.template 12