Edit

IABSD.fr/xenocara/xserver/hw/xnest/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2021-11-11 09:03:02
    Hash : e086cf5a
    Message : Update to xserver 21.1.0

  • xserver/hw/xnest/Makefile.am
  • SUBDIRS = man
    
    bin_PROGRAMS = Xnest
    
    AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \
                $(DIX_CFLAGS) \
                $(XNESTMODULES_CFLAGS)
    
    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 \
    	Handlers.c \
    	Handlers.h \
    	Init.c \
    	Init.h \
    	Keyboard.c \
    	Keyboard.h \
    	Pixmap.c \
    	Pointer.c \
    	Pointer.h \
    	Screen.c \
    	Screen.h \
    	Visual.c \
    	Visual.h \
    	Window.c \
    	XNCursor.h \
    	Xnest.h \
    	XNFont.h \
    	XNGC.h \
    	XNPixmap.h \
    	XNWindow.h \
    	xnest-config.h \
    	$(top_srcdir)/mi/miinitext.c \
    	$(top_srcdir)/mi/miinitext.h
    
    XNEST_LIBS = \
            @XNEST_LIBS@ \
    	$(top_builddir)/Xi/libXistubs.la
    
    Xnest_SOURCES = $(SRCS)
    
    Xnest_DEPENDENCIES = $(XNEST_LIBS)
    Xnest_LDADD = $(XNEST_LIBS) $(XNEST_SYS_LIBS) $(XSERVER_SYS_LIBS)
    Xnest_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
    
    EXTRA_DIST = icon \
                 screensaver
    
    relink:
    	$(AM_V_at)rm -f Xnest$(EXEEXT) && $(MAKE) Xnest$(EXEEXT)