[build system] clean up makefiles and fix dependencies, parallel build with make -j 8 seems to work now

This commit is contained in:
Felix Ruess
2012-11-09 18:12:53 +01:00
parent 3dd43539e5
commit 8bff1b46c9
26 changed files with 444 additions and 245 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
# Hey Emacs, this is a -*- makefile -*-
#
# $Id$
# Copyright (C) 2006 Pascal Brisset, Antoine Drouin
#
# This file is part of paparazzi.
@@ -132,6 +131,7 @@ $(OBJDIR)/%.o: %.cpp $(OBJDIR)/../Makefile.ac
$(Q)test -d $(dir $@) || mkdir -p $(dir $@)
$(Q)$(CC) $(CFLAGS) -c -o $@ $<
.PHONY: all compile check_jsbsim
#
# Dependencies