6 # (the "License"). You may not use this file except in compliance
7 # with the License.
8 #
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
13 #
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 #
20 # CDDL HEADER END
21 #
22 #
23 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # ident "%Z%%M% %I% %E% SMI"
27 #
28
29 include $(SRC)/Makefile.master
30 include $(SRC)/cmd/Makefile.cmd
31
32 JAVAFLAGS= -nowarn -O
33 GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
34
35 TOGETHER= KdcGui KdcGuiMain KdcGuiOps KdcGuiRoot
36 TOGETHERJ=$(TOGETHER:%=%.java)
37 TOGETHERC=$(TOGETHER:%=classdir/%.class)
38
39 OTHER=GuiResource GuiResource_en_US HelpData HelpData_en_US
40 OTHERJ=$(OTHER:%=%.java)
41 OTHERC=$(OTHER:%=classdir/%.class)
42
43 CLASSES=$(TOGETHER) $(OTHER)
44 JFILES=$(CLASSES:%=%.java)
45 CLFILES=$(CLASSES:%=%.class)
46
47 GKADMIN=gkadmin
48 JARFILE=gkadmin.jar
49 VISLIB=visualrt.jar
50 HTML=HelpIndex.html
51 MSGBUNDLEDIR=$(ROOT)/usr/lib/krb5/ListResourceBundle
52
|
6 # (the "License"). You may not use this file except in compliance
7 # with the License.
8 #
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
13 #
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 #
20 # CDDL HEADER END
21 #
22 #
23 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26
27 include $(SRC)/Makefile.master
28 include $(SRC)/cmd/Makefile.cmd
29
30 GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
31
32 TOGETHER= KdcGui KdcGuiMain KdcGuiOps KdcGuiRoot
33 TOGETHERJ=$(TOGETHER:%=%.java)
34 TOGETHERC=$(TOGETHER:%=classdir/%.class)
35
36 OTHER=GuiResource GuiResource_en_US HelpData HelpData_en_US
37 OTHERJ=$(OTHER:%=%.java)
38 OTHERC=$(OTHER:%=classdir/%.class)
39
40 CLASSES=$(TOGETHER) $(OTHER)
41 JFILES=$(CLASSES:%=%.java)
42 CLFILES=$(CLASSES:%=%.class)
43
44 GKADMIN=gkadmin
45 JARFILE=gkadmin.jar
46 VISLIB=visualrt.jar
47 HTML=HelpIndex.html
48 MSGBUNDLEDIR=$(ROOT)/usr/lib/krb5/ListResourceBundle
49
|