jdk/make/mkdemo/jfc/Laffy/Makefile
author jmasa
Tue, 24 Jul 2012 14:48:58 -0700
changeset 13337 328e758c6bb1
parent 8758 edb1ed26dd1b
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8758
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     1
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     2
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     4
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    10
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    15
# accompanied this code).
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    16
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    20
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    23
# questions.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    24
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    25
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    26
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    27
# Makefile to build the Laffy demo.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    28
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    29
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    30
BUILDDIR = ../../..
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    31
PRODUCT = demo/jfc
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    32
DEMONAME = Laffy
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    33
include $(BUILDDIR)/common/Defs.gmk
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    34
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    35
DEMO_ROOT       = $(CLOSED_SRC)/share/demo/jfc/$(DEMONAME)
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    36
DEMO_DESTDIR    = $(DEMODIR)/jfc/$(DEMONAME)
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    37
DEMO_TOPFILES	= ./readme.html ./laffy.png
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    38
DEMO_SKIP_SRCZIP = true
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    39
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    40
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    41
# Demo jar building rules.
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    42
#
edb1ed26dd1b 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
rupashka
parents:
diff changeset
    43
include $(BUILDDIR)/common/Demo.gmk