summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python/Makefile.in
blob: 46a83fede4264a48df49b73b31dadac9a4e40ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
thisconfigdir=.
myfulldir=plugins/locate/python
mydir=.
BUILDTOP=$(REL)..$(S)..$(S)..

LIBBASE=python
LIBMAJOR=0
LIBMINOR=0
SO_EXT=.so
RELDIR=../plugins/locate/python
MODULE_INSTALL_DIR = $(KRB5_LIBKRB5_MODULE_DIR)

SHLIB_EXPDEPS=
SHLIB_EXPLIBS= -lpython2.3

SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)

SRCS= \
	$(srcdir)/py-locate.c
STOBJLISTS=OBJS.ST
STLIBOBJS= py-locate.o

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

# @libnover_frag@
# @libobj_frag@

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
py-locate.so py-locate.po $(OUTPRE)py-locate.$(OBJEXT): \
  py-locate.c $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-int.h \
  $(BUILDTOP)/include/krb5/osconf.h $(SRCTOP)/include/k5-platform.h \
  $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
  $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
  $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
  $(SRCTOP)/include/k5-plugin.h