Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
70a2023a
Commit
70a2023a
authored
Jun 29, 2010
by
Erwan Jahier
Browse files
Some tuning so thta git clone lurette works.
parent
22b05289
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
70a2023a
...
...
@@ -5,7 +5,7 @@
source
:
gen_version
./lnsw
cd
polka
;
make clean
;
make all
;
make
install
;
cd
..
cd
GBDDML
;
make clean
;
make all
;
make
cp
;
cd
..
cd
GBDDML
;
make clean
;
make
;
make all
;
make
cp
;
cd
..
cd source
;
make clean
;
make
install
;
cd
..
cd install
;
autoconf
;
cd
..
./RUN_ME
...
...
Makefile.version
View file @
70a2023a
...
...
@@ -6,7 +6,7 @@ gen_version:
rm
-f
source
/version.ml
echo
"let str=
\"
$(VERSION)
\"
"
>
source
/version.ml
echo
"let sha=
\"
$(SHA)
\"
"
>>
source
/version.ml
rm
version.tex
rm
-f
version.tex
date
+VERSION_DATE
=
%d-%m-%y
>
version.tex
echo
"
\\
newcommand{
\\
version}{
$(VERSION)
}"
>
version.tex
echo
"
\\
newcommand{
\\
versiondate}{
`
date
+%d-%m-%y
`
}"
>>
version.tex
source/Makefile
View file @
70a2023a
...
...
@@ -795,6 +795,7 @@ cp:
cp
liblucky_nc.a
$(LIB_INSTALL_DIR)
;
\
cp
Lucky/libluc4c_nc.a
$(LIB_INSTALL_DIR)
;
\
cp
ocaml2c.h
$(INC_INSTALL_DIR)
;
\
cp
droconf.h
$(INC_INSTALL_DIR)
;
\
cp
Lucky/luc4c_stubs.h
$(INC_INSTALL_DIR)
;
\
make luc4ocaml-cp
;
\
make draw-cp
...
...
source/droconf.h
0 → 100644
View file @
70a2023a
#line 226 "noweb/droload.nw"
/*
Struct necessary for building a DRO archive
(Dynamically linkable Reactive Object)
Such an archive can be loaded by simec/luciole
*/
#line 54 "noweb/droload.nw"
#define DROVERSION "1.1"
#line 42 "noweb/droload.nw"
#define xstr(s) str(s)
/* converts macro to string */
#define str(s) #s
/* should be of type type dro_desc_t */
#define DRO_DESC_NAME dro_desc
#line 58 "noweb/droload.nw"
struct
dro_var_t
{
const
char
*
ident
;
const
char
*
type
;
void
*
valptr
;
};
struct
dro_desc_t
{
const
char
*
version
;
const
char
*
name
;
int
nbins
;
struct
dro_var_t
*
intab
;
int
nbouts
;
struct
dro_var_t
*
outab
;
int
(
*
step
)();
void
(
*
reset
)();
void
(
*
init
)();
};
source/version.ml
deleted
100644 → 0
View file @
22b05289
let
str
=
"1.50"
let
sha
=
"5765e24"
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