Changeset 5025 for trunk/psLib/pslib-config.in
- Timestamp:
- Sep 13, 2005, 10:27:21 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/pslib-config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/pslib-config.in
r4981 r5025 4 4 exec_prefix=@exec_prefix@ 5 5 includedir=@includedir@ 6 top_srcdir=@ABS_SRCDIR@ 6 7 @PERL_INSTALLSYTLE@ 7 8 … … 17 18 --libs print library linking information 18 19 --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 19 22 --help display this help and exit 20 23 --version output version information … … 64 67 ;; 65 68 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 66 77 --deps) 67 78 echo @PSLIB_LIBS@
Note:
See TracChangeset
for help on using the changeset viewer.
