From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Rossi Subject: [PATCH 1/2] amdgpu: add Makefile.sources Date: Tue, 18 Aug 2015 11:43:56 +0200 Message-ID: <1439891037-3245-1-git-send-email-issor.oruam@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0437947260==" Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5D5946E3AA for ; Tue, 18 Aug 2015 02:44:07 -0700 (PDT) Received: by wicne3 with SMTP id ne3so95565512wic.1 for ; Tue, 18 Aug 2015 02:44:05 -0700 (PDT) Received: from utente-System-Product-Name.homenet.telecomitalia.it (host172-69-dynamic.24-79-r.retail.telecomitalia.it. [79.24.69.172]) by smtp.gmail.com with ESMTPSA id ja8sm20203042wjb.13.2015.08.18.02.44.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Aug 2015 02:44:05 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0437947260== Content-Type: text/plain; charset=y Content-Transfer-Encoding: quoted-printable --- amdgpu/Makefile.am | 18 ++++-------------- amdgpu/Makefile.sources | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 amdgpu/Makefile.sources diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am index ed97803..37f7198 100644 --- a/amdgpu/Makefile.am +++ b/amdgpu/Makefile.am @@ -22,6 +22,8 @@ # Authors: # J=C3=A9r=C3=B4me Glisse =20 +include Makefile.sources + AM_CFLAGS =3D \ $(WARN_CFLAGS) -Wno-switch-enum \ -I$(top_srcdir) \ @@ -33,22 +35,10 @@ libdrm_amdgpu_ladir =3D $(libdir) libdrm_amdgpu_la_LDFLAGS =3D -version-number 1:0:0 -no-undefined libdrm_amdgpu_la_LIBADD =3D ../libdrm.la @PTHREADSTUBS_LIBS@ =20 -libdrm_amdgpu_la_SOURCES =3D \ - amdgpu.h \ - amdgpu_bo.c \ - amdgpu_cs.c \ - amdgpu_device.c \ - amdgpu_gpu_info.c \ - amdgpu_internal.h \ - amdgpu_vamgr.c \ - util_hash.c \ - util_hash.h \ - util_hash_table.c \ - util_hash_table.h +libdrm_amdgpu_la_SOURCES =3D $(LIBDRM_AMDGPU_FILES) =20 libdrm_amdgpuincludedir =3D ${includedir}/libdrm -libdrm_amdgpuinclude_HEADERS =3D \ - amdgpu.h +libdrm_amdgpuinclude_HEADERS =3D $(LIBDRM_AMDGPU_H_FILES) =20 pkgconfigdir =3D @pkgconfigdir@ pkgconfig_DATA =3D libdrm_amdgpu.pc diff --git a/amdgpu/Makefile.sources b/amdgpu/Makefile.sources new file mode 100644 index 0000000..c359f17 --- /dev/null +++ b/amdgpu/Makefile.sources @@ -0,0 +1,15 @@ +LIBDRM_AMDGPU_FILES :=3D \ + amdgpu.h \ + amdgpu_bo.c \ + amdgpu_cs.c \ + amdgpu_device.c \ + amdgpu_gpu_info.c \ + amdgpu_internal.h \ + amdgpu_vamgr.c \ + util_hash.c \ + util_hash.h \ + util_hash_table.c \ + util_hash_table.h + +LIBDRM_AMDGPU_H_FILES :=3D \ + amdgpu.h --=20 2.1.4 --===============0437947260== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0437947260==--