| 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 | # |
|---|
| 2 | prefix=@prefix@ |
|---|
| 3 | exec_prefix=@exec_prefix@ |
|---|
| 4 | libdir=@libdir@ |
|---|
| 5 | includedir=@includedir@ |
|---|
| 6 | |
|---|
| 7 | Name:@PACKAGE_NAME@ |
|---|
| 8 | Description:Libraries and utilities for using NeXus format data files |
|---|
| 9 | Version:@PACKAGE_VERSION@-@PACKAGE_RELEASE@ |
|---|
| 10 | Requires: |
|---|
| 11 | Conflicts: |
|---|
| 12 | Libs: -L${libdir} -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.