xserver/hw/kdrive/ephyr/Makefile.am

49 lines
931 B
Text
Raw Normal View History

2004-08-31 16:33:05 +00:00
INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@ \
-I$(srcdir)/../../../exa
2004-08-31 16:33:05 +00:00
2007-07-21 12:08:39 +02:00
noinst_LIBRARIES = libxephyr-hostx.a libxephyr-hostxv.a libxephyr.a
2004-08-31 16:33:05 +00:00
bin_PROGRAMS = Xephyr
libxephyr_hostx_a_SOURCES = \
hostx.c \
2007-07-21 12:08:39 +02:00
hostx.h
libxephyr_hostx_a_INCLUDES = @XEPHYR_INCS@
2004-08-31 16:33:05 +00:00
2007-07-21 12:08:39 +02:00
libxephyr_hostxv_a_SOURCES= \
ephyrhostvideo.c \
ephyrhostvideo.h
libxephyr_a_SOURCES = \
ephyr.c \
ephyr_draw.c \
ephyrvideo.c \
os.c \
hostx.h \
ephyr.h \
ephyrlog.h
2004-08-31 16:33:05 +00:00
Xephyr_SOURCES = \
ephyrinit.c
Xephyr_LDADD = \
libxephyr.a \
libxephyr-hostx.a \
2007-07-21 12:08:39 +02:00
libxephyr-hostxv.a \
../../../exa/libexa.la \
2004-08-31 16:33:05 +00:00
@KDRIVE_LIBS@ \
@XEPHYR_LIBS@
Xephyr_DEPENDENCIES = \
libxephyr.a \
libxephyr-hostx.a \
2007-07-21 12:08:39 +02:00
libxephyr-hostxv.a \
@KDRIVE_LOCAL_LIBS@
relink:
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)