is there no shortcut for $(srcdir)/../shared/ ?

re,
 wh

Am 07.12.2013 16:48, schrieb Daniel Martin:
> Indent source filenames with one tab and sort them.
> 
> Signed-off-by: Daniel Martin <consume.no...@gmail.com>
> ---
>  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)
>  
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to