Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 7d5d34f
  • /
  • securid_sam2
  • /
  • Makefile.in
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:af34c15ac24e569ccff82fa095127dcbeb98e91c
directory badge Iframe embedding
swh:1:dir:d062d8cd2c0bb41ea680cec81c0ca03ae8c0a3eb
Makefile.in
mydir=plugins$(S)preauth$(S)securid_sam2
BUILDTOP=$(REL)..$(S)..$(S)..
MODULE_INSTALL_DIR = $(KRB5_PA_MODULE_DIR)
DEFINES=-DARL_SECURID_PREAUTH

LIBBASE=securid_sam2
LIBMAJOR=0
LIBMINOR=0
RELDIR=../plugins/preauth/securid_sam2
# Depends on libk5crypto and libkrb5
SHLIB_EXPDEPS = \
	$(TOPLIBD)/libk5crypto$(SHLIBEXT) \
	$(TOPLIBD)/libkrb5$(SHLIBEXT) $(KADMSRV_DEPLIBS)
ACELIB= -laceclnt
SHLIB_EXPLIBS= -lkrb5 $(COM_ERR_LIB) -lk5crypto $(SUPPORT_LIB) \
	$(KADMSRV_LIBS) $(LIBS) $(ACELIB)

STLIBOBJS=securid_sam2_main.o securid2.o grail.o

SRCS= $(srcdir)/securid_sam2_main.c $(srcdir)/securid2.c $(srcdir)/grail.c

all-unix: all-libs
install-unix: install-libs
clean-unix:: clean-libs clean-libobjs

@libnover_frag@
@libobj_frag@

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top