Skip to content

Commit

Permalink
Compile omc-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 6, 2015
1 parent c1d3525 commit 08df7b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile.in
@@ -1,5 +1,5 @@
all:
$(MAKE) omc @OMLIBRARY_TARGET@
$(MAKE) omc @OMLIBRARY_TARGET@ omc-diff
$(MAKE) omplot
$(MAKE) omedit omoptim

Expand All @@ -17,6 +17,8 @@ omedit:
$(MAKE) -C OMEdit
omoptim:
$(MAKE) -C OMOptim
omc-diff:
$(MAKE) -C testsuite/difftool "OMBUILDDIR=@OMBUILDDIR@" CC="@CC@" CFLAGS="@CFLAGS@"

clean:
test ! -d build || rm -r build/
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -3,6 +3,9 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([OpenModelica],[dev],[https://trac.openmodelica.org/OpenModelica],[openmodelica],[https://openmodelica.org])

AC_LANG([C])
AC_PROG_CC

m4_include([common/m4/pre-commit.m4])
m4_include([common/m4/ombuilddir.m4])
cp common/install-sh common/config.guess common/config.sub ./
Expand Down
2 changes: 1 addition & 1 deletion testsuite
Submodule testsuite updated 1 files
+5 −2 difftool/Makefile

0 comments on commit 08df7b0

Please sign in to comment.