Deleted Added
full compact
Makefile (50476) Makefile (55955)
1# $FreeBSD: head/lib/libcalendar/Makefile 50476 1999-08-28 00:22:10Z peter $
1# $FreeBSD: head/lib/libcalendar/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
2
3LIB= calendar
4
5SRCS= calendar.c easter.c
2
3LIB= calendar
4
5SRCS= calendar.c easter.c
6INCS= calendar.h
6
7MAN3= calendar.3
8
9MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
10 calendar.3 gdate.3 calendar.3 jdate.3 \
11 calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
12 calendar.3 week.3 calendar.3 weekday.3
13
14CFLAGS+=-I. -I${.CURDIR} -Wall
15
7
8MAN3= calendar.3
9
10MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
11 calendar.3 gdate.3 calendar.3 jdate.3 \
12 calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
13 calendar.3 week.3 calendar.3 weekday.3
14
15CFLAGS+=-I. -I${.CURDIR} -Wall
16
16beforeinstall:
17 ${INSTALL} -C -m 444 -o $(BINOWN) -g $(BINGRP) ${.CURDIR}/calendar.h \
18 ${DESTDIR}/usr/include
19
20.include <bsd.lib.mk>
17.include <bsd.lib.mk>