Makefile 768 B

123456789101112131415161718192021222324
  1. php-convertGuiXml-test_perms:
  2. php convertGuiXml.php
  3. convertGuiXmlToFiltersXML-test_perms:
  4. xsltproc convertGuiXmlToFiltersXML.xsl default_db/test_perms.gui.xml | xmllint --format -
  5. convertGuiXmlToFiltersPHP-test_perms:
  6. xsltproc convertGuiXmlToFiltersPHP.xsl default_db/test_perms.gui.xml |grep -v '^[[:space:]]*$$'
  7. convertGuiXmlToFiltersPHP-test_perms-no-dbg:
  8. xsltproc convertGuiXmlToFiltersPHP.xsl default_db/test_perms.gui.xml |grep -v '^[[:space:]]*$$'|grep -v '^#'
  9. convertGuiXmlToFiltersPHP-test_perms-save:
  10. xsltproc convertGuiXmlToFiltersPHP.xsl default_db/test_perms.gui.xml |grep -v '^[[:space:]]*$$' > tmp.test_perms.php
  11. echo "cat tmp.test_perms.php"
  12. cat tmp.test_perms.php
  13. all: convertGuiXmlToFiltersPHP-test_perms
  14. clean:
  15. rm tmp.* class.*.php