From 15d2088f4e468d75bc7206341a7e8b4436a6863a Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 2 May 2004 04:36:42 +0000 Subject: Nouveaux modules. --- 2004/i/nono/src/GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2004/i/nono/src/GNUmakefile b/2004/i/nono/src/GNUmakefile index 3992ff1..354c5f8 100644 --- a/2004/i/nono/src/GNUmakefile +++ b/2004/i/nono/src/GNUmakefile @@ -1,5 +1,5 @@ -SUBDIRS = camera config date erreur motor serial vision fake_serial utils logger - +SUBDIRS = config date erreur motor serial fake_serial utils \ + logger video4linux image ovision qdai TARGETS = LIBS = -lm @@ -26,7 +26,7 @@ alltargets: $(TARGETS) %.cc: %.ll flex -o$@ $< -.dep/%.d: %.cc | .dep +.dep/%.d: %.cc .dep @echo "Dependency checking for $<..." @set -e; $(CXX) -M $(CPPFLAGS) $< \ | sed 's/\($*\)\.o[ :]*/\1.o .dep\/$*.d : /g' > $@; \ -- cgit v1.2.3