Skip to content

Commit

Permalink
- Removed OMPlotWindow as it uses the old plot commands
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 11, 2012
1 parent e420ac3 commit 72e361c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -150,7 +150,7 @@ clean: qtclean
(cd Compiler/omc_release && $(MAKE) -f $(defaultMakefileTarget) clean)
(cd Compiler/omc_profiler && $(MAKE) -f $(defaultMakefileTarget) clean)
(cd mosh/src && $(MAKE) -f $(defaultMakefileTarget) clean)
rm -rf build/share build/lib build/include build/bin/OMPlotWindow* build/bin/OMShell* build/bin/OMNotebook* \
rm -rf build/share build/lib build/include build/bin/OMShell* build/bin/OMNotebook* \
build/bin/omc build/bin/omc.exe build/bin/omcd build/bin/omcd.exe build/bin/omcp build/bin/omcp.exe build/bin/omc-diff build/bin/omc-diff.exe

install-dirs:
Expand Down
6 changes: 1 addition & 5 deletions Makefile.in
Expand Up @@ -31,7 +31,6 @@ omcd: difftool c_runtime docs fmi
(cd Compiler && $(MAKE) -f Makefile debug)

qtclean-common:
rm -rf OMNotebook/bin/OMPlotWindow$(EXE) OMNotebook/OMPlotWindow/OMPlotWindow$(EXE)
rm -rf OMShell/bin/OMShell$(EXE) OMShell/OMShellGUI/omc_communication.*
rm -rf OMNotebook/bin/OMNotebook$(EXE) OMNotebook/OMNotebookGUI/omc_communication.*
ifeq ($(QMAKE),)
Expand All @@ -47,8 +46,6 @@ omnotebook: mkbuilddirs
$(MAKE) -C OMNotebook/OMNotebookGUI -f Makefile.unix
omshell: mkbuilddirs
$(MAKE) -C OMShell/OMShellGUI -f Makefile.unix
omplotwindow: mkbuilddirs
$(MAKE) -C OMNotebook/OMPlotWindow -f Makefile.unix
omplot: mkbuilddirs
$(MAKE) -C OMPlot/OMPlotGUI -f Makefile.unix
omedit: mkbuilddirs omplot
Expand All @@ -61,11 +58,10 @@ omoptim: mkbuilddirs
$(MAKE) -C OMOptim/build -f Makefile.unix
endif

qtclients: omnotebook omshell omplotwindow omedit omplot omoptim
qtclients: omnotebook omshell omedit omplot omoptim

qtclean: qtclean-common
$(MAKE) -C OMShell/OMShellGUI -f Makefile.unix clean
$(MAKE) -C OMNotebook/OMPlotWindow -f Makefile.unix clean
$(MAKE) -C OMNotebook/OMNotebookGUI -f Makefile.unix clean
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.unix clean
$(MAKE) -C OMPlot/OMPlotGUI -f Makefile.unix clean
Expand Down
2 changes: 0 additions & 2 deletions configure
Expand Up @@ -5358,8 +5358,6 @@ Compiler/omc_profiler/Makefile Compiler/runtime/Makefile \
Compiler/modpar/Makefile c_runtime/interactive/Makefile \
Compiler/runtime/config.unix.h \
Parser/Makefile c_runtime/ModelicaExternalC/Makefile \
OMNotebook/OMPlotWindow/OMPlotWindow.config \
OMNotebook/OMPlotWindow/Makefile.unix \
OMNotebook/OMNotebookGUI/OMNotebook.config \
OMNotebook/OMNotebookGUI/Makefile.unix \
OMShell/OMShellGUI/OMShell.config \
Expand Down
2 changes: 0 additions & 2 deletions configure.in
Expand Up @@ -501,8 +501,6 @@ Compiler/omc_profiler/Makefile Compiler/runtime/Makefile \
Compiler/modpar/Makefile c_runtime/interactive/Makefile \
Compiler/runtime/config.unix.h \
Parser/Makefile c_runtime/ModelicaExternalC/Makefile \
OMNotebook/OMPlotWindow/OMPlotWindow.config \
OMNotebook/OMPlotWindow/Makefile.unix \
OMNotebook/OMNotebookGUI/OMNotebook.config \
OMNotebook/OMNotebookGUI/Makefile.unix \
OMShell/OMShellGUI/OMShell.config \
Expand Down

0 comments on commit 72e361c

Please sign in to comment.