* wrap/python/Makefile.am (SUBDIRS): Build `.' first.
* wrap/python/cgi/Makefile.am (ltl2tgba.py): Depend on Makefile.
This commit is contained in:
parent
de6314ed74
commit
a76344eef1
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-08-11 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* wrap/python/Makefile.am (SUBDIRS): Build `.' first.
|
||||||
|
* wrap/python/cgi/Makefile.am (ltl2tgba.py): Depend on Makefile.
|
||||||
|
|
||||||
2003-08-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-08-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
Revamp the multop interface to allow some basic optimizations like
|
Revamp the multop interface to allow some basic optimizations like
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = cgi tests
|
SUBDIRS = . cgi tests
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
|
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
nodist_noinst_SCRIPTS = ltl2tgba.py
|
nodist_noinst_SCRIPTS = ltl2tgba.py
|
||||||
EXTRA_DIST = $(srcdir)/ltl2tgba.in README
|
EXTRA_DIST = $(srcdir)/ltl2tgba.in README
|
||||||
|
|
||||||
ltl2tgba.py: $(srcdir)/ltl2tgba.in
|
ltl2tgba.py: $(srcdir)/ltl2tgba.in Makefile
|
||||||
sed -e 's|[@]PYTHON[@]|@PYTHON@|g' \
|
sed -e 's|[@]PYTHON[@]|@PYTHON@|g' \
|
||||||
-e 's|[@]pythondir[@]|@pythondir@|g' \
|
-e 's|[@]pythondir[@]|@pythondir@|g' \
|
||||||
-e 's|[@]PACKAGE_VERSION[@]|@PACKAGE_VERSION@|g' \
|
-e 's|[@]PACKAGE_VERSION[@]|@PACKAGE_VERSION@|g' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue