source: trunk/scripts/nexus.pc.in @ 1822

Revision 1490, 410 bytes checked in by Peter Peterson, 23 months ago (diff)

Added package config for cpp binding. Unfortunately I had to modify the extension of the input file for autoconf. Refs #235.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#
2prefix=@prefix@
3exec_prefix=@exec_prefix@
4libdir=@libdir@
5includedir=@includedir@
6
7Name:@PACKAGE_NAME@
8Description:Libraries and utilities for using NeXus format data files
9Version:@PACKAGE_VERSION@-@PACKAGE_RELEASE@
10Requires:
11Conflicts:
12Libs:   -L${libdir} -lNeXus @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ @LIBS@
13Cflags: -I${includedir}/nexus -I${includedir} @HDF4_CPPFLAGS@ @HDF5_CPPFLAGS@ @XML_CPPFLAGS@
Note: See TracBrowser for help on using the repository browser.