30 lines
660 B
Makefile
30 lines
660 B
Makefile
|
noinst_LIBRARIES = libxf86modes.a
|
||
|
|
||
|
libxf86modes_a_SOURCES = \
|
||
|
xf86Crtc.c \
|
||
|
xf86Crtc.h \
|
||
|
xf86Cursors.c \
|
||
|
xf86cvt.c \
|
||
|
xf86DiDGA.c \
|
||
|
xf86EdidModes.c \
|
||
|
xf86Modes.c \
|
||
|
xf86Modes.h \
|
||
|
xf86RandR12.c \
|
||
|
xf86RandR12.h \
|
||
|
xf86Rename.h \
|
||
|
xf86Rotate.c
|
||
|
|
||
|
INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
|
||
|
-I$(srcdir)/../loader -I$(srcdir)/../rac -I$(srcdir)/../parser \
|
||
|
-I$(srcdir)/../scanpci -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
|
||
|
-I$(srcdir)/../vgahw -I$(srcdir)/../ramdac \
|
||
|
-I$(srcdir)/../dixmods/extmod
|
||
|
|
||
|
sdk_HEADERS = \
|
||
|
xf86Crtc.h \
|
||
|
xf86Modes.h \
|
||
|
xf86RandR12.h \
|
||
|
xf86Rename.h
|
||
|
|
||
|
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
|