Edit

IABSD.fr/xenocara/lib/libX11/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-05-30 19:19:29
    Hash : 857c658f
    Message : Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@, shadchin@ on various architectures. Bump major.

  • lib/libX11/Makefile.am
  • if XLIB_LOADABLE_I18N
    ORDER=src modules
    else
    ORDER=modules src
    endif
    SUBDIRS=include $(ORDER) nls man
    
    ACLOCAL_AMFLAGS = -I m4
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = x11.pc x11-xcb.pc
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL
    
    if LINT
    # Check source code with tools like lint & sparse
    LINT_SUBDIRS=src # modules
    
    lint:
    	@for subdir in $(LINT_SUBDIRS) ; do \
    		echo "Making $@ in $$subdir"; \
    		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
    	done
    endif LINT