From 88297f37dccb328b6ba64045bcc564c0d0194f57 Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 6 Mar 2005 17:23:38 +0000 Subject: Problèmes de dépendences entre modules. --- 2005/i/robert/src/Makefile.defs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '2005/i/robert/src/Makefile.defs') diff --git a/2005/i/robert/src/Makefile.defs b/2005/i/robert/src/Makefile.defs index a293a69..3415c27 100644 --- a/2005/i/robert/src/Makefile.defs +++ b/2005/i/robert/src/Makefile.defs @@ -2,7 +2,11 @@ CXXFLAGS = -O2 -Wall -g CPPFLAGS = -MMD $(INCLUDES) INCLUDES = -I$(SRCDIR) -SUBDIRS = log scheduler serial timer utils utils/meta +# Attention, il y a un problème de dépendences dans l'ordre des SUBDIRS à +# cause de la génération des règles. +SUBDIRS = log serial timer \ + utils utils/meta \ + scheduler LINK.o = $(CXX) $(LDFLAGS) $(TARGET_ARCH) VPATH = $(SUBDIRS:%=$(SRCDIR)/%) -- cgit v1.2.3