File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / readline / readline.pc.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 01:01:01 2021 UTC (3 years, 3 months ago) by misho
Branches: readline, MAIN
CVS tags: v8_2p0, v8_1p0, HEAD
readline 8.1

    1: prefix=@prefix@
    2: exec_prefix=@exec_prefix@
    3: libdir=@libdir@
    4: includedir=@includedir@
    5: 
    6: Name: Readline
    7: Description: Gnu Readline library for command line editing
    8: URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
    9: Version: @LIBVERSION@
   10: Libs: -L${libdir} -lreadline
   11: Cflags: -I${includedir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>