1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/make
Oleg Semyonov 3e815ca8d5 build: get rid of build/ground subdirectory, fix qt-creator builds
This changeset:
- moves all ground targets one level up, under build directory. The
  build/ground was created as a workaround, now unnecessary;
- fixes QtCreator builds, they are separated from command line builds;
- moves GCS autogenerated files into openpilotgcs-synthetics directory.

The resulting build subdirectory now looks like:

    build
        openpilotgcs             <- Qt-Creator build directory
        openpilotgcs-synthetics  <- version-info and opfw_resource
        openpilotgcs_debug
        openpilotgcs_release     <- Makefile build directory
        uavobject-synthetics
        uavobjgenerator

NOTE: you should update the shadow build path in QtCreator to build,
      not build/ground as before.

+review OPReview
2013-03-30 17:33:38 +02:00
..
boards Remove discontinued AHRS files 2013-03-24 13:03:50 +02:00
scripts version-info.py: fix coding style 2013-03-24 13:03:49 +02:00
templates build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00
winx86 Windows packaging: update sh.cmd script for QtSDK 1.2.1 2012-07-29 23:59:58 +03:00
apps-defs.mk Revert "Makefile: better solution for MODULE_MODULENAME_BUILTIN name conversion" 2013-03-25 17:27:47 +02:00
boot-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
common-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
firmware-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
tools.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
unittest.mk ut: change xml output directory to make Bamboo a bit happier 2013-03-03 14:33:04 +01:00