Skip to content

Commit

Permalink
- forgot to rename mos-file and adapt makefile of cppruntime-test-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther committed Sep 22, 2015
1 parent e257d85 commit d98c6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmodelica/cppruntime/Makefile
Expand Up @@ -42,6 +42,7 @@ umfpack \
fmu \
staticLinking \
genDebugSymbols \
hardcodedStartValues \
outputFormat \
ReferenceFiles \
outputFormat \
Expand All @@ -57,6 +58,7 @@ FMI_1_0_DIR = fmu/modelExchange/1.0
FMI_2_0_DIR = fmu/modelExchange/2.0
STATIC_LINKING_DIR = staticLinking
DEBUG_SYMBOLS_DIR = genDebugSymbols
HARDCODED_START_VALUES_DIR = hardcodedStartValues
OUTPUT_FORMAT_DIR = outputFormat
OMEDIT_DIR = omedit

Expand All @@ -75,6 +77,7 @@ test:
@$(MAKE) -C $(HPCOM_FMI_1_0_DIR)
@$(MAKE) -C $(STATIC_LINKING_DIR)
@$(MAKE) -C $(DEBUG_SYMBOLS_DIR)
@$(MAKE) -C $(HARDCODED_START_VALUES_DIR)
@$(MAKE) -C $(OUTPUT_FORMAT_DIR)
@$(MAKE) -C $(OMEDIT_DIR)

Expand All @@ -90,6 +93,7 @@ clean :
@$(MAKE) -C $(HPCOM_FMI_1_0_DIR) clean
@$(MAKE) -C $(STATIC_LINKING_DIR) clean
@$(MAKE) -C $(DEBUG_SYMBOLS_DIR) clean
@$(MAKE) -C $(HARDCODED_START_VALUES_DIR) clean
@$(MAKE) -C $(OUTPUT_FORMAT_DIR) clean
@$(MAKE) -C $(OMEDIT_DIR) clean

Expand Down

0 comments on commit d98c6e1

Please sign in to comment.