r25048: From the archives (patch found in one of my old working trees):
[jelmer/samba4-debian.git] / webapps / qooxdoo-0.6.5-sdk / frontend / application / webmail / Makefile
1 ################################################################################
2 #
3 #  qooxdoo - the new era of web development
4 #
5 #  http://qooxdoo.org
6 #
7 #  Copyright:
8 #    2006-2007 1&1 Internet AG, Germany, http://www.1and1.org
9 #
10 #  License:
11 #    LGPL: http://www.gnu.org/licenses/lgpl.html
12 #    EPL: http://www.eclipse.org/org/documents/epl-v10.php
13 #    See the LICENSE file in the project's top-level directory for details.
14 #
15 #  Authors:
16 #    * Sebastian Werner (wpbasti)
17 #    * Andreas Ecker (ecker)
18 #    * Fabian Jakobs (fjakobs)
19 #
20 ################################################################################
21
22 ################################################################################
23 # BASIC SETTINGS
24 ################################################################################
25
26 #
27 # Location of your qooxdoo distribution
28 # Could be relative from this location or absolute
29 #
30 QOOXDOO_PATH = ../../..
31
32 #
33 # The same as above, but from the webserver point of view
34 # Starting point is the application HTML file of the source folder.
35 # In most cases just add a "/.." compared to above
36 #
37 QOOXDOO_URI = ../../../..
38
39 #
40 # Namespace of your application e.g. custom
41 #
42 APPLICATION_NAMESPACE = webmail
43
44 #
45 # Titles used in your API viewer and during the build process
46 #
47 APPLICATION_MAKE_TITLE = WEBMAIL
48 APPLICATION_API_TITLE = WebMail
49
50 #
51 # Additional files (space separated list)
52 #
53 APPLICATION_FILES = index.html
54
55 #
56 # XHTML support
57 #
58 APPLICATION_TEMPLATE_INPUT = index.xhtml.tmpl
59 APPLICATION_TEMPLATE_OUTPUT = index.xhtml
60
61
62
63
64
65 ################################################################################
66 # ADVANCED SETTINGS
67 ################################################################################
68
69 #
70 # Enable resource filtering in API viewer
71 #
72 APPLICATION_RESOURCE_FILTER = true
73
74 #
75 # We don't need the full source code
76 #
77 APPLICATION_COMPLETE_SOURCE = false
78
79 #
80 # Disable line breaks
81 #
82 APPLICATION_LINEBREAKS_BUILD = false
83 APPLICATION_LINEBREAKS_SOURCE = false
84
85 #
86 # qooxdoo.org sync
87 #
88 APPLICATION_PUBLISH_PATH = root@qooxdoo.org:/var/www/qooxdoo/demo/$(FRAMEWORK_VERSION)/$(APPLICATION_NAMESPACE)
89
90
91
92
93
94 ################################################################################
95 # INCLUDE CORE
96 ################################################################################
97
98 ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH)
99         include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
100         include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
101 endif
102
103 error:
104         @echo "  * Please configure QOOXDOO_PATH"
105
106 distclean:
107         @rm -f source/index.xhtml