Skip to content

Commit

Permalink
Added cleaning cpp and hpp files generated by antlr
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@772 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Mar 14, 2002
1 parent 4621f49 commit e533a40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mosh/src/Makefile.in
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e533a40

Please sign in to comment.