51 POFILE = $(LIBRARY:%.a=%.po)
52 POFILES = generic.po
53
54 #override liblink
55 INS.liblink= -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
56
57 CPPFLAGS += -DHAVE_CONFIG_H -DHAVE_BT_RSEQ \
58 -I$(SRC)/cmd/krb5/iprop \
59 -I$(SRC)/lib/krb5 \
60 -I$(SRC)/lib/krb5/kdb \
61 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
62 -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
63 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
64 -I$(SRC)/uts/common/gssapi/include/ \
65 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
66
67 CFLAGS += $(CCVERBOSE)
68 CERRWARN += -_gcc=-Wno-unused-variable
69 CERRWARN += -_gcc=-Wno-unused-function
70 CERRWARN += -_gcc=-Wno-parentheses
71 CERRWARN += -_gcc=-Wno-uninitialized
72
73 # not linted
74 SMATCH=off
75
76 DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
77 LDLIBS += -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
78
79 .KEEP_STATE:
80
81 all: $(LIBS)
82
83 lint: lintcheck
84
85 # include library targets
86 include $(SRC)/lib/krb5/Makefile.targ
87
88 FRC:
89
90 generic.po: FRC
91 $(RM) messages.po
|
51 POFILE = $(LIBRARY:%.a=%.po)
52 POFILES = generic.po
53
54 #override liblink
55 INS.liblink= -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
56
57 CPPFLAGS += -DHAVE_CONFIG_H -DHAVE_BT_RSEQ \
58 -I$(SRC)/cmd/krb5/iprop \
59 -I$(SRC)/lib/krb5 \
60 -I$(SRC)/lib/krb5/kdb \
61 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
62 -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
63 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
64 -I$(SRC)/uts/common/gssapi/include/ \
65 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
66
67 CFLAGS += $(CCVERBOSE)
68 CERRWARN += -_gcc=-Wno-unused-variable
69 CERRWARN += -_gcc=-Wno-unused-function
70 CERRWARN += -_gcc=-Wno-parentheses
71 CERRWARN += $(CNOWARN_UNINIT)
72
73 # not linted
74 SMATCH=off
75
76 DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
77 LDLIBS += -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
78
79 .KEEP_STATE:
80
81 all: $(LIBS)
82
83 lint: lintcheck
84
85 # include library targets
86 include $(SRC)/lib/krb5/Makefile.targ
87
88 FRC:
89
90 generic.po: FRC
91 $(RM) messages.po
|