Skip to content

Commit

Permalink
Hopefully fixes the Linux builds for qwt (shared version)
Browse files Browse the repository at this point in the history
- Also should add OMOptimBasis as a shared library


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 21, 2014
1 parent b1c14f7 commit 1310199
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile.in
Expand Up @@ -94,8 +94,16 @@ qtclients:
@echo "*** OpenModelica configured without support for CORBA"
qtclean: qtclean-common
else
qwt:
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

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

omnotebook: mkbuilddirs qwt omplot
mkdir -p $(builddir_share)/omnotebook
$(MAKE) -C OMNotebook/OMNotebookGUI -f Makefile.unix
Expand Down

0 comments on commit 1310199

Please sign in to comment.