IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8988


Ignore:
Timestamp:
Sep 26, 2006, 12:58:09 PM (20 years ago)
Author:
jhoblitt
Message:

cleanup pkgconfig & -config helper script -- sync with psmodules

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/pslib-config.in

    r5025 r8988  
    33prefix=@prefix@
    44exec_prefix=@exec_prefix@
    5 includedir=@includedir@
     5libdir=@libdir@
     6includedir=@includedir@/@PACKAGE_NAME@
    67top_srcdir=@ABS_SRCDIR@
    78@PERL_INSTALLSYTLE@
     
    6061
    6162    --cflags)
    62         echo -I@includedir@ @PSLIB_CFLAGS@
     63        echo -I${includedir} @PSLIB_CFLAGS@
    6364        ;;
    6465
    6566    --libs)
    66         echo -L@libdir@ -lpslib @PSLIB_LIBS@
     67        echo -L${libdir} -lpslib @PSLIB_LIBS@
    6768        ;;
    6869
  • trunk/psLib/pslib.pc.in

    r8923 r8988  
    22exec_prefix=@exec_prefix@
    33libdir=@libdir@
    4 includedir=@includedir@
     4includedir=@includedir@/@PACKAGE_NAME@
    55
    6 Name: psLib
     6Name: @PACKAGE_NAME@
    77Description: Pan-STARRS Library
    88Version: @VERSION@
    9 Libs: -L@libdir@ -lpslib @PSLIB_LIBS@ @LIBS@
    10 Cflags: -I${includedir}/@PACKAGE_NAME@ @PSLIB_CFLAGS@
     9Libs: -L${libdir} -lpslib @PSLIB_LIBS@
     10Cflags: -I${includedir} @PSLIB_CFLAGS@
Note: See TracChangeset for help on using the changeset viewer.