Apply autotools on build system 60/143760/19
authorHoyub Lee <hoyub.lee@samsung.com>
Fri, 11 Aug 2017 07:10:02 +0000 (16:10 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Tue, 22 Aug 2017 05:35:03 +0000 (14:35 +0900)
commitbeb04b1cb0fd54380610e2b4500f0d2c68d5851f
tree4d106635cbba1aee8b17ca72c51db0c343a9cea4
parenta7cb77ec23ee3ddd5776d9d48da8d826e961f778
Apply autotools on build system

Applying autotools on build system provides following benefits:

  - Many open source projects are using autotools, so with autotools
    applied, open source developers can easily understand our project's
    build system.

  - Autotools provides many powerful features like powerful
    cross-compilation, diverse and useful command options for build,
    configure many parts automatically, and so on.

  - Human errors on writing Makefile can be reduced.

Change-Id: I62a6129fa4a9a0fb6ab48509ef163ea7fc0369b9
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
packaging/libtpl-egl.spec
pkgconfig/CMakeLists.txt [deleted file]
pkgconfig/Makefile.am [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/tpl_internal.h
src/wayland-egl/Makefile [deleted file]
src/wayland-egl/Makefile.am [new file with mode: 0644]
src/wayland-vulkan/Makefile [deleted file]