generate gcry rules from import_gcry
This commit is contained in:
parent
771111e53d
commit
3d9d354297
9 changed files with 49 additions and 165 deletions
11
gentpl.py
11
gentpl.py
|
@ -448,14 +448,3 @@ print d
|
|||
print e
|
||||
print f
|
||||
print g
|
||||
|
||||
print """.PRECIOUS: modules.am
|
||||
$(srcdir)/modules.am: $(srcdir)/modules.def $(top_srcdir)/Makefile.tpl
|
||||
autogen -T $(top_srcdir)/Makefile.tpl $(srcdir)/modules.def | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
|
||||
mv $@.new $@
|
||||
|
||||
.PRECIOUS: $(top_srcdir)/Makefile.tpl
|
||||
$(top_srcdir)/Makefile.tpl: $(top_srcdir)/gentpl.py
|
||||
python $(top_srcdir)/gentpl.py | sed -e '/^$$/{N;/^\\n$$/D;}' > $@.new || (rm -f $@.new; exit 1)
|
||||
mv $@.new $@
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue