| Revision 1490,
443 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.
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | prefix=@prefix@ |
|---|
| 3 | exec_prefix=@exec_prefix@ |
|---|
| 4 | libdir=@libdir@ |
|---|
| 5 | includedir=@includedir@ |
|---|
| 6 | |
|---|
| 7 | Name:@PACKAGE_NAME@ CPP bindings |
|---|
| 8 | Description:Libraries and utilities for using NeXus format data files from C++ |
|---|
| 9 | Version:@PACKAGE_VERSION@-@PACKAGE_RELEASE@ |
|---|
| 10 | Requires: |
|---|
| 11 | Conflicts: |
|---|
| 12 | Libs: -L${libdir} -lNeXusCPP -lNeXus @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ @LIBS@ |
|---|
| 13 | Cflags: -I${includedir}/nexus -I${includedir} @HDF4_CPPFLAGS@ @HDF5_CPPFLAGS@ @XML_CPPFLAGS@ |
|---|
Note: See
TracBrowser
for help on using the repository browser.