]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/lib/vers/Makefile.am
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / lib / vers / Makefile.am
1 # $Id: Makefile.am 21959 2007-10-16 13:25:59Z lha $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 CLEANFILES              = print_version.h
6
7 noinst_LTLIBRARIES      = libvers.la
8
9 build_HEADERZ           = vers.h
10
11 CHECK_LOCAL             = no-check-local
12
13 noinst_PROGRAMS         = make-print-version
14
15 if KRB4
16 if KRB5
17 ## need to link with des here; otherwise, if krb4 is shared the link
18 ## will fail with unresolved references
19 make_print_version_LDADD = $(LIB_krb4) $(LIB_hcrypto)
20 endif
21 endif
22
23 libvers_la_SOURCES      = print_version.c
24
25 print_version.lo: print_version.h
26
27 print_version.h: make-print-version$(EXEEXT)
28         ./make-print-version$(EXEEXT) print_version.h
29
30 make-print-version.o: $(top_builddir)/include/version.h
31
32 EXTRA_DIST = $(build_HEADERZ)