Skip to content

Commit

Permalink
Try to do more things in parallel
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18384 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 3, 2013
1 parent c44e86b commit 0fb5c97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/Makefile.compiler_subdirs.common
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUBDIRS = runtime parser modpar
SRCHSRCDIR = $(SRCH:%.h=$(srcdir)/%.h)

.SUFFIXES: .o .mo .h .c
.PHONY: all vctarget absyn_subdir clean reallyclean $(SUBDIRS)
.PHONY: all vctarget absyn_subdir clean reallyclean nolink $(SUBDIRS)

vpath %.mo $(FRONTEND_DIR)
vpath %.mo $(BACKEND_DIR)
Expand Down
2 changes: 2 additions & 0 deletions Compiler/omc_release/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ include $(srcdir)/Makefile.compiler_subdirs.common

$(PROG): $(SRCO) $(SUBDIRS)
$(OMPCC) $(CFLAGS) -o $(PROG)$(EXEEXT) $(SRCO) $(AST) $(RTOBJ) $(LDFLAGS) $(FMILIB) -lstdc++

nolink: $(SRCO) $(SUBDIRS)
6 changes: 4 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ settings:

omc: @OMCTARGET@

omc-rml: omc-diff interactive docs fmi fmil opencl_rt lis
(cd Compiler && $(MAKE) -f Makefile release)
omc-rml: omc-diff interactive docs fmi fmil opencl_rt lis omc-rml-nolink
$(MAKE) -C Compiler -f Makefile release
$(MAKE) omlibrary
omc-rml-nolink:
$(MAKE) -C Compiler/omc_release

boehm-gc-lib: @LIBGC@
build/lib/omc/libgc.so: 3rdParty/gc-7.2/.libs/libgc.so mkbuilddirs
Expand Down

0 comments on commit 0fb5c97

Please sign in to comment.