aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2014-02-25Makefile cleanupPetri Savolainen
- Enabled test level make / make clean without install - Main level Makefile installs files still by default - Moved common stuff into odp/Makefile.inc and odp/test/Makefile.inc Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>
2014-02-17makefiles: make the test depend on the install dirAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-17Makefiles: move rm, cp, echo into Makefile.incAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-17correct the install dependenciesAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-17Makefile: set ODP_ROOT to PWDAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-11Makefile: fix install bugAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-05reorganize makefileMaxim Uvarov
Reorganize source file folder, clean up Makefiles, rename odp.a to libodp.a, install to /usr/local by default Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-01-29Makefiles: enable/disable default debug settingsAnders Roxell
Enable debug output on all the test applications per default. Disable debug output on the lib per default. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-01-15all target did not build docsmike-holmes
Change-Id: I69cb9b99effc707ec8fce8c7d58de6fcc1277a48
2014-01-06Make should not build the docs by defaultmike-holmes
Change-Id: I41f7727740a4fb20083fd822a5bdf34792afe460
2013-12-30tree-wide: introduce SPDX Unique License IdentifiersKim Phillips
ODP includes big blocks of License headers in all files. This not only blows up the source code with mostly redundant information, but also makes it very difficult to generate License Clearing Reports. An additional problem is that even the same licenses are referred to by a number of slightly varying text blocks (full, abbreviated, different indentation, line wrapping and/or white space, with obsolete address information, ...) which makes automatic processing a nightmare. To make this easier, such license headers in the source files will be replaced with a single line reference to Unique License Identifiers as defined by the Linux Foundation's SPDX project [1]. I.e, in a source file the full BSD 3-clause header text will be replaced by a single line: SPDX-License-Identifier: BSD-3-Clause We use the SPDX Unique License Identifiers here; these are available at [2]. Note: From the legal point of view, this patch is supposed to be only a change to the textual representation of the license information, but in no way any change to the actual license terms. With this patch applied, all files will still be licensed under the same terms they were before. [1] http://spdx.org/ [2] http://spdx.org/licenses/ Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
2013-12-27compiler agnostic fixMaxim Uvarov
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2013-12-26no install in arch directoryMaxim Uvarov
Odp is static library. No install target under arch directory, remove reference from top level makefile and fix make install work. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2013-12-18remove redundant files and adjust top level makefilesMaxim Uvarov
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>