summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow/Makefile.in
blob: 06dc95cc651bf162b03ad0e9567511eb58ec7324 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
thisconfigdir=./..
myfulldir=lib/crypto/yarrow
mydir=yarrow
BUILDTOP=$(REL)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../sha1 -I$(srcdir)/../enc_provider

##DOS##BUILDTOP = ..\..\..
##DOS##PREFIXDIR=yarrow
##DOS##OBJFILE=..\$(OUTPRE)yarrow.lst

PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

RUN_SETUP = @KRB5_RUN_ENV@ KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf

STLIBOBJS=\
	yarrow.o \
	ycipher.o
OBJS=\
	$(OUTPRE)yarrow.$(OBJEXT) \
	$(OUTPRE)ycipher.$(OBJEXT)

SRCS=\
	$(srcdir)/yarrow.c \
	$(srcdir)/ycipher.c 

##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs

# @libobj_frag@

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
yarrow.so yarrow.po $(OUTPRE)yarrow.$(OBJEXT): yarrow.c \
  $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
  $(BUILDTOP)/include/krb5/autoconf.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/k5-locate.h \
  $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
  yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \
  ylock.h ystate.h yexcep.h
ycipher.so ycipher.po $(OUTPRE)ycipher.$(OBJEXT): ycipher.c \
  $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
  $(BUILDTOP)/include/krb5/autoconf.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/k5-locate.h \
  $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
  yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \
  $(srcdir)/../enc_provider/enc_provider.h