Skip to content

Commit

Permalink
Rename libqwt to libomqwt to avoid conflicts on OSX
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20722 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 21, 2014
1 parent 1310199 commit 15a77d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.in
Expand Up @@ -96,13 +96,13 @@ qtclean: qtclean-common
else
qwt-build:
$(MAKE) -C 3rdParty/qwt -f Makefile.unix
build/lib/omc/libqwt.so: qwt-build
cp -a 3rdParty/qwt/lib/libqwt.so* build/lib/omc/
build/lib/omc/libqwt.dylib: qwt-build
cp -a 3rdParty/qwt/lib/libqwt*dylib build/lib/omc/
install_name_tool -id @rpath/libqwt.6.2.0.dylib build/lib/omc/libqwt.6.2.0.dylib
build/lib/omc/libomqwt.so: qwt-build
cp -a 3rdParty/qwt/lib/libomqwt.so* build/lib/omc/
build/lib/omc/libomqwt.dylib: qwt-build
cp -a 3rdParty/qwt/lib/libomqwt*dylib build/lib/omc/
install_name_tool -id @rpath/libomqwt.6.2.0.dylib build/lib/omc/libomqwt.6.2.0.dylib

qwt: build/lib/omc/libqwt@SHREXT@
qwt: build/lib/omc/libomqwt@SHREXT@

omnotebook: mkbuilddirs qwt omplot
mkdir -p $(builddir_share)/omnotebook
Expand Down

0 comments on commit 15a77d4

Please sign in to comment.