Changeset 74:cf622a0af791 for Makefile


Ignore:
Timestamp:
Sep 15, 2008, 6:19:54 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Makefile updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r70 r74  
    33################################################################################
    44
    5 QOOXDOO_PATH = ../qooxdoo-0.7.2-sdk
     5GENERATOR = ./generate.py
    66
    7 APPLICATION_NAMESPACE = pf
     7all:
     8        $(GENERATOR) source
    89
    9 APPLICATION_FILES = index.html pf.html sprintf.js wz_jsgraphics.js entities.js
     10build:
     11        $(GENERATOR) build
    1012
    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 #
    26 APPLICATION_RESOURCE_FILTER = true
    27 #
    28 # We don't need the full source code
    29 #
    30 APPLICATION_COMPLETE_SOURCE = false
    31 
    32 
    33 ################################################################################
    34 # INTERNALS (PLEASE DO NOT CHANGE)
    35 ################################################################################
    36 
    37 ifneq ($(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
    40 endif
    41 
    42 error:
    43         @echo "  * Please configure QOOXDOO_PATH"
     13clean:
     14        $(GENERATOR) clean
Note: See TracChangeset for help on using the changeset viewer.