Deleted Added
full compact
Makefile (55813) Makefile (55816)
1# $FreeBSD: head/lib/ncurses/ncurses/Makefile 55813 2000-01-11 12:37:57Z green $
1# $FreeBSD: head/lib/ncurses/ncurses/Makefile 55816 2000-01-11 12:51:56Z green $
2
3NCURSES=${.CURDIR}/../../contrib/ncurses
4
5LIB= ncurses
6SHLIB_MAJOR=5
7SHLIB_MINOR=0
8
9# Should be elsewhere

--- 238 unchanged lines hidden (view full) ---

248DOCS= ncurses-intro.html hackguide.html
249
250beforeinstall: ${HEADERS}
251 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
252 ${DESTDIR}/usr/include
253 rm -f ${DESTDIR}/usr/include/ncurses.h
254 ln -s curses.h ${DESTDIR}/usr/include/ncurses.h
255
2
3NCURSES=${.CURDIR}/../../contrib/ncurses
4
5LIB= ncurses
6SHLIB_MAJOR=5
7SHLIB_MINOR=0
8
9# Should be elsewhere

--- 238 unchanged lines hidden (view full) ---

248DOCS= ncurses-intro.html hackguide.html
249
250beforeinstall: ${HEADERS}
251 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
252 ${DESTDIR}/usr/include
253 rm -f ${DESTDIR}/usr/include/ncurses.h
254 ln -s curses.h ${DESTDIR}/usr/include/ncurses.h
255
256.if !defined(NOHTML)
256afterinstall:
257.for file in ${DOCS}
258 cd ${.CURDIR}/../../contrib/ncurses/misc ; \
259 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
260 ${DESTDIR}${DOCSDIR}
261.endfor
257afterinstall:
258.for file in ${DOCS}
259 cd ${.CURDIR}/../../contrib/ncurses/misc ; \
260 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
261 ${DESTDIR}${DOCSDIR}
262.endfor
263.endif
262
263# Generated source
264namehdr nameftr codeftr ${NAMESRC} ${CODESRC}: MKnames.awk Caps
265 ${AWK} -f ${NCURSES}/ncurses/tinfo/MKnames.awk ${NCURSES}/include/Caps
266
267.ORDER: namehdr ${NAMESRC} ${CODESRC} nameftr codeftr names.c codes.c
268
269names.c: namehdr ${NAMESRC} nameftr

--- 261 unchanged lines hidden ---
264
265# Generated source
266namehdr nameftr codeftr ${NAMESRC} ${CODESRC}: MKnames.awk Caps
267 ${AWK} -f ${NCURSES}/ncurses/tinfo/MKnames.awk ${NCURSES}/include/Caps
268
269.ORDER: namehdr ${NAMESRC} ${CODESRC} nameftr codeftr names.c codes.c
270
271names.c: namehdr ${NAMESRC} nameftr

--- 261 unchanged lines hidden ---