################################################################################ # SETTINGS ################################################################################ QOOXDOO_PATH = ../qooxdoo-0.7.2-sdk APPLICATION_NAMESPACE = pf APPLICATION_FILES = index.html pf.html sprintf.js wz_jsgraphics.js #------------------------------------------------------------------------------- # For a full list and description of available application settings, please # see the APPLICATION variables in file # $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk # Add any of those variables for your custom configuration here: #------------------------------------------------------------------------------- ################################################################################ # ADVANCED SETTINGS ################################################################################ # # Enable resource filtering # APPLICATION_RESOURCE_FILTER = true # # We don't need the full source code # APPLICATION_COMPLETE_SOURCE = false ################################################################################ # INTERNALS (PLEASE DO NOT CHANGE) ################################################################################ ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH) include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk endif error: @echo " * Please configure QOOXDOO_PATH"