Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
a3fe903c
Commit
a3fe903c
authored
Aug 18, 2014
by
dbarbera
Browse files
Refactor makefiles
parent
584a8ac0
Changes
20
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a3fe903c
...
...
@@ -33,3 +33,6 @@ clean:
make
-C
tests/regression clean
find
.
-name
'*~'
| xargs
rm
-f
find
.
-name
'*.o'
| xargs
rm
-f
.PHONY
:
all test-parse test-ada test-llvm flake8 coverage compile-all install
\
publish clean
tests/regression/Makefile
View file @
a3fe903c
EXAMPLES
=
test1 test2 test3 test4 test5 test6 test7 test8 test9 test10
\
test11 test12 test-substrings test-expressions test-controlflow
\
test-exitnested test-operators
EXAMPLES
=
$(
sort
$(
dir
$(
wildcard
*
/
)))
coverage
:
for
v
in
$(EXAMPLES)
;
do
make
-C
$$
v coverage
&&
mv
$$
v/.coverage
*
.
\
...
...
@@ -8,3 +6,5 @@ coverage:
clean
:
for
v
in
$(EXAMPLES)
;
do
make
-C
$$
v clean
;
done
.PHONY
:
coverage clean
tests/regression/test-branchcoverage/Makefile
View file @
a3fe903c
...
...
@@ -18,3 +18,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner bin
*
.wrn
*
.gpr datav
*
.? ber.c xer.c asn1crt.? acn.c real.c testcase
.PHONY
:
all edit check test-parse test-ada coverage clean
\ No newline at end of file
tests/regression/test-controlflow/Makefile
View file @
a3fe903c
...
...
@@ -29,4 +29,6 @@ test-llvm:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s dataview-uniq.c dataview-uniq.h real.c xer.c
\
ber.c acn.c asn1crt.c asn1crt.h
\ No newline at end of file
ber.c acn.c asn1crt.c asn1crt.h
.PHONY
:
all edit test-parse test-ada test-llvm clean
\ No newline at end of file
tests/regression/test-exitnested/Makefile
View file @
a3fe903c
...
...
@@ -32,3 +32,5 @@ clean:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s dataview-uniq.c dataview-uniq.h real.c xer.c
\
ber.c acn.c asn1crt.c asn1crt.h
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test-expressions/Makefile
View file @
a3fe903c
...
...
@@ -30,3 +30,5 @@ clean:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s dataview-uniq.c dataview-uniq.h real.c xer.c
\
ber.c acn.c asn1crt.c asn1crt.h
.PHONY
:
all edit test-parse test-ada test-llvm clean
\ No newline at end of file
tests/regression/test-operators/Makefile
View file @
a3fe903c
...
...
@@ -30,3 +30,5 @@ clean:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s dataview-uniq.c dataview-uniq.h real.c xer.c
\
ber.c acn.c asn1crt.c asn1crt.h
.PHONY
:
all edit test-parse test-ada test-llvm clean
\ No newline at end of file
tests/regression/test-substrings/Makefile
View file @
a3fe903c
...
...
@@ -3,9 +3,6 @@ all: test-ada
edit
:
../../../opengeode.py myfunction.pr system_structure.pr
check
:
../../../opengeode.py myfunction.pr system_structure.pr
--check
test-parse
:
../../../opengeode.py myfunction.pr system_structure.pr
--check
...
...
@@ -36,3 +33,4 @@ clean:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr datav
*
.? ber.c xer.c asn1crt.? acn.c real.c
*
.ll
*
.s testcase
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test1/Makefile
View file @
a3fe903c
...
...
@@ -22,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test10/Makefile
View file @
a3fe903c
...
...
@@ -32,3 +32,5 @@ clean:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s dataview-uniq.c dataview-uniq.h real.c xer.c
\
ber.c acn.c asn1crt.c asn1crt.h
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test11/Makefile
View file @
a3fe903c
all
:
test-ada test-llvm
edit
:
../../../opengeode.py og.pr system_structure.pr
test-parse
:
../../../opengeode.py og.pr system_structure.pr
--check
...
...
@@ -27,3 +30,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test12/Makefile
View file @
a3fe903c
...
...
@@ -29,3 +29,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
*
.pdf
*
.svg
*
.png
.PHONY
:
all edit test-parse test-ada test-llvm test-exports coverage clean
\ No newline at end of file
tests/regression/test2/Makefile
View file @
a3fe903c
all
:
test-ada test-llvm
edit
:
../../../opengeode.py orchestrator.pr system_structure.pr
test-parse
:
../../../opengeode.py orchestrator.pr system_structure.pr
--check
...
...
@@ -19,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test3/Makefile
View file @
a3fe903c
all
:
test-ada test-llvm
edit
:
../../../opengeode.py fce.pr system_structure.pr
test-parse
:
../../../opengeode.py fce.pr system_structure.pr
--check
...
...
@@ -19,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test4/Makefile
View file @
a3fe903c
...
...
@@ -22,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test5/Makefile
View file @
a3fe903c
all
:
test-ada test-llvm
edit
:
../../../opengeode.py function0.pr system_structure.pr
test-parse
:
../../../opengeode.py function0.pr system_structure.pr
--check
...
...
@@ -19,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test6/Makefile
View file @
a3fe903c
all
:
test-ada test-llvm
edit
:
../../../opengeode.py myfunction.pr system_structure.pr
test-parse
:
../../../opengeode.py myfunction.pr system_structure.pr
--check
...
...
@@ -29,3 +32,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr datav
*
.? ber.c xer.c asn1crt.? acn.c real.c testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test7/Makefile
View file @
a3fe903c
...
...
@@ -22,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test8/Makefile
View file @
a3fe903c
...
...
@@ -32,3 +32,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr datav
*
.? ber.c xer.c asn1crt.? acn.c real.c
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
tests/regression/test9/Makefile
View file @
a3fe903c
...
...
@@ -22,3 +22,5 @@ coverage:
clean
:
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner
\
bin
*
.wrn
*
.gpr testcase
*
.ll
*
.s
.PHONY
:
all edit test-parse test-ada test-llvm coverage clean
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment