Skip to content

Commit

Permalink
- don't copy the casadi scripts.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16232 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jun 6, 2013
1 parent f77ff34 commit 97fa8dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ INSTALL_MANDIR = ${DESTDIR}${datadir}/man/
INSTALL_JAVADIR = ${DESTDIR}${datadir}/omc/java
INSTALL_LOCALEDIR = ${DESTDIR}${datadir}/locale

.PHONY : interactive omc release qtclient mosh all mkbuilddirs fmi test install-dirs susan susan_all susgen sustst install-python install-openturns install-casadi runtimeCPPinstall boehm-gc
.PHONY : interactive omc release qtclient mosh all mkbuilddirs fmi test install-dirs susan susan_all susgen sustst install-python install-openturns runtimeCPPinstall boehm-gc

mkbuilddirs:
if [ "$(EXE)" = ".app" ]; then mkdir -p $(builddir_app); fi
Expand All @@ -37,7 +37,6 @@ mkbuilddirs:
mkdir -p $(builddir_share)/omc/scripts/OpenTurns/
mkdir -p $(builddir_doc)/omc/testmodels
mkdir -p $(builddir_man)/man1/
mkdir -p $(builddir_share)/casadi/scripts/

release: omc-diff omc

Expand All @@ -46,9 +45,6 @@ install-python:

install-openturns: mkbuilddirs
(time cp SimulationRuntime/OpenTurns/* $(builddir_share)/omc/scripts/OpenTurns/)

install-casadi: mkbuilddirs
(time cp -rp 3rdParty/casadi/* $(builddir_share)/casadi/)

interactive: .testvariables mkbuilddirs boehm-gc fmil
$(MAKE) -C SimulationRuntime/interactive -f $(defaultMakefileTarget)
Expand Down

0 comments on commit 97fa8dc

Please sign in to comment.