# makefile actions ifneq ($(PYTHON),) OpenGroupware.org_FrontBase2.eomodel : OGoModel.py @echo "The FrontBase2.eomodel seems to be outdated, you might want to regenerate!" #$(PYTHON) genmodel.py $< FrontBase >$@ OpenGroupware.org_PostgreSQL.eomodel : OGoModel.py @echo "The PostgreSQL.eomodel seems to be outdated, you might want to regenerate!" #$(PYTHON) genmodel.py $< PostgreSQL >$@ OpenGroupware.org_MySQL5.eomodel : OGoModel.py @echo "The MySQL5.eomodel seems to be outdated, you might want to regenerate!" #$(PYTHON) genmodel.py $< MySQL5 >$@ endif ifneq ($(PYTHON),) before-all :: $(MODELS) clean :: #rm -f $(MODELS) endif ifeq ($(GNUSTEP_TARGET_OS),mingw32) after-all :: @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\ cp ../bundle-info.plist .) else after-all :: @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\ cp ../bundle-info.plist .) endif