Skip to content

Commit

Permalink
added Makefile.in, removed Makefile
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@761 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Mar 14, 2002
1 parent 53bed2f commit d911c88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mosh/src/Makefile → mosh/src/Makefile.in
@@ -1,17 +1,16 @@
CC=gcc
CXX=g++

ANTLR_HOME = /home/pelab/pub/pkg/antlr-2.7.1
ANTLR_CPP = $(ANTLR_HOME)/lib/cpp/gcc-2.95.2
ANTLR_HOME = @antlrhome@

ANTLR_INCP = -I$(ANTLR_CPP)/include
ANTLR_LIBP = -L$(ANTLR_CPP)/lib
ANTLR_INCP = -I@antlrinc@
ANTLR_LIBP = -L@antlrlib@

PARSE_INCP = -I../../modelica_parser/src
PARSE_LIBP = -L../../modelica_parser/src

READLINE_INCP = -I /home/pelab/pkg/gnu/include
READLINE_LIBP = -L /home/pelab/pkg/gnu/lib
READLINE_INCP = -I@readlineinc@
READLINE_LIBP = -L@readlinelib@

INCP = $(ANTLR_INCP) $(PARSE_INCP) $(READLINE_INCP)
LIBP = $(ANTLR_LIBP) $(PARSE_LIBP) $(READLINE_LIBP)
Expand Down

0 comments on commit d911c88

Please sign in to comment.