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

Cache object: 8febdbeb061dbd74a4a584ae01a0b8c5


[ 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.