8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / gss_mechs / mech_dh / dh640 / Makefile.com
blob97c6e9d4e90c3d120905f6744d6c22ea62a1b77f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
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.
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]
19 # CDDL HEADER END
22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
27 # This make file will build dh640.so.1. This shared object
28 # contains the functionality needed to initialize the  Diffie-Hellman GSS-API
29 # mechanism with 640 bit key length. This library, in turn, loads the 
30 # generic Diffie-Hellman GSS-API backend, dhmech.so
33 LIBRARY= dh640-0.a
34 VERS = .1
36 DH640=  dh640.o dh_common.o generic_key.o
38 OBJECTS= $(DH640) 
40 # include library definitions
41 include ../../../../Makefile.lib
43 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
44 CPPFLAGS += -I$(SRC)/lib/libnsl/include
45 CPPFLAGS += -I$(SRC)/uts/common/gssapi/include
47 $(PICS) :=      CFLAGS += $(XFFLAG)
48 $(PICS) :=      CCFLAGS += $(XFFLAG)
49 $(PICS) :=      CFLAGS64 += $(XFFLAG)
50 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
52 DYNFLAGS +=     $(ZIGNORE)
54 LIBS = $(DYNLIB)
55 LIBNAME = $(LIBRARY:%.a=%)
57 MAPFILES =      ../mapfile-vers
59 LDLIBS += -lnsl -lmp -lc
61 .KEEP_STATE:
63 SRCS=   ../dh640.c ../../dh_common/dh_common.c ../../dh_common/generic_key.c
65 ROOTLIBDIR = $(ROOT)/usr/lib/gss
66 ROOTLIBDIR64 = $(ROOT)/usr/lib/$(MACH64)/gss
68 #LINTFLAGS += -errfmt=simple
69 #LINTFLAGS64 += -errfmt=simple
70 LINTOUT =       lint.out
71 LINTSRC =       $(LINTLIB:%.ln=%)
72 ROOTLINTDIR =   $(ROOTLIBDIR)
73 #ROOTLINT =     $(LINTSRC:%=$(ROOTLINTDIR)/%)
75 CLEANFILES += $(LINTOUT) $(LINTLIB)
77 lint: lintcheck
79 $(ROOTLIBDIR):
80         $(INS.dir)
82 $(ROOTLIBDIR64):
83         $(INS.dir)
85 # include library targets
86 include ../../../../Makefile.targ
88 objs/%.o pics/%.o: ../%.c
89         $(COMPILE.c)  -o $@ $<
90         $(POST_PROCESS_O)
92 objs/%.o pics/%.o: ../../dh_common/%.c
93         $(COMPILE.c)  -o $@ $<
94         $(POST_PROCESS_O)
96 objs/%.o pics/%.o: ../profile/%.c
97         $(COMPILE.c)  -o $@ $<
98         $(POST_PROCESS_O)