head	1.1;
branch	1.1.1;
access;
symbols
	libc-4-7-4:1.1.1.1
	libc-4-7-3:1.1.1.1
	libc-4-7-2:1.1.1.1
	libc-4-7-1-b:1.1.1.1.0.4
	libc-4-7-1:1.1.1.1
	libc-4-7-0:1.1.1.1
	libc-4-6-27-patches:1.1.1.1.0.2
	libc-4-6-30:1.1.1.1
	libc-4-6-29:1.1.1.1
	libc-4-6-28-6:1.1.1.1
	libc-4-6-28-5:1.1.1.1
	libc-4-6-28-4:1.1.1.1
	libc-4-6-28-3:1.1.1.1
	libc-4-6-28-2:1.1.1.1
	libc-4-6-28-1:1.1.1.1
	libc-4-6-28:1.1.1.1
	libc-4-6-27:1.1.1.1
	linux:1.1.1;
locks; strict;
comment	@# @;


1.1
date	95.02.18.05.33.16;	author hjl;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.18.05.33.17;	author hjl;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#	@@(#)Makefile	5.10 (Berkeley) 6/24/90

LIB=	curses
SRCS=	addbytes.c addch.c addstr.c box.c clear.c clrtobot.c clrtoeol.c \
	cr_put.c cr_tty.c curses.c delch.c deleteln.c delwin.c endwin.c \
	erase.c fullname.c getch.c getstr.c idlok.c id_subwins.c initscr.c \
	insch.c insertln.c longname.c move.c mvprintw.c mvscanw.c mvwin.c \
	newwin.c overlay.c overwrite.c printw.c putchar.c refresh.c scanw.c \
	scroll.c toucholap.c standout.c touchwin.c tstp.c unctrl.c
MAN3=	curses.0

CFLAGS+=-DPOSIX
OBJS+=	${SRCS:R:S/$/.o/g}
all:	libcurses.a

# need to alter default rules in /usr/share/mk/bsd.lib.mk; we don't have
# lorder or tsort.
lib${LIB}.a:: ${OBJS}
	@@echo building standard ${LIB} library
	@@rm -f lib${LIB}.a
	@@${AR} cTq lib${LIB}.a ${OBJS} ${LDADD}
	ranlib lib${LIB}.a


beforeinstall:
	-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
	    ${DESTDIR}/usr/include

.include <bsd.prog.mk>
@


1.1.1.1
log
@The Linux C library 4.6.27 (source files).
@
text
@@
