From e533a4092549fd6db34bfe9be0999a11c6c84cc3 Mon Sep 17 00:00:00 2001 From: Peter Aronsson Date: Thu, 14 Mar 2002 15:37:47 +0000 Subject: [PATCH] Added cleaning cpp and hpp files generated by antlr git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- mosh/src/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mosh/src/Makefile.in b/mosh/src/Makefile.in index b376e136f99..4d0d73f2bcf 100644 --- a/mosh/src/Makefile.in +++ b/mosh/src/Makefile.in @@ -17,7 +17,7 @@ LIBP = $(ANTLR_LIBP) $(PARSE_LIBP) $(READLINE_LIBP) CFLAGS = $(INCP) -g -Wall -DDEBUG CXXFLAGS = $(CFLAGS) -LINKFLAGS = $(LIBP) +LINKFLAGS = $(LIBP) -static LIBS = -lantlr -lmodelica_parser -lreadline -ltermcap @@ -74,7 +74,9 @@ depend : gcc -M $(CXXFLAGS) mosh.cpp $(walkersrcs) > Makefile.depend clean: - -rm -f *.o *~ core *.core mosh + -rm -f *.o *~ core *.core mosh modelica_expression_parser.cpp \ + modelica_expression_parser.hpp modelia_tree_parser.cpp \ + modelica_tree_parser.hpp reallyclean: clean -rm -f $(parsergen) $(walkergen) modelica_expression_parserTokenTypes.txt expandedexpression_parser.g modelica_parserTokenTypes.txt