* wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in,
wrap/python/cgi/README: New files. * wrap/python/Makefile.am (SUBDIRS): Add cgi. * configure.ac: Output wrap/python/cgi/Makefile.
This commit is contained in:
parent
4d819969d0
commit
bdfbf9c519
7 changed files with 289 additions and 1 deletions
10
wrap/python/cgi/Makefile.am
Normal file
10
wrap/python/cgi/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
nodist_noinst_SCRIPTS = ltl2tgba.py
|
||||
EXTRA_DIST = $(srcdir)/ltl2tgba.in README
|
||||
|
||||
ltl2tgba.py: $(srcdir)/ltl2tgba.in
|
||||
sed -e 's|[@]PYTHON[@]|@PYTHON@|g' \
|
||||
-e 's|[@]pythondir[@]|@pythondir@|g' \
|
||||
-e 's|[@]PACKAGE_VERSION[@]|@PACKAGE_VERSION@|g' \
|
||||
<$(srcdir)/ltl2tgba.in >ltl2tgba.tmp
|
||||
chmod +x ltl2tgba.tmp
|
||||
mv -f ltl2tgba.tmp $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue