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
|
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 GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
33
34 TOGETHER= KdcGui KdcGuiMain KdcGuiOps KdcGuiRoot
35 TOGETHERJ=$(TOGETHER:%=%.java)
36 TOGETHERC=$(TOGETHER:%=classdir/%.class)
37
38 OTHER=GuiResource GuiResource_en_US HelpData HelpData_en_US
39 OTHERJ=$(OTHER:%=%.java)
40 OTHERC=$(OTHER:%=classdir/%.class)
41
42 CLASSES=$(TOGETHER) $(OTHER)
43 JFILES=$(CLASSES:%=%.java)
44 CLFILES=$(CLASSES:%=%.class)
45
46 GKADMIN=gkadmin
47 JARFILE=gkadmin.jar
48 VISLIB=visualrt.jar
49 HTML=HelpIndex.html
50 MSGBUNDLEDIR=$(ROOT)/usr/lib/krb5/ListResourceBundle
51
|