No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 527B

12345678910111213141516171819202122232425262728
  1. SUBDIRS=auth editorial_model leapi plugin settings utils
  2. lodel_PYTHON = *.py
  3. CLEANFILES = buildconf.py
  4. all-local: buildconf.py
  5. lodeldir=$(pkgpythondir)/
  6. distclean-local:
  7. -rm Makefile Makefile.in
  8. logdir = $(localstatedir)/log/lodel2/
  9. do_subst = sed -e 's,\[@\]LODEL2_VARDIR\[@\],$(localstatedir)/lodel2/,g' \
  10. -e 's,\[@\]LODEL2_LOGDIR\[@\],$(logdir),g'
  11. install-data-hook:
  12. -mkdir -p $(logdir)
  13. uninstall-hook:
  14. -rmdir $(logdir)
  15. buildconf.py: buildconf.py.am
  16. $(do_subst) < $(srcdir)/buildconf.py.am > buildconf.py