mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
proper handling of dependencies
This commit is contained in:
@@ -30,3 +30,14 @@ pc_control_panel.cmo pc_aircraft.cmo : pc_common.cmo
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
\rm *.cm* gtk_pc.ml gtk_process.ml
|
\rm *.cm* gtk_pc.ml gtk_process.ml
|
||||||
|
|
||||||
|
#
|
||||||
|
# Dependencies
|
||||||
|
#
|
||||||
|
|
||||||
|
.depend:
|
||||||
|
ocamldep -I ../lib/ocaml *.ml* > .depend
|
||||||
|
|
||||||
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
|
-include .depend
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user