~kirkland/eucalyptus/label-metadata

« back to all changes in this revision

Viewing changes to clc/Makefile

  • Committer: Neil
  • Date: 2010-06-18 23:43:02 UTC
  • mfrom: (1195.1.47 main)
  • Revision ID: neil@pall-20100618234302-ylt6pznuzk7j09pw
latest merge from main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
.PHONY: all build update_properties update_theme deps extras install
10
10
 
11
 
all: build
 
11
all: deps build
12
12
 
13
13
deps:
14
14
        @$(ANT) deps
41
41
                fi \
42
42
        fi
43
43
 
44
 
build: extras
 
44
build: deps extras
45
45
        @# we need JAVA_HOME
46
46
        @if test -z "${JAVA_HOME}" ; then \
47
47
                echo "You need to define JAVA_HOME!"; exit 1; fi