source: Makefile @ 49:e5577fa7cb04

Last change on this file since 49:e5577fa7cb04 was 49:e5577fa7cb04, checked in by fnevgeny, 16 years ago

Added a "starting" page; the app itself is opened in a separate window.

File size: 1.5 KB
Line 
1################################################################################
2# SETTINGS
3################################################################################
4
5QOOXDOO_PATH = ../qooxdoo-0.7.2-sdk
6
7APPLICATION_NAMESPACE = pf
8
9APPLICATION_FILES = index.html pf.html sprintf.js wz_jsgraphics.js
10
11#-------------------------------------------------------------------------------
12# For a full list and description of available application settings, please
13# see the APPLICATION variables in file
14# $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
15# Add any of those variables for your custom configuration here:
16#-------------------------------------------------------------------------------
17
18
19################################################################################
20# ADVANCED SETTINGS
21################################################################################
22
23#
24# Enable resource filtering
25#
26APPLICATION_RESOURCE_FILTER = true
27#
28# We don't need the full source code
29#
30APPLICATION_COMPLETE_SOURCE = false
31
32
33################################################################################
34# INTERNALS (PLEASE DO NOT CHANGE)
35################################################################################
36
37ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH)
38        include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
39        include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
40endif
41
42error:
43        @echo "  * Please configure QOOXDOO_PATH"
Note: See TracBrowser for help on using the repository browser.