IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 10:27:21 AM (21 years ago)
Author:
desonia
Message:

added an option to get the build location of headers and library.

File:
1 edited

Legend:

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

    r4981 r5025  
    44exec_prefix=@exec_prefix@
    55includedir=@includedir@
     6top_srcdir=@ABS_SRCDIR@
    67@PERL_INSTALLSYTLE@
    78
     
    1718  --libs                print library linking information
    1819  --cflags              print pre-processor and compiler flags
     20  --build-libs          print library linking information to the build (non-installed) version
     21  --build-cflags        print pre-processor and compiler flags to the build (non-installed) version
    1922  --help                display this help and exit
    2023  --version             output version information
     
    6467        ;;
    6568
     69    --build-cflags)
     70        echo @SRCINC@ @PSLIB_CFLAGS@
     71        ;;
     72
     73    --build-libs)
     74        echo -L@ABS_SRCDIR@/src/.libs -lpslib @PSLIB_LIBS@
     75        ;;
     76
    6677    --deps)
    6778        echo @PSLIB_LIBS@
Note: See TracChangeset for help on using the changeset viewer.