summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/automate/Makefile.defs
diff options
context:
space:
mode:
authorschodet2003-05-27 08:50:10 +0000
committerschodet2003-05-27 08:50:10 +0000
commit9904293580850b6daf7b9884381d5284f859ae8a (patch)
treef63add334d60720bbd5d43ed417131a67ce305cd /2003/i/buzz/src/automate/Makefile.defs
parente954638ce3d5aca73959db2f75725e97398389de (diff)
Petites modifs.
Diffstat (limited to '2003/i/buzz/src/automate/Makefile.defs')
-rw-r--r--2003/i/buzz/src/automate/Makefile.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/2003/i/buzz/src/automate/Makefile.defs b/2003/i/buzz/src/automate/Makefile.defs
index d5eff12..17e424e 100644
--- a/2003/i/buzz/src/automate/Makefile.defs
+++ b/2003/i/buzz/src/automate/Makefile.defs
@@ -1,6 +1,8 @@
TARGETS += test_automate
+LIBS += automate.a
automate_a_SOURCES = grafcet.cc receptivite.cc action.cc grammar.cc lexer.cc expression.cc
-test_automate_SOURCES = test_automate.cc $(automate_a_SOURCES) erreur.a
+test_automate_SOURCES = test_automate.cc $(automate_a_SOURCES) erreur.a motor.a busp.a \
+ config.a serial.a
extra_clean += grammar.h grammar.cc lexer.cc