Makefile.in   [plain text]


thisconfigdir=../../..
myfulldir=plugins/authdata/greet
mydir=plugins/authdata/greet
BUILDTOP=$(REL)..$(S)..$(S)..
KRB5_RUN_ENV = @KRB5_RUN_ENV@
KRB5_CONFIG_SETUP = KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf ; export KRB5_CONFIG ;
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
MODULE_INSTALL_DIR = $(KRB5_AD_MODULE_DIR)
DEFS=@DEFS@

LOCALINCLUDES = -I../../../include/krb5

LIBBASE=greet
LIBMAJOR=0
LIBMINOR=0
SO_EXT=.so
#RELDIR=../plugins/preauth/wpse
# Depends on nothing
SHLIB_EXPDEPS =
SHLIB_EXPLIBS=

SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)
STOBJLISTS=OBJS.ST
STLIBOBJS= greet_auth.o

SRCS=	greet_auth.c

all-unix:: $(LIBBASE)$(SO_EXT)
install-unix:: install-libs
clean-unix:: clean-libs clean-libobjs

clean::
	$(RM) lib$(LIBBASE)$(SO_EXT)

@libnover_frag@
@libobj_frag@

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
greet_auth.so greet_auth.po $(OUTPRE)greet_auth.$(OBJEXT): \
  $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/authdata_plugin.h \
  greet_auth.c