Skip to content

Commit

Permalink
- Copy headers for fmu tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 18, 2012
1 parent c1b64e2 commit 75bbe2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SimulationRuntime/c/Makefile.common
Expand Up @@ -55,6 +55,13 @@ RUNTIME_HEADERS = ./f2c.h \
./util/utility.h \
./util/varinfo.h

RUNTIME_HEADERS_FMU = \
./simulation/solver/initialization.h \
./simulation/solver/initialization_data.h \
./simulation/solver/events.h \
./simulation/solver/solver_main.h \
./util/list.h \

.PHONY : clean all ModelicaExternalC/libModelicaExternalC.a $(LIBF2C)

all : install
Expand Down Expand Up @@ -104,7 +111,7 @@ install: ModelicaExternalC/libModelicaExternalC.a libSimulationRuntimeC.a simula
# copy header files
cp -p $(RUNTIME_HEADERS) $(builddir_inc)
# copy fmi stuff
cp -p ../fmi/export/*.h \
cp -p $(RUNTIME_HEADERS_FMU) ../fmi/export/*.h \
../fmi/export/fmu_model_interface.c \
../fmi/import/fmuWrapper.h \
../fmi/import/xmlparser.h $(builddir_inc)
Expand Down

0 comments on commit 75bbe2c

Please sign in to comment.