Skip to content

Commit

Permalink
Updated rml path.
Browse files Browse the repository at this point in the history
graphviz rml files added.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Nov 19, 2001
1 parent 9c64ceb commit f3a614c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions modeq/Makefile
Expand Up @@ -7,21 +7,25 @@
#

SHELL = /bin/sh
CC = cc
CC = gcc
CFLAGS =
LDFLAGS = -lrml -lm
#RML = /net/senilix/files/senilix3/labs/pelab/pub/pkg/rml/rml-2.1/sparc-sol2-gcc/bin/rmlc -g
RML = /home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/bin/rmlc -g
RMLHOME = /home/pelab/pub/pkg/rml/current/sparc-sol2-gcc
RML = $(RMLHOME)/bin/rmlc -g
RMLINC = -I$(RMLHOME)/include/plain
#RML = rmlc -g
PROG = modeq
AST = ast/libast.a
RTOBJ = runtime/rtopts.o
RTOBJ = runtime/rtopts.o mystuff/myprint.o

SRCRML= debug.rml \
types.rml \
absyn.rml \
explode.rml \
dump.rml \
dumpgraphviz.rml \
graphviz.rml \
prefix.rml \
env.rml \
lookup.rml \
Expand All @@ -35,6 +39,7 @@ SRCRML= debug.rml \
dae.rml \
mod.rml \
inst.rml \
codegen.rml \
main.rml

SRCC= $(SRCRML:.rml=.c)
Expand Down

0 comments on commit f3a614c

Please sign in to comment.