home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / curses-bsd4.4 / Makefile.bsd-4.4 < prev    next >
Encoding:
Makefile  |  1994-01-02  |  774 b   |  21 lines

  1. #    @(#)Makefile    8.2 (Berkeley) 1/2/94
  2.  
  3. CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
  4. CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
  5. LIB=    curses
  6. SRCS=    addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
  7.     cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \
  8.     erase.c fullname.c getch.c getstr.c id_subwins.c idlok.c initscr.c \
  9.     insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \
  10.     overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \
  11.     standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
  12. MAN3=    curses.0
  13.  
  14. beforeinstall:
  15.     -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
  16.         /dev/null 2>&1 || \
  17.         install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
  18.         ${DESTDIR}/usr/include
  19.  
  20. .include <bsd.lib.mk>
  21.