Skip to content

Commit

Permalink
Merge pull request #5 from mflehmig/master
Browse files Browse the repository at this point in the history
- Added 'ReferenceFiles' to clean rule in Makefiles where needed.
  • Loading branch information
sjoelund committed May 7, 2015
2 parents 7e14015 + 7f652c3 commit 805d90b
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -558,7 +558,6 @@ clean_g_2 :
$(MAKE) -C openmodelica/cruntime/optimization/basic -f Makefile clean
$(MAKE) -C openmodelica/cruntime/xmlFiles -f Makefile clean
$(MAKE) -C openmodelica/debugDumps -f Makefile clean
$(MAKE) -C openmodelica/dependency -f Makefile clean
$(MAKE) -C openmodelica/interactive-API -f Makefile clean
$(MAKE) -C openmodelica/parser -f Makefile clean
$(MAKE) -C openmodelica/typed-API -f Makefile clean
Expand Down
1 change: 1 addition & 0 deletions openmodelica/cruntime/optimization/basic/Makefile
Expand Up @@ -61,6 +61,7 @@ DEPENDENCIES = \
*.mo \
*.mos \
Makefile \
ReferenceFiles


CLEAN = `ls | grep -w -v -f deps.tmp`
Expand Down
1 change: 1 addition & 0 deletions openmodelica/cruntime/optimization/benchmark/Makefile
Expand Up @@ -19,6 +19,7 @@ DEPENDENCIES = \
*.mo \
*.mos \
Makefile \
ReferenceFiles


CLEAN = `ls | grep -w -v -f deps.tmp`
Expand Down
3 changes: 2 additions & 1 deletion openmodelica/typed-API/Makefile
Expand Up @@ -15,7 +15,8 @@ SolveLinearSystem.mos \
DEPENDENCIES = \
*.mo \
*.mos \
Makefile
Makefile \
UriLookup


CLEAN = `ls | grep -w -v -f deps.tmp`
Expand Down
3 changes: 2 additions & 1 deletion simulation/libraries/3rdParty/DrModelica/Makefile
Expand Up @@ -103,7 +103,8 @@ DrModelicaForTesting.KyenesianModel.mos \
DEPENDENCIES = \
*.mo \
*.mos \
Makefile
Makefile \
ReferenceFiles



Expand Down
3 changes: 2 additions & 1 deletion simulation/libraries/3rdParty/GitLibraries/Makefile
Expand Up @@ -15,7 +15,8 @@ DEPENDENCIES = \
*.mo \
*.mos \
*.mat \
Makefile
Makefile \
ReferenceFiles


CLEAN = `ls | grep -w -v -f deps.tmp`
Expand Down
3 changes: 2 additions & 1 deletion simulation/libraries/3rdParty/TestMediaFrancesco/Makefile
Expand Up @@ -25,7 +25,8 @@ TestMedia.TestModels.WaterIF97.Test8.mos
DEPENDENCIES = \
*.mo \
*.mos \
Makefile
Makefile \
ReferenceFiles



Expand Down
3 changes: 2 additions & 1 deletion simulation/modelica/arrays/Makefile
Expand Up @@ -58,7 +58,8 @@ bug_2300.mos \
DEPENDENCIES = \
*.mo \
*.mos \
Makefile
Makefile \
ReferenceFiles



Expand Down
3 changes: 2 additions & 1 deletion simulation/modelica/commonSubExp/Makefile
Expand Up @@ -18,7 +18,8 @@ FAILINGTESTFILES= \
DEPENDENCIES = \
*.mo \
*.mos \
Makefile
Makefile \
ReferenceFiles



Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/linear_system/Makefile
Expand Up @@ -21,7 +21,7 @@ DEPENDENCIES = \
*.mo \
*.mos \
Makefile \

ReferenceFiles

CLEAN = `ls | grep -w -v -f deps.tmp`

Expand Down

0 comments on commit 805d90b

Please sign in to comment.