Deleted Added
full compact
Makefile (100872) Makefile (102227)
1# $FreeBSD: head/lib/ncurses/ncurses/Makefile 100872 2002-07-29 09:40:17Z ru $
1# $FreeBSD: head/lib/ncurses/ncurses/Makefile 102227 2002-08-21 16:20:02Z mike $
2
3NCURSES=${.CURDIR}/../../contrib/ncurses
4
5LIB= ncurses
6SHLIB_MAJOR=5
7SHLIB_MINOR=0
8
9# Should be elsewhere

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

381 -e "s%@cf_cv_1UL@%${ONEUL}%g" \
382 -e "s%@cf_cv_builtin_bool@%${BUILTIN_BOOL}%g" \
383 -e "s%@cf_cv_cc_bool_type@%${BOOL_TYPE}%g" \
384 -e "s%@cf_cv_shift_limit@%${SHIFT_LIMIT}%g" \
385 -e "s%@cf_cv_header_stdbool_h@%${HEADER_STDBOOL}%g" \
386 -e "s%@cf_cv_type_of_bool@%${TYPE_OF_BOOL}%g" \
387 -e "s%@cf_cv_typeof_chtype@%${TYPEOF_CHTYPE}%g" \
388 -e "s%@cf_cv_widec_shift@%${WIDEC_SHIFT}%g" \
2
3NCURSES=${.CURDIR}/../../contrib/ncurses
4
5LIB= ncurses
6SHLIB_MAJOR=5
7SHLIB_MINOR=0
8
9# Should be elsewhere

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

381 -e "s%@cf_cv_1UL@%${ONEUL}%g" \
382 -e "s%@cf_cv_builtin_bool@%${BUILTIN_BOOL}%g" \
383 -e "s%@cf_cv_cc_bool_type@%${BOOL_TYPE}%g" \
384 -e "s%@cf_cv_shift_limit@%${SHIFT_LIMIT}%g" \
385 -e "s%@cf_cv_header_stdbool_h@%${HEADER_STDBOOL}%g" \
386 -e "s%@cf_cv_type_of_bool@%${TYPE_OF_BOOL}%g" \
387 -e "s%@cf_cv_typeof_chtype@%${TYPEOF_CHTYPE}%g" \
388 -e "s%@cf_cv_widec_shift@%${WIDEC_SHIFT}%g" \
389 -e "s/ _WCHAR_T/ _BSD_WCHAR_T_/g" \
390 -e "s/ _WINT_T/ _BSD_WINT_T_/g" \
389 -e "s/ _WCHAR_T/ __wchar_t/g" \
390 -e "s/ _WINT_T/ __wint_t/g" \
391
392unctrl.h: unctrl.h.in
393 sed <${NCURSES}/include/$@.in >$@ \
394 -e "/@NCURSES_MAJOR@/s%%${NCURSES_MAJOR}%" \
395 -e "/@NCURSES_MINOR@/s%%${NCURSES_MINOR}%"
396
397# MAN page gunk
398terminfo.5: MKterminfo.sh terminfo.head Caps

--- 176 unchanged lines hidden ---
391
392unctrl.h: unctrl.h.in
393 sed <${NCURSES}/include/$@.in >$@ \
394 -e "/@NCURSES_MAJOR@/s%%${NCURSES_MAJOR}%" \
395 -e "/@NCURSES_MINOR@/s%%${NCURSES_MINOR}%"
396
397# MAN page gunk
398terminfo.5: MKterminfo.sh terminfo.head Caps

--- 176 unchanged lines hidden ---