Deleted Added
full compact
Makefile (117728) Makefile (125261)
1# $FreeBSD: head/kerberos5/lib/libvers/Makefile 117728 2003-07-18 13:21:58Z markm $
1# $FreeBSD: head/kerberos5/lib/libvers/Makefile 125261 2004-01-31 08:15:57Z ru $
2
3LIB= vers
4
5SRCS= \
6 print_version.c \
2
3LIB= vers
4
5SRCS= \
6 print_version.c \
7 ${.OBJDIR}/print_version.h
7 print_version.h
8
8
9CFLAGS+=-I${KRB5DIR}/include \
10 -I${ROKENOBJDIR} \
11 -I${KRB5DIR}/lib/roken \
12 -I${.OBJDIR}
9CFLAGS+=-I.
13
14INTERNALLIB= YES
15
10
11INTERNALLIB= YES
12
16.include <bsd.lib.mk>
13print_version.h: ../../tools/make-print-version/make-print-version
14 ../../tools/make-print-version/make-print-version ${.TARGET}
17
15
18.PATH: ${KRB5DIR}/lib/vers
16../../tools/make-print-version/make-print-version:
17 cd ${.CURDIR}/../../tools/make-print-version && ${MAKE}
19
18
20build-tools: make-print-version
19CLEANFILES= print_version.h
21
20
22${.OBJDIR}/print_version.h: make-print-version
23 ./make-print-version print_version.h
21.include <bsd.lib.mk>
24
22
25make-print-version: make-print-version.c
26 ${CC} ${CFLAGS} -static -o ${.TARGET} ${.OODATE}
27
28CLEANFILES+= make-print-version print_version.h
23.PATH: ${KRB5DIR}/lib/vers