aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/nss/aes/Makefile.in
blob: 9855eafb027995a5c3fa183208cfb7561c8665db (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/nss/aes
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../krb/dk  -I$(srcdir)/../../../../include
DEFS=

##DOS##BUILDTOP = ..\..\..\..
##DOS##PREFIXDIR=aes
##DOS##OBJFILE=..\$(OUTPRE)aes.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@