summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/crc32/Makefile.in
blob: 11df8607cf2ec1814d6be01ae0eada25d6288eb7 (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
thisconfigdir=../../..
myfulldir=lib/crypto/crc32
mydir=lib/crypto/crc32
BUILDTOP=$(REL)..$(S)..$(S)..
DEFS=

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

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

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

STLIBOBJS= crc32.o

OBJS= $(OUTPRE)crc32.$(OBJEXT) 

SRCS= $(srcdir)/crc32.c

##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs
	$(RM) t_crc.o t_crc

check-unix:: t_crc
	$(RUN_SETUP) $(VALGRIND) ./t_crc

t_crc: t_crc.o crc32.o $(SUPPORT_DEPLIB)
	$(CC_LINK) -o $@ t_crc.o crc32.o $(SUPPORT_LIB)


@libobj_frag@