xserver-multidpi/hw/xnest/Makefile.am

74 lines
1.1 KiB
Makefile
Raw Normal View History

2005-07-14 05:32:09 +02:00
bin_PROGRAMS = Xnest
SRCS = Args.c \
Args.h \
Color.c \
Color.h \
Cursor.c \
Display.c \
Display.h \
Drawable.h \
Events.c \
Events.h \
Font.c \
GC.c \
GCOps.c \
GCOps.h \
GetTime.c \
Handlers.c \
Handlers.h \
Init.c \
Init.h \
Keyboard.c \
Keyboard.h \
Pixmap.c \
Pointer.c \
Pointer.h \
Screen.c \
Screen.h \
TestExt.c \
Visual.c \
Visual.h \
Window.c \
XNCursor.h \
Xnest.h \
XNFont.h \
XNGC.h \
XNPixmap.h \
XNWindow.h \
2005-07-29 01:28:34 +02:00
xnest-config.h \
2005-07-14 05:32:09 +02:00
$(top_srcdir)/Xext/dpmsstubs.c \
$(top_srcdir)/Xi/stubs.c \
$(top_srcdir)/mi/miinitext.c \
$(top_srcdir)/fb/fbcmap.c
Xnest_SOURCES = $(SRCS)
Xnest_LDADD = $(XORG_CORE_LIBS) \
$(XNEST_LIBS) \
$(XNESTMODULES_LIBS)
Xnest_LDFLAGS =
AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \
-DNO_HW_ONLY_EXTS \
-DXFree86Server \
2005-07-14 05:32:09 +02:00
$(XNESTMODULES_CFLAGS)
2005-07-29 01:28:34 +02:00
EXTRA_DIST = os2Stub.c \
icon \
screensaver \
Xnest.man.pre
2005-07-14 05:32:09 +02:00
# -UDPMSExtension for miinitext? can't put into
# OS_DEFINES???
# EXT_DEFINES???
# ICONFIGFILES -- SpecialCObjectRule
man1_MANS = Xnest.man
CLEANFILES = $(man1_MANS)
include $(top_srcdir)/cpprules.in