003 File Manager
Current Path:
/usr/src/usr.bin/calendar
usr
/
src
/
usr.bin
/
calendar
/
📁
..
📄
Makefile
(407 B)
📄
Makefile.depend
(285 B)
📄
calendar.1
(11.82 KB)
📄
calendar.c
(6.31 KB)
📄
calendar.h
(6.29 KB)
📁
calendars
📄
dates.c
(9.39 KB)
📄
day.c
(3.03 KB)
📄
events.c
(5.59 KB)
📄
io.c
(15.11 KB)
📄
locale.c
(4.72 KB)
📄
ostern.c
(2.39 KB)
📄
parsedata.c
(28.85 KB)
📄
paskha.c
(2.11 KB)
📄
pathnames.h
(1.77 KB)
📄
pom.c
(7.84 KB)
📄
sunpos.c
(12.1 KB)
📁
tests
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .include <src.opts.mk> PROG= calendar SRCS= calendar.c locale.c events.c dates.c parsedata.c io.c day.c \ ostern.c paskha.c pom.c sunpos.c LIBADD= m util .if ${MK_ICONV} == "yes" CFLAGS+= -DWITH_ICONV .endif FILESGROUPS+= CALS CALS= calendars/calendar.freebsd CALSDIR= ${SHAREDIR}/calendar HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder