blob: cddb434e497cbed33ad8bb59fb830c8836b555b0 (
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
|
# 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$(S)crypto$(S)openssl$(S)aes
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES=
DEFS=
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
STLIBOBJS=
OBJS=
SRCS=
all-unix:: all-libobjs
includes:: depend
depend:: $(SRCS)
clean-unix:: clean-libobjs
@libobj_frag@
|