Lines Matching +full:generic +full:- +full:2

3 SUBDIRS= generic krb5 spnego mechglue
4 DEFINES=-D_GSS_STATIC_LINK=1
7 ##DOSOBJFILELIST=@$(OUTPRE)mechglue.lst @$(OUTPRE)spnego.lst @$(OUTPRE)generic.lst @$(OUTPRE)krb5.l…
8 ##DOSOBJFILEDEP=$(OUTPRE)mechglue.lst $(OUTPRE)spnego.lst $(OUTPRE)generic.lst $(OUTPRE)krb5.lst # …
15 LOCALINCLUDES = -Igeneric -I$(srcdir)/generic -Ikrb5 -I$(srcdir)/krb5 -I$(srcdir)/mechglue
22 LIBMAJOR=2
23 LIBMINOR=2
26 SUBDIROBJLISTS=generic/OBJS.ST mechglue/OBJS.ST krb5/OBJS.ST spnego/OBJS.ST
30 SHLIB_EXPLIBS=-lkrb5 -lk5crypto $(COM_ERR_LIB) $(SUPPORT_LIB) $(DL_LIB) $(LIBS)
33 all-unix: all-liblinks @MAINT@ verify-calling-conventions-gssapi
35 install-unix: install-libs
37 clean-unix:: clean-liblinks clean-libs clean-libobjs clean-misc-unix
39 clean-windows::
42 clean-misc-unix: clean-recurse
43 $(RM) merged-gssapi-header.h
44 $(RM) -r $(EHDRDIR)
53 merged-gssapi-header.h: $(EXPORTED_HEADERS)
55 $(MV) merged.tmp merged-gssapi-header.h
56 verify-calling-conventions-gssapi: merged-gssapi-header.h
57 $(PERL) -w $(top_srcdir)/util/def-check.pl merged-gssapi-header.h $(srcdir)/../gssapi32.def
63 # depend on them. Existing but out-of-date versions must not be used.
68 # between testing for a directory and creating it -- do you then get
70 # command may also exaggerate the build-with-outdated-headers problem,
73 # fast machines where the UNIX filesystem's one-second granularity
81 # gssapi-include and all-recurse at the same time, and both will
83 #$(BUILDTOP)/include/gssapi/gssapi.h: generic/gssapi.h
84 # (cd generic && $(MAKE) gssapi-include)
85 #generic/gssapi.h: generic/gssapi.hin
86 # (cd generic && $(MAKE) gssapi.h)
87 #generic/gssapi_err_generic.h: generic/gssapi_err_generic.et
88 # (cd generic && $(MAKE) gssapi_err_generic.h)
92 # This version, without the no-op command to run, reportedly caused
93 # repeated rebuilds in certain cases. With the no-op command, it
97 $(EXPORTED_HEADERS) generic/gssapi.h krb5/gssapi_err_krb5.h generic/gssapi_err_generic.h krb5/gssap…