The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/teken/libteken/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/11.0/sys/teken/libteken/Makefile 221698 2011-05-09 16:27:39Z ed $
    2 
    3 LIB=    teken
    4 SHLIB_MAJOR= 0
    5 
    6 CFLAGS+=-I.
    7 WARNS?= 6
    8 
    9 SRCDIR= ${.CURDIR}/..
   10 .PATH: ${SRCDIR}
   11 
   12 SRCS=   teken.c teken_state.h
   13 INCS=   teken.h
   14 CLEANFILES=teken_state.h
   15 
   16 MAN=    teken.3
   17 MLINKS= teken.3 teken_256to8.3 \
   18         teken.3 teken_get_curattr.3 \
   19         teken.3 teken_get_cursor.3 \
   20         teken.3 teken_get_defattr.3 \
   21         teken.3 teken_get_defattr_cons25.3 \
   22         teken.3 teken_get_sequence.3 \
   23         teken.3 teken_get_winsize.3 \
   24         teken.3 teken_init.3 \
   25         teken.3 teken_input.3 \
   26         teken.3 teken_set_8bit.3 \
   27         teken.3 teken_set_cons25.3 \
   28         teken.3 teken_set_curattr.3 \
   29         teken.3 teken_set_cursor.3 \
   30         teken.3 teken_set_defattr.3 \
   31         teken.3 teken_set_winsize.3
   32 
   33 teken_state.h: ${SRCDIR}/gensequences ${SRCDIR}/sequences
   34         awk -f ${SRCDIR}/gensequences ${SRCDIR}/sequences > ${.TARGET}
   35 
   36 VERSION_DEF=    ${.CURDIR}/../../../lib/libc/Versions.def
   37 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
   38 
   39 .include <bsd.lib.mk>

Cache object: 76c33253f6dbbf3999713a5aa6f8729a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.