1
2TOP = ../../../../..
3include $(TOP)/configs/current
4
5LIBNAME = radeonwinsys
6
7# get C_SOURCES
8include Makefile.sources
9
10LIBRARY_INCLUDES = -I$(TOP)/include \
11		   $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
12
13include ../../../Makefile.template
14
15symlinks:
16