File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SUBDIRS = runtime parser modpar
1313SRCHSRCDIR = $(SRCH:%.h=$(srcdir)/%.h)
1414
1515.SUFFIXES: .o .mo .h .c
16- .PHONY: all vctarget absyn_subdir clean reallyclean $(SUBDIRS)
16+ .PHONY: all vctarget absyn_subdir clean reallyclean nolink $(SUBDIRS)
1717
1818vpath %.mo $(FRONTEND_DIR)
1919vpath %.mo $(BACKEND_DIR)
Original file line number Diff line number Diff line change @@ -42,3 +42,5 @@ include $(srcdir)/Makefile.compiler_subdirs.common
4242
4343$(PROG ) : $(SRCO ) $(SUBDIRS )
4444 $(OMPCC ) $(CFLAGS ) -o $(PROG )$(EXEEXT ) $(SRCO ) $(AST ) $(RTOBJ ) $(LDFLAGS ) $(FMILIB ) -lstdc++
45+
46+ nolink : $(SRCO ) $(SUBDIRS )
Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ settings:
4848
4949omc : @OMCTARGET@
5050
51- omc-rml : omc-diff interactive docs fmi fmil opencl_rt lis
52- (cd Compiler && $( MAKE) -f Makefile release)
51+ omc-rml : omc-diff interactive docs fmi fmil opencl_rt lis omc-rml-nolink
52+ $(MAKE ) -C Compiler - f Makefile release
5353 $(MAKE ) omlibrary
54+ omc-rml-nolink :
55+ $(MAKE ) -C Compiler/omc_release
5456
5557boehm-gc-lib : @LIBGC@
5658build/lib/omc/libgc.so : 3rdParty/gc-7.2/.libs/libgc.so mkbuilddirs
You can’t perform that action at this time.
0 commit comments