[PATCH 2/5] xfree86/linux: cleanup Makefile.am

Peter Hutterer peter.hutterer at who-t.net
Sun Dec 8 17:01:40 PST 2013


On Sat, Dec 07, 2013 at 04:48:47PM +0100, Daniel Martin wrote:
> Indent source filenames with one tab and sort them.
> 
> Signed-off-by: Daniel Martin <consume.noise at gmail.com>

Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

Cheers,
   Peter

> ---
>  hw/xfree86/os-support/linux/Makefile.am | 29 +++++++++++++++++------------
>  1 file changed, 17 insertions(+), 12 deletions(-)
> 
> diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am
> index 83e7e00..e7be8c9 100644
> --- a/hw/xfree86/os-support/linux/Makefile.am
> +++ b/hw/xfree86/os-support/linux/Makefile.am
> @@ -3,8 +3,8 @@ noinst_LTLIBRARIES = liblinux.la
>  if LINUX_ALPHA
>  noinst_LTLIBRARIES += liblinuxev56.la
>  PLATFORM_PCI_SUPPORT = \
> -       $(srcdir)/lnx_axp.c \
> -       $(srcdir)/../shared/xf86Axp.c
> +	$(srcdir)/../shared/xf86Axp.c \
> +	$(srcdir)/lnx_axp.c
>  
>  liblinuxev56_la_CFLAGS = $(AM_CFLAGS) -mcpu=ev56
>  
> @@ -21,16 +21,21 @@ APM_SRCS = lnx_apm.c
>  XORG_CFLAGS += -DHAVE_APM
>  endif
>  
> -liblinux_la_SOURCES = lnx_init.c lnx_video.c \
> -                     lnx_agp.c lnx_kmod.c lnx_bell.c lnx_platform.c \
> -                     $(srcdir)/../shared/bios_mmap.c \
> -		     $(srcdir)/../shared/VTsw_usl.c \
> -		     $(srcdir)/../shared/posix_tty.c \
> -                     $(srcdir)/../shared/vidmem.c \
> -		     $(srcdir)/../shared/sigio.c \
> -                     $(ACPI_SRCS) \
> -                     $(APM_SRCS) \
> -                     $(PLATFORM_PCI_SUPPORT)
> +liblinux_la_SOURCES = \
> +	$(srcdir)/../shared/VTsw_usl.c \
> +	$(srcdir)/../shared/bios_mmap.c \
> +	$(srcdir)/../shared/posix_tty.c \
> +	$(srcdir)/../shared/sigio.c \
> +	$(srcdir)/../shared/vidmem.c \
> +	$(ACPI_SRCS) \
> +	$(APM_SRCS) \
> +	$(PLATFORM_PCI_SUPPORT) \
> +	lnx_agp.c \
> +	lnx_bell.c \
> +	lnx_init.c \
> +	lnx_kmod.c \
> +	lnx_platform.c \
> +	lnx_video.c
>  
>  AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(DIX_CFLAGS) $(XORG_CFLAGS) $(PLATFORM_DEFINES)
>  
> -- 
> 1.8.4.2
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 


More information about the xorg-devel mailing list