Add a new directory, configured but not built by default, and never
[krb5.git] / src / util / collected-client-lib / Makefile.in
1 thisconfigdir=../..
2 myfulldir=util/collected-client-lib
3 mydir=util/collected-client-lib
4 BUILDTOP=$(REL)..$(S)..
5 RELDIR=../util/collected-client-lib
6 DEFS=
7
8 ##DOS##BUILDTOP = ..\..
9 ##DOS##LIBNAME=$(OUTPRE)k5sprt32.lib
10 ##DOS##WIN64LIBNAME=$(OUTPRE)k5sprt64.lib
11 ##DOS##XTRA=
12 ##DOS##OBJFILE=$(OUTPRE)k5sprt32.lst
13 ##DOS##WIN64OBJFILE=$(OUTPRE)k5sprt64.lst
14
15 PROG_LIBPATH=-L$(TOPLIBD)
16 PROG_RPATH=$(KRB5_LIBDIR)
17
18 LIBBASE=collected
19 LIBMAJOR=1
20 LIBMINOR=0
21
22 LIBINITFUNC=
23 LIBFINIFUNC=
24
25 STLIBOBJS=
26 LIBOBJS=
27 STOBJLISTS= \
28         ../../lib/gssapi/OBJS.ST \
29         ../../lib/gssapi/generic/OBJS.ST \
30         ../../lib/gssapi/mechglue/OBJS.ST \
31         ../../lib/gssapi/krb5/OBJS.ST \
32         ../../lib/gssapi/spnego/OBJS.ST \
33         ../../lib/krb5/OBJS.ST \
34         ../../lib/krb5/error_tables/OBJS.ST \
35         ../../lib/krb5/asn.1/OBJS.ST \
36         ../../lib/krb5/ccache/OBJS.ST \
37         ../../lib/krb5/keytab/OBJS.ST \
38         ../../lib/krb5/krb/OBJS.ST \
39         ../../lib/krb5/rcache/OBJS.ST \
40         ../../lib/krb5/os/OBJS.ST \
41         ../profile/OBJS.ST \
42         ../../lib/crypto/crc32/OBJS.ST \
43         ../../lib/crypto/des/OBJS.ST \
44         ../../lib/crypto/dk/OBJS.ST \
45         ../../lib/crypto/enc_provider/OBJS.ST \
46         ../../lib/crypto/hash_provider/OBJS.ST \
47         ../../lib/crypto/keyhash_provider/OBJS.ST \
48         ../../lib/crypto/md4/OBJS.ST \
49         ../../lib/crypto/md5/OBJS.ST \
50         ../../lib/crypto/old/OBJS.ST \
51         ../../lib/crypto/raw/OBJS.ST \
52         ../../lib/crypto/sha1/OBJS.ST \
53         ../../lib/crypto/arcfour/OBJS.ST \
54         ../../lib/crypto/aes/OBJS.ST \
55         ../../lib/crypto/yarrow/OBJS.ST \
56         ../../lib/crypto/OBJS.ST \
57         ../et/OBJS.ST \
58         ../support/OBJS.ST
59
60 SRCS=
61
62 SHLIB_EXPDEPS =
63 # Add -lm if dumping thread stats, for sqrt.
64 SHLIB_EXPLIBS= @CRYPTO_LIBS@ $(LIBS) $(DL_LIB)
65 SHLIB_DIRS=
66 SHLIB_RDIRS=
67
68 DEPLIBS=
69
70 #
71 all-unix:: lib$(LIBBASE)$(SHLIBVEXT)
72
73 clean-unix:: clean-libs
74
75 #SHLIB_EXPORT_FILE=libcollected.exports
76
77 @lib_frag@
78 #@#libobj_frag@
79
80 # +++ Dependency line eater +++
81
82 # Makefile dependencies follow.  This must be the last section in
83 # the Makefile.in file
84 #