mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
Update for the paparazzi-bin package
This commit is contained in:
+6
-4
@@ -17,9 +17,10 @@ post_install :
|
||||
install_data:
|
||||
$(INSTALL) -d $(DESTDIR)/data/maps
|
||||
$(INSTALLDATA) data/maps/*.xml data/maps/*.gif $(DESTDIR)/data/maps
|
||||
$(INSTALL) -d $(DESTDIR)/data/pictures
|
||||
$(INSTALL) -d $(DESTDIR)/data/pictures/gcs_icons
|
||||
$(INSTALLDATA) var/maps/trtqtttqtsrrt*.jpg $(DESTDIR)/data/maps
|
||||
$(INSTALLDATA) data/pictures/*.gif data/pictures/*.svg data/pictures/*.jpg data/pictures/*.png $(DESTDIR)/data/pictures
|
||||
$(INSTALLDATA) data/pictures/gcs_icons/*.png $(DESTDIR)/data/pictures/gcs_icons
|
||||
$(INSTALL) -d $(PREFIX)/usr/share/pixmaps
|
||||
$(INSTALLDATA) data/pictures/penguin_icon.png $(PREFIX)/usr/share/pixmaps/paparazzi.png
|
||||
$(INSTALL) -d $(DESTDIR)/data/srtm
|
||||
@@ -38,7 +39,7 @@ install_conf:
|
||||
$(INSTALLDATA) conf/airframes/microjet5.xml $(DESTDIR)/conf/airframes
|
||||
$(INSTALLDATA) conf/airframes/twinstar1.xml $(DESTDIR)/conf/airframes
|
||||
$(INSTALLDATA) conf/airframes/twinjet1.xml $(DESTDIR)/conf/airframes
|
||||
$(INSTALLDATA) conf/airframes/plaster1.xml $(DESTDIR)/conf/airframes
|
||||
$(INSTALLDATA) conf/airframes/booz.xml $(DESTDIR)/conf/airframes
|
||||
$(INSTALL) -d $(DESTDIR)/conf/autopilot
|
||||
$(INSTALLDATA) conf/autopilot/*.makefile $(DESTDIR)/conf/autopilot
|
||||
$(INSTALLDATA) conf/autopilot/*.h $(DESTDIR)/conf/autopilot
|
||||
@@ -63,7 +64,7 @@ install_conf:
|
||||
$(INSTALL) -d $(DESTDIR)/conf/gcs
|
||||
$(INSTALLDATA) conf/gcs/layout.dtd $(DESTDIR)/conf/gcs
|
||||
$(INSTALLDATA) conf/gcs/*.xml $(DESTDIR)/conf/gcs
|
||||
$(INSTALL) -d $(PREFIX)/etc/udev
|
||||
$(INSTALL) -d $(PREFIX)/etc/udev/rules.d
|
||||
$(INSTALLDATA) conf/system/udev/rules/*.rules $(PREFIX)/etc/udev/rules.d
|
||||
$(INSTALL) -d $(PREFIX)/etc/modprobe.d
|
||||
$(INSTALLDATA) conf/system/modprobe.d/paparazzi $(PREFIX)/etc/modprobe.d
|
||||
@@ -83,7 +84,8 @@ install_bin:
|
||||
$(INSTALL) -d $(DESTDIR)/sw/ground_segment/cockpit
|
||||
$(INSTALL) -d $(DESTDIR)/sw/ground_segment/tmtc
|
||||
$(INSTALL) -d $(DESTDIR)/sw/ground_segment/multimon
|
||||
$(INSTALL) sw/ground_segment/cockpit/*.cmo $(DESTDIR)/sw/ground_segment/cockpit
|
||||
$(INSTALLDATA) sw/ground_segment/cockpit/*.cmo $(DESTDIR)/sw/ground_segment/cockpit
|
||||
$(INSTALLDATA) sw/ground_segment/cockpit/gcs.glade $(DESTDIR)/sw/ground_segment/cockpit
|
||||
$(INSTALLDATA) sw/ground_segment/tmtc/*.cmo $(DESTDIR)/sw/ground_segment/tmtc
|
||||
$(INSTALLDATA) sw/ground_segment/multimon/multimon.cma $(DESTDIR)/sw/ground_segment/multimon
|
||||
$(INSTALLDATA) sw/ground_segment/multimon/libmultimon.a $(DESTDIR)/sw/ground_segment/multimon
|
||||
|
||||
Vendored
+3
-3
@@ -15,12 +15,12 @@ ${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-l
|
||||
${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml -I ../cockpit unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lib-pprz.cma gtkInit.cmo pages.cmo settings.cmo -o settings
|
||||
|
||||
cd ${DESTDIR}/sw/ground_segment/cockpit
|
||||
${OCAMLC} -thread -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lib-pprz.cma lablgnomecanvas.cma xlib-pprz.cma threads.cma gtkThread.cmo gtkInit.cmo horizon.cmo strip.cmo pages.cmo speech.cmo plugin.cmo sectors.cmo map2d.cmo editFP.cmo live.cmo particules.cmo gcs.cmo -o gcs
|
||||
${OCAMLC} -thread -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lablglade.cma lib-pprz.cma lablgnomecanvas.cma xlib-pprz.cma threads.cma gtkThread.cmo gtkInit.cmo gtk_gcs.cmo horizon.cmo strip.cmo pages.cmo speech.cmo plugin.cmo sectors.cmo map2d.cmo editFP.cmo live.cmo particules.cmo gcs.cmo -o gcs
|
||||
|
||||
cd ${DESTDIR}/sw/logalizer
|
||||
${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lib-pprz.cma gtkInit.cmo play.cmo -o play
|
||||
${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lib-pprz.cma gtkInit.cmo log_file.cmo play.cmo -o play
|
||||
${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml -o plotter unix.cma str.cma xml-light.cma glibivy-ocaml.cma -I +lablgtk2 -I ../lib/ocaml lablgtk.cma lib-pprz.cma gtkInit.cmo plotter.cmo
|
||||
${OCAMLOPT} -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml -o plot unix.cmxa str.cmxa xml-light.cmxa glibivy-ocaml.cmxa -I +lablgtk2 -I ../lib/ocaml lablgtk.cmxa lib-pprz.cmxa gtkInit.cmx plot.cmx
|
||||
${OCAMLOPT} -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml -o plot unix.cmxa str.cmxa xml-light.cmxa glibivy-ocaml.cmxa -I +lablgtk2 -I ../lib/ocaml lablgtk.cmxa lib-pprz.cmxa gtkInit.cmx log_file.cmx plot.cmx
|
||||
|
||||
cd ${DESTDIR}/sw/simulator
|
||||
${OCAMLC} -custom -I +lablgtk2 -I ${DESTDIR}/sw/lib/ocaml unix.cma str.cma xml-light.cma lablgtk.cma glibivy-ocaml.cma lib-pprz.cma gtkInit.cmo gaia.cmo -o gaia
|
||||
|
||||
Reference in New Issue
Block a user