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 592B

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