freebsd-dev/kerberos5/tools/slc/Makefile
Doug Rabson 33f1219925 Fix conflicts after heimdal-1.1 import and add build infrastructure. Import
all non-style changes made by heimdal to our own libgssapi.
2008-05-07 13:53:12 +00:00

35 lines
723 B
Makefile

# $FreeBSD$
PROG= slc
NO_MAN=
SRCS= get_window_size.c \
getarg.c \
slc-gram.y \
slc-lex.l \
slc.h \
strupr.c
SRCS+= print_version.c \
print_version.h
CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I${KRB5DIR}/lib/vers -I.
CLEANFILES= print_version.h roken.h
print_version.h: ../make-print-version/make-print-version
../make-print-version/make-print-version ${.TARGET}
../make-print-version/make-print-version: .PHONY
cd ${.CURDIR}/../make-print-version && ${MAKE}
roken.h: ../make-roken/make-roken
../make-roken/make-roken > ${.TARGET}
../make-roken/make-roken: .PHONY
cd ${.CURDIR}/../make-roken && ${MAKE}
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/lib/vers ${KRB5DIR}/lib/roken ${KRB5DIR}/lib/sl