Skip to content

Commit

Permalink
automake ok
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1411 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Kaj Nyström committed Jan 20, 2005
1 parent 4b0793b commit 2cb8203
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -2,9 +2,11 @@ CC=gcc
CXX=g++
AR=ar -r

ANTLR_HOME=/home/kaj/src/antlr-2.7.3
MODELICAPARSER=../../modelica_parser/src

ANTLR_HOME=@antlrhome@

INCLUDES=-I/usr/local/include/ -I$(ANTLR_HOME)/lib/cpp -I$(MODELICAPARSER)
INCLUDES=-I@antlrinc@ -I$(MODELICAPARSER)

LIBP=-L$(ANTLR_HOME)/lib/cpp/src

Expand All @@ -15,8 +17,6 @@ ANTLRFLAGS=

LIB = $(LIBP) -lantlr

MODELICAPARSER=../../modelica_parser/src

lexergen= $(MODELICAPARSER)/modelica_lexer.cpp $(MODELICAPARSER)/modelica_lexer.hpp

parsergen= flat_modelica_parser.cpp flat_modelica_parser.hpp \
Expand Down

0 comments on commit 2cb8203

Please sign in to comment.