2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
11 DEFS
= -DHAVE_LIBSOCKET
=1 -DHAVE_LIBNSL
=1 -DHAVE_PWD_H
=1 -DHAVE_COMPILE
=1 -DHAVE_STEP
=1
13 include ..
/..
/Makefile.cmd
14 include $(SRC
)/lib
/gss_mechs
/mech_krb5
/Makefile.mech_krb5
16 CERRWARN
+= -Wno-implicit-function-declaration
17 CERRWARN
+= -Wno-unused-function
18 CERRWARN
+= -Wno-parentheses
25 CPPFLAGS
+= -I..
/..
/lib
/gss_mechs
/mech_krb5
/include \
26 -I
$(SRC
)/lib
/gss_mechs
/mech_krb5 \
27 -I
$(SRC
)/lib
/gss_mechs
/mech_krb5
/include \
28 -I
$(SRC
)/uts
/common
/gssapi
/mechs
/krb5
/include \
31 LDFLAGS
+= $(KRUNPATH
)
39 $(LINK.c
) $(OBJS
) -o
$@
$(LDLIBS
)
48 include ..
/..
/Makefile.targ
50 $(POFILE
): $(DERIVED_FILES
) .WAIT
$(POFILES
)
52 $(CAT
) $(POFILES
) > $@
56 $(XGETTEXT
) $(XGETFLAGS
) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
57 $(SED
) "/^domain/d" messages.po
> $@