[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] a4b0e3: [build system] use VPA
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] a4b0e3: [build system] use VPATH to specify search path fo... |
Date: |
Mon, 02 Mar 2015 07:20:29 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: a4b0e34db7c53f8e989ef9ca1b194629267493ce
https://github.com/paparazzi/paparazzi/commit/a4b0e34db7c53f8e989ef9ca1b194629267493ce
Author: Felix Ruess <address@hidden>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M conf/Makefile.nps
M conf/firmwares/subsystems/rotorcraft/fdm_jsbsim.makefile
Log Message:
-----------
[build system] use VPATH to specify search path for NPS files
add $(PAPARAZZI_SRC)/sw/simulator to VPATH, so that makes adds that to the
search path.
This makes it possible to add NPS sources as nps/foo.c to $(TARGET).srcs,
and the object and dependency files will correctly be put into
$(PAPARAZZI_HOME)/var/aircrafts/<ac>/nps/<src file>
So e.g. /home/<user>/paparazzi/var/aircrafts/Quad_LisaM_2/nps/nps/nps_main.o
While here, also generate the .d dependency files during the compilation run
instead of a separate run.
fixes #798
Commit: 9189469316070c4702239f5d52512f8a338e3acc
https://github.com/paparazzi/paparazzi/commit/9189469316070c4702239f5d52512f8a338e3acc
Author: Felix Ruess <address@hidden>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M conf/Makefile.linux
M conf/Makefile.nps
Log Message:
-----------
[build system] also include deps for cpp files
Compare:
https://github.com/paparazzi/paparazzi/compare/f6e129069a41...918946931607
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] a4b0e3: [build system] use VPATH to specify search path fo...,
GitHub <=