blob: 5e36d50702c893e5a54c53ec4d069c3023735573 (
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
|
# Nothing here! But we can't remove this directory as the build
# system currently assumes that all modules have the same directory
# structure.
mydir=lib/crypto/openssl/camellia
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../krb/dk -I$(srcdir)/../../../../include
DEFS=
##DOS##BUILDTOP = ..\..\..\..
##DOS##PREFIXDIR=camellia
##DOS##OBJFILE=..\$(OUTPRE)camellia.lst
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
STLIBOBJS=
OBJS=
SRCS=
##DOS##LIBOBJS = $(OBJS)
all-unix:: all-libobjs
includes:: depend
depend:: $(SRCS)
check::
clean-unix:: clean-libobjs
clean::
@libobj_frag@
|