File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ builddir_doc=$(top_builddir)/build/doc
99CC =gcc
1010CXX =g++
1111
12- ANTLR_HOME = @antlrhome@
13-
14- ANTLR_INCP = -I@antlrinc@
15- ANTLR_LIBP = -L@antlrlib@
16-
17- PARSE_INCP = -I$(top_builddir ) /modelica_parser/src
18- PARSE_LIBP = -L$(top_builddir ) /modelica_parser/src
19-
2012EXEEXT =@EXEEXT@
2113
2214USE_CORBA = @USE_CORBA@
3224 CORBALIB =
3325endif
3426
35- INCP = $(ANTLR_INCP ) $(PARSE_INCP ) $(CORBAIMPL ) $(CORBAINC )
36- LIBP = $(ANTLR_LIBP ) $(PARSE_LIBP )
27+ INCP = $(CORBAIMPL ) $(CORBAINC )
3728
3829CFLAGS = @CFLAGS@ $(INCP ) -g -Wall -DDEBUG $(USE_CORBA )
3930CXXFLAGS = $(CFLAGS )
40- LINKFLAGS = @LDFLAGS@ $( LIBP )
31+ LINKFLAGS = @LDFLAGS@
4132
42- LIBS = -lantlr -lmodelica_parser - lreadline $(CORBALIB ) -lm -lpthread
33+ LIBS = -lreadline $(CORBALIB ) -lm -lpthread
4334
4435
4536OBJS += mosh.o options.o
@@ -70,5 +61,4 @@ options.o: options.cpp
7061.PRECIOUS : Makefile
7162
7263Makefile : Makefile.in
73- $(top_builddir ) /config.status Makefile
74-
64+ cd $(top_builddir ) && ./config.status
You can’t perform that action at this time.
0 commit comments