Makefile (7c478bd9) Makefile (ed31198c)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance 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#
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
22#
23#pragma ident "%Z%%M% %I% %E% SMI"
24#
25# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28# lib/gss_mechs/mech_dh/backend/Makefile
29#
30PROTOCOL_DIR = mech
31SUBDIRS = $(MACH) $(BUILD64) $(MACH64)
32
33PROTO_FILE = dhmech_prot.x
34DERIVED_FILES = mech/dhmech_prot.h mech/xdr_token.c
35CLEANFILES += $(DERIVED_FILES)
36
37# include library definitions
38include ../../../Makefile.lib
39
40TEXT_DOMAIN = SUNW_OST_NETRPC
41POFILES = generic.po
42POFILE = mech_dh.po
43
44SED= sed
24# Use is subject to license terms.
25#
26# lib/gss_mechs/mech_dh/backend/Makefile
27#
28PROTOCOL_DIR = mech
29SUBDIRS = $(MACH) $(BUILD64) $(MACH64)
30
31PROTO_FILE = dhmech_prot.x
32DERIVED_FILES = mech/dhmech_prot.h mech/xdr_token.c
33CLEANFILES += $(DERIVED_FILES)
34
35# include library definitions
36include ../../../Makefile.lib
37
38TEXT_DOMAIN = SUNW_OST_NETRPC
39POFILES = generic.po
40POFILE = mech_dh.po
41
42SED= sed
45CP= cp
46GREP= grep
47
48all := TARGET= all
49clean := TARGET= clean
50clobber := TARGET= clobber
51delete := TARGET= delete
52install := TARGET= install
53lint := TARGET= lint

--- 85 unchanged lines hidden ---
43GREP= grep
44
45all := TARGET= all
46clean := TARGET= clean
47clobber := TARGET= clobber
48delete := TARGET= delete
49install := TARGET= install
50lint := TARGET= lint

--- 85 unchanged lines hidden ---