summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/GNUmakefile')
-rw-r--r--2004/i/nono/src/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/2004/i/nono/src/GNUmakefile b/2004/i/nono/src/GNUmakefile
index c37b07a..8804080 100644
--- a/2004/i/nono/src/GNUmakefile
+++ b/2004/i/nono/src/GNUmakefile
@@ -1,5 +1,5 @@
SUBDIRS = config date erreur motor serial fake_serial utils \
- logger video4linux image ovision qdai
+ logger video4linux image ovision qdai io
TARGETS =
LIBS = -lm
@@ -32,7 +32,7 @@ alltargets: $(TARGETS)
| sed 's/\($*\)\.o[ :]*/\1.o .dep\/$*.d : /g' > $@; \
[ -s $@ ] || rm -f $@
-#-include $(foreach target, $(TARGETS) $(subst .,_,$(LIBS)), $(patsubst %.cc, .dep/%.d, $(filter %.cc, $($(target)_SOURCES))))
+-include $(foreach target, $(TARGETS) $(subst .,_,$(LIBS)), $(patsubst %.cc, .dep/%.d, $(filter %.cc, $($(target)_SOURCES))))
.dep:
mkdir .dep