mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 13:20:04 +01:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
INCLUDES = \
|
|
@KDRIVE_PURE_INCS@ \
|
|
@KDRIVE_CFLAGS@ \
|
|
@XSDL_INCS@
|
|
|
|
bin_PROGRAMS = Xsdl
|
|
|
|
Xsdl_SOURCES = sdl.c
|
|
|
|
Xsdl_LDADD = \
|
|
@KDRIVE_LIBS@ \
|
|
@XSDL_LIBS@
|
|
|
|
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
|
|
|
|
Xsdl_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
|
|
|
relink:
|
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|