aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/yarrow/Makefile.in
blob: 12d95860b872ec0d05bdd2ad86359458711daee8 (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
thisconfigdir=../../..
myfulldir=lib/crypto/yarrow
mydir=lib/crypto/yarrow
BUILDTOP=$(REL)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../sha1 -I$(srcdir)/../enc_provider
DEFS=

##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@