summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/aes/Makefile.in
blob: 6df0e0d44eb96fcdc5c841d3b46eabc2d545edb1 (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
# 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=

STLIBOBJS=

OBJS=

SRCS=

all-unix:: all-libobjs 

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs

@libobj_frag@