-code: core/bife.xmi core/xmi2code.config
- cd core && xmi2code -a
-
-all: code doc pear-packages tarball
-
-doc: api
-
-api: Doxyfile $(PHP_FILES)
- doxygen
-
-clean-bak:
- find -name '*.bak' | xargs rm -vf
-
-clean-doc:
- rm -fvR doc/api/html doc/api/rtf doc/api/latex
-
-clean: clean-doc clean-backup
-
-tarball: bife.tar.gz
-
-bife.tar.gz: $(PHP_FILES) $(META_FILES)
- tar --exclude bife.tar.gz --exclude bife/doxygen.warn --exclude .svn --exclude '*.bak' --exclude '*.swp' --exclude 'bife/doc/api/*' -C .. -cvzf bife.tar.gz bife