Introduce configure script (#3180)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 18 Oct 2018 06:17:21 +0000 (15:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 18 Oct 2018 06:17:21 +0000 (15:17 +0900)
commit3174d7058d6deee612aa32999ca6875a28faebef
tree8cdd5ecbbe83b3debdb4a55d20d89f3b64ccc09a
parent0ea8ffd5527ceec1c7ad145cef17deaed2fca59f
Introduce configure script (#3180)

* Introduce configure script

Introduce configure script
- prepare to use this script instead of Makefile
- Howto: On project root, "./run configure" with environment variable setting

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix

- Generate install path and alias
- Change variable name for build/install path alias

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix and remove unused variable

- Remove unused variable
- Fix bug: string compare to substring

* Change all tab to space
scripts/build.configuration [new file with mode: 0644]
scripts/command/configure [new file with mode: 0644]