components/krb5/Solaris/ucrypto/hash_provider/Makefile.in
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7950 50d75ee82dad
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

mydir=lib$(S)crypto$(S)ucrypto$(S)hash_provider
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/../../krb -I$(srcdir)/..

STLIBOBJS= \
	hash_crc32.o 	\
	hash_md4.o 	\
	hash_ucrypto.o

OBJS=   $(OUTPRE)hash_crc32.$(OBJEXT) 	\
	$(OUTPRE)hash_md4.$(OBJEXT) 	\
	$(OUTPRE)hash_ucrypto.$(OBJEXT)

SRCS=	$(srcdir)/hash_crc32.c	\
	$(srcdir)/hash_md4.c 	\
	$(srcdir)/hash_ucrypto.c

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs

@libobj_frag@