ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/heimdal/dist/admin/Makefile.am
Revision: 7124
Committed: Wed Jul 22 14:55:56 2015 UTC (8 years, 9 months ago) by laffer1
File size: 907 byte(s)
Log Message:
import heimdal 1.1.0

File Contents

# Content
1 # $Id: Makefile.am,v 1.1.1.3 2012-07-21 15:09:09 laffer1 Exp $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 AM_CPPFLAGS += $(INCLUDE_readline) $(INCLUDE_hcrypto)
6
7 SLC = $(top_builddir)/lib/sl/slc
8
9 man_MANS = ktutil.8
10
11 sbin_PROGRAMS = ktutil
12
13 dist_ktutil_SOURCES = \
14 add.c \
15 change.c \
16 copy.c \
17 get.c \
18 ktutil.c \
19 ktutil_locl.h \
20 list.c \
21 purge.c \
22 remove.c \
23 rename.c
24
25 nodist_ktutil_SOURCES = \
26 ktutil-commands.c
27
28 $(ktutil_OBJECTS): ktutil-commands.h
29
30 CLEANFILES = ktutil-commands.h ktutil-commands.c
31
32 ktutil-commands.c ktutil-commands.h: ktutil-commands.in
33 $(SLC) $(srcdir)/ktutil-commands.in
34
35 LDADD = \
36 $(top_builddir)/lib/kadm5/libkadm5clnt.la \
37 $(top_builddir)/lib/krb5/libkrb5.la \
38 $(LIB_hcrypto) \
39 $(top_builddir)/lib/asn1/libasn1.la \
40 $(top_builddir)/lib/sl/libsl.la \
41 $(LIB_readline) \
42 $(LIB_roken)
43
44 EXTRA_DIST = $(man_MANS) ktutil-commands.in