Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-v6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
lustre-v6
Commits
42c2a0c5
Commit
42c2a0c5
authored
6 years ago
by
Erwan Jahier
Browse files
Options
Downloads
Patches
Plain Diff
les 'make pi' n'affichait pas le dernier step
parent
cf9efb1c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#12817
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arduino/led_puzzle/Makefile
+76
-0
76 additions, 0 deletions
arduino/led_puzzle/Makefile
with
76 additions
and
0 deletions
arduino/led_puzzle/Makefile
0 → 100644
+
76
−
0
View file @
42c2a0c5
FILE
=
led
NODE
=
arduino_puzzle
$(FILE)_$(NODE)_loop
:
mkdir
$(
FILE
)
_
$(
NODE
)
_loop
v6
:
led.lus $(FILE)_$(NODE)_loop
lus2lic
-2c
$(
FILE
)
.lus
-n
$(
NODE
)
mv
*
.h
$(
FILE
)
_
$(
NODE
)
_loop/
mv
$(
FILE
)
_
$(
NODE
)
.c
$(
FILE
)
_
$(
NODE
)
_loop/
$(
FILE
)
_
$(
NODE
)
.cpp
%.simu
:
cp
lustre/arduino_
$*
.lus arduino_puzzle.lus
luciole-rif lus2lic
-exec
-rif
led.lus
-n
$*
&
%.arduino
:
cp
lustre/arduino_
$*
.lus arduino_puzzle.lus
make v6
%.no_sol
:
cp
lustre/arduino_
$*
.lus arduino_puzzle.lus
lus2lic
-ec
-o
no_sol.ec led.lus
-n
$*
_has_no_solution
ecverif no_sol.ec
-diag
>
$*
.diag
;
echo
>>
$*
.diag
||
echo
"
$*
: il existe une solution ! La voici:"
\
echo
"
$*
: ce puzzle est insoluble"
cat
$*
.diag |
sed
's/true//'
|
sed
's/not\ red//'
|
sed
's/not\ red\ or//'
|
sed
's/not\ blue\ or//'
|
sed
's/not\ blue//'
|
sed
's/\ and\ //'
%.test
:
cp
lustre/arduino_
$*
.lus arduino_puzzle.lus
rdbg
-lurette
-l
1000
-sut
"lus2lic led.lus -n
$*
"
-env
"lutin env.lut -n random_env"
-oracle
"lus2lic led.lus -n
$*
_has_no_solution"
-o
$*
.rif
||
echo
"Ce puzzle a une solution !"
gnuplot-rif
$*
.rif
-no-display
gnuplot
-e
'set terminal qt size 1800,400'
$*
.gp
%.debug
:
rdbg
-emacs
-sut
"lus2lic led.lus -n
$*
"
clean
:
rm
-f
*
.c
*
.h
*
.ec
*
.sh
*
.rif
*
ession
*
.ml
*
.gp
*
.log
*
.dro
*
.seed
*
.diag
rm
-f
*
.ps
*
.pdf
*
.dot
*
.cm
*
*
.o arduino_puzzle.lus
rm
-f
led_arduino_puzzle_loop/led_arduino_puzzle.cpp
rm
-f
led_arduino_puzzle_loop/
*
.h
rm
-f
my-rdbg-tuning.ml
a1
:
puzzle1.arduino
s1
:
puzzle1.simu
p1
:
puzzle1.no_sol
t1
:
puzzle1.test
a2
:
puzzle2.arduino
s2
:
puzzle2.simu
p2
:
puzzle2.no_sol
t2
:
puzzle2.test
a3
:
puzzle3.arduino
s3
:
puzzle3.simu
p3
:
puzzle3.no_sol
t3
:
puzzle3.test
a4
:
puzzle4.arduino
s4
:
puzzle4.simu
p4
:
puzzle4.no_sol
t4
:
puzzle4.test
a5
:
puzzle5.arduino
s5
:
puzzle5.simu
p5
:
puzzle5.no_sol
t5
:
puzzle5.test
a6
:
puzzle6.arduino
s6
:
puzzle6.simu
p6
:
puzzle6.no_sol
t6
:
puzzle6.test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment