Skip to content

Commit

Permalink
Moved the location of java_interface
Browse files Browse the repository at this point in the history
The files are not really part of the C runtime, and were
thus moved.
  • Loading branch information
sjoelund committed Sep 29, 2015
1 parent c71d1ae commit 116b7c7
Show file tree
Hide file tree
Showing 72 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions SimulationRuntime/c/Makefile.common
Expand Up @@ -224,11 +224,15 @@ install: bootstrap-dependencies $(LIBSIMULATION) $(LIBFMIRUNTIME) $(ALL_OBJS)
cp -p ../fmi/export/fmi2/*.h \
../fmi/export/fmi2/fmu2_model_interface.c $(builddir_inc)/c/fmi2
# copy java interface stuff
@$(MAKE) -C util/java_interface -f $(LIBMAKEFILE) && \
$(MAKE) -C util/java_interface -f $(LIBMAKEFILE) install || \
$(MAKE) -C util/java_interface -f $(LIBMAKEFILE) install-nomodelica
@$(MAKE) -C ../java_interface -f $(LIBMAKEFILE) && \
$(MAKE) -C ../java_interface -f $(LIBMAKEFILE) install || \
$(MAKE) -C ../java_interface -f $(LIBMAKEFILE) install-nomodelica

clean:
rm -f $(ALL_PATHS_CLEAN_OBJS) fmi/*.o *.a *.so optimization/*/*.o
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) clean
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) distclean

sourcedist:
mkdir -p $(builddir_inc)/cruntime/
cp -a $(ALL_OBJS:%.o=%.c*) $(builddir_inc)/cruntime/
Empty file modified SimulationRuntime/c/simulation/solver/solver_main.c 100755 → 100644
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -801,7 +801,7 @@ Compiler/runtime/config.unix.h \
Parser/Makefile \
SimulationRuntime/cpp/Makefile.env \
SimulationRuntime/c/Makefile \
SimulationRuntime/c/util/java_interface/Makefile \
SimulationRuntime/java_interface/Makefile \
SimulationRuntime/ParModelica/Makefile \
SimulationRuntime/ParModelica/auto/Makefile \
SimulationRuntime/ParModelica/explicit/openclrt/Makefile \
Expand Down

0 comments on commit 116b7c7

Please sign in to comment.