aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/camellia/Makefile.in
blob: a15c6f9c6da94ae212a3f04e465b2b3952c06859 (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/builtin/camellia
mydir=lib$(S)crypto$(S)builtin$(S)camellia
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/../aes

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

STLIBOBJS= camellia.o

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

SRCS= $(srcdir)/camellia.c

GEN_OBJS= $(OUTPRE)camellia.$(OBJEXT)

##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs # camellia-gen

includes:: depend

depend:: $(SRCS)

camellia-gen: camellia-gen.o $(GEN_OBJS)
	$(CC_LINK) -o camellia-gen camellia-gen.o $(GEN_OBJS)

run-camellia-gen: camellia-gen
	./camellia-gen > kresults.out

check:: run-camellia-gen


clean-unix:: clean-libobjs

clean::
	-$(RM) camellia-gen camellia-gen.o kresults.out

@libobj_frag@