Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRDE
transformers
Commits
8fb63003
Commit
8fb63003
authored
May 10, 2004
by
vasseu_c
Browse files
from Clement Vasseur <clement.vasseur@lrde.epita.fr>
* src/sig/Makefile.am: Specify main module for sdf2rtg.
parent
2e0f3420
Changes
2
Hide whitespace changes
Inline
Side-by-side
cxx-typecheck/ChangeLog
View file @
8fb63003
2004-05-10 Clement Vasseur <clement.vasseur@lrde.epita.fr>
* src/sig/Makefile.am: Specify main module for sdf2rtg.
2004-05-07 Julien Roussel <spip@lrde.epita.fr>
cxx-typecheck does compile and distcheck !
...
...
cxx-typecheck/src/sig/Makefile.am
View file @
8fb63003
include
$(top_srcdir)/config/Makefile.xt
SDF2RTG_FLAGS
=
-m
$*
SDFINCLUDES
=
-I
$(CXX_GRAMMAR)
/share/sdf/cxx-grammar
STRINCLUDES
=
-I
$(CXX_GRAMMAR)
/share/cxx-grammar
\
$(SDFINCLUDES)
...
...
@@ -7,8 +8,8 @@ STRINCLUDES = -I $(CXX_GRAMMAR)/share/cxx-grammar \
SDFS
=
\
TypedCxx.sdf
STRS
=
$(
subst
.sdf,.str,
$(SDFS)
)
Dummy.str
pkgdata_DATA
=
TypedCxx.def TypedCxx.str
$(
subst
.sdf,.rtree,
$(SDFS)
)
Dummy.rtree
STRS
=
$(
subst
.sdf,.str,
$(SDFS)
)
pkgdata_DATA
=
TypedCxx.def TypedCxx.str
$(
subst
.sdf,.rtree,
$(SDFS)
)
TypedCxx.def
:
$(top_builddir)/src/syn/TypedCxx.def
cp
$<
$@
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment