xserver-multidpi/hw/xfree86/parser/Makefile.am

42 lines
627 B
Makefile
Raw Normal View History

noinst_LTLIBRARIES = libxf86config_internal.la
INTERNAL_SOURCES= \
Device.c \
Files.c \
Flags.c \
Input.c \
InputClass.c \
OutputClass.c \
Layout.c \
Module.c \
Video.c \
Monitor.c \
Pointer.c \
Screen.c \
Vendor.c \
read.c \
scan.c \
write.c \
DRI.c \
Extensions.c
2005-07-01 22:29:53 +02:00
libxf86config_internal_la_SOURCES = \
$(INTERNAL_SOURCES)
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-DDATADIR=\"$(datadir)\"
2005-07-01 22:29:53 +02:00
EXTRA_DIST = \
Configint.h \
configProcs.h \
xf86Optrec.h \
xf86Parser.h \
xf86tokens.h
sdk_HEADERS = \
xf86Parser.h \
xf86Optrec.h
AM_CPPFLAGS = -I$(srcdir)/../common