summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-06-18Separate 32 bit and 64 bit builds completely, control with LBITSKalle Vahlman
2012-06-18Fix Xalan setup for lcmoduleKalle Vahlman
2012-06-18Add build target for lcmodule and its configKalle Vahlman
2012-06-12Split libraries away from LDFLAGS to fix orderingKalle Vahlman
There is a linking issue if we give dependency libs before the object files on systems where ld's --as-needed is the default behaviour. If the dependency libs are listed before the objects, the symbols from those libs are not yet needed and thus the libraries are discarded.
2012-06-07Make Xalan path configurableKalle Vahlman
This allows us to use the Xalan from eg. Ubuntu packages rather than downloading it by hand.
2012-05-25Reconfigure output folderste-devAleksandar Bozhinovski
When using android build, intermediate build files now are placed in $OUT folder, not in the source folder. ST-Ericsson ID: 432503 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Id5b27ab3fae32a573ee684731bb17fb162920ec0 Depends-On: Ief5705e34a63b14cdd9506360bd0d8ce10458e95 Depends-On: Id2aa896b7a7dfd572bf589a22c0f4e41d1848370 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/58521 Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ALEKSOV <zoran.aleksov@seavus.com>
2012-05-25Restructure MakefileAleksandar Bozhinovski
ST-Ericsson ID: 413195 ST-Ericsson FOSS-OUT ID: NA Change-Id: Ia091cf22d30561765361cb2ffd67bb5b780c3c69 Depends-On: Ia31e8916a73aeb353d737045bf737e9c6e8f3c34 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/54106 Reviewed-by: QABUILD Reviewed-by: QATEST Tested-by: Aleksandar BOZHINOVSKI <aleksandar.bozhinovski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Reviewed-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com>
2012-05-25Auto-generate LcdVersion.cpp and lcm_version.cAleksandar Bozhinovski
LCD/LCM compatibility check was broken by introducing of mingw cross compiler. The functionality is brought back by auto-generating LcdVersion.cpp and lcm_version.c ST-Ericsson ID: 427380 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I6c18973d2a38484bdf3003b0edbf3f7b6dd8c34f Depends-On: I709f594c76bf1d0d0bf88ee205ef94bc772eed10 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/55202 Reviewed-by: QABUILD Tested-by: Blaze MILADINOV <blaze.miladinov@seavus.com> Reviewed-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com>
2012-05-25Improve error handlingAleksandar Bozhinovski
New LCD function added which for received error code number returns its short and long description. ST-Ericsson ID: 321379 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I9537fc920696e718e35127875ad8441405af8ed2 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/54515 Reviewed-by: QATEST Reviewed-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com> Tested-by: Vlatko STENKOSKI Tested-by: Aleksandar BOZHINOVSKI <aleksandar.bozhinovski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
2012-05-25Build Lcd Lcm .dll under LinuxAleksandar Bozhinovski
Build 32-bit and 64-bit LCD and LCM .dll under Linux using mingw cross compiler ST-Ericsson ID: 412641 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I9dbb0dfb17f1d51b1ee3528e5dae44cb0dc81a87 Change-Id: I814b561c243a56412fdc29f8b046a6a8648bd297 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/47975 Reviewed-by: QABUILD Reviewed-by: QATEST Tested-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com> Reviewed-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
2012-05-25Delivery must be compliant with Mac OS LionZoranAleksov
Porting of loader communication to Mac OS Lion ST-Ericsson ID: 358802 ST-Ericsson FOSS-OUT ID: NA Change-Id: I2aee1b2519cb9bfd07940bdf5a9fc55d78bba7da Depends-On: Ic1d148824eed95ed65259fc694e52f0729045208 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/44893 Reviewed-by: QABUILD Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Viktor MLADENOVSKI <viktor.mladenovski@stericsson.com>
2012-05-25Clean up astyle and coverity errorsPetar Dimoski
ST-Ericsson ID: 410188 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I70835353a592d1f1ad40743640a1d0827e56fd2e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45297 Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
2012-05-25Add LCD/LCM compatibility checkunknown
LCD/LCM compatibility check added to determine whether PC-LCM is compatible with the LCD. Error handling in LCM is added. Depends-On: I6ad7dc8807cb8c407379fe448f06816904253520 ST-Ericsson ID: 362575 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: If5b3c993739f93276e2a76b012a1852d687ad746 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/36378 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
2012-05-25Create temp files inside the build root.Gjorgji
ST-Ericsson ID: 369164 ST-Ericsson FOSS-OUT ID: NA Change-Id: I5f7558fe73e94936a62a068889b1f236a8a79821 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35831 Reviewed-by: QATOOLS Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Tested-by: Vlatko STENKOSKI Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
2011-05-20Initial contribution of loader_communicationViktor Mladenovski
ST-Ericsson ID: 326913 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I171cfc2ee458a8a0a91a1916137d131f0f7ecee5