Changeset 8988
- Timestamp:
- Sep 26, 2006, 12:58:09 PM (20 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
pslib-config.in (modified) (2 diffs)
-
pslib.pc.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/pslib-config.in
r5025 r8988 3 3 prefix=@prefix@ 4 4 exec_prefix=@exec_prefix@ 5 includedir=@includedir@ 5 libdir=@libdir@ 6 includedir=@includedir@/@PACKAGE_NAME@ 6 7 top_srcdir=@ABS_SRCDIR@ 7 8 @PERL_INSTALLSYTLE@ … … 60 61 61 62 --cflags) 62 echo -I @includedir@@PSLIB_CFLAGS@63 echo -I${includedir} @PSLIB_CFLAGS@ 63 64 ;; 64 65 65 66 --libs) 66 echo -L @libdir@-lpslib @PSLIB_LIBS@67 echo -L${libdir} -lpslib @PSLIB_LIBS@ 67 68 ;; 68 69 -
trunk/psLib/pslib.pc.in
r8923 r8988 2 2 exec_prefix=@exec_prefix@ 3 3 libdir=@libdir@ 4 includedir=@includedir@ 4 includedir=@includedir@/@PACKAGE_NAME@ 5 5 6 Name: psLib6 Name: @PACKAGE_NAME@ 7 7 Description: Pan-STARRS Library 8 8 Version: @VERSION@ 9 Libs: -L @libdir@ -lpslib @PSLIB_LIBS@ @LIBS@10 Cflags: -I${includedir} /@PACKAGE_NAME@@PSLIB_CFLAGS@9 Libs: -L${libdir} -lpslib @PSLIB_LIBS@ 10 Cflags: -I${includedir} @PSLIB_CFLAGS@
Note:
See TracChangeset
for help on using the changeset viewer.
