We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fedb9 commit 59dac22Copy full SHA for 59dac22
Makefile.in
@@ -11,14 +11,25 @@ omlibrary-core:
11
$(MAKE) -C libraries BUILD_DIR=@OMBUILDDIR@/lib/omlibrary core
12
omlibrary-all:
13
$(MAKE) -C libraries BUILD_DIR=@OMBUILDDIR@/lib/omlibrary all
14
+
15
omplot:
16
$(MAKE) -C OMPlot
17
18
omedit: omplot
19
$(MAKE) -C OMEdit
-omoptim: omplot
- $(MAKE) -C OMOptim
20
21
omnotebook: omplot
22
$(MAKE) -C OMNotebook
23
24
+omshell:
25
+ $(MAKE) -C OMShell/OMShell/OMShellGUI
26
27
+mosh:
28
+ $(MAKE) -C OMShell/mosh/src
29
30
+omoptim: omplot
31
+ $(MAKE) -C OMOptim
32
33
testsuite-depends:
34
$(MAKE) --quiet -C testsuite "OMBUILDDIR=@OMBUILDDIR@" CC="@CC@" CFLAGS="@CFLAGS@" omc-diff ReferenceFiles
35
0 commit comments