added missing files
This commit is contained in:
26
src/external/nexus/Makefile.am
vendored
Normal file
26
src/external/nexus/Makefile.am
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## Process this file with automake to create Makefile.in
|
||||||
|
## $Id$
|
||||||
|
|
||||||
|
h_sources = \
|
||||||
|
PNeXus.h
|
||||||
|
|
||||||
|
cpp_sources = \
|
||||||
|
PNeXus.cpp
|
||||||
|
|
||||||
|
include_HEADERS = $(h_sources)
|
||||||
|
|
||||||
|
INCLUDES = $(HDF5_CFLAGS) $(NEXUS_CFLAGS)
|
||||||
|
AM_CXXFLAGS = $(LOCAL_PNEXUS_LIB_CXXFLAGS)
|
||||||
|
|
||||||
|
AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
|
||||||
|
CLEANFILES = *~ core
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libPNeXus.la
|
||||||
|
|
||||||
|
libPNeXus_la_SOURCES = $(h_sources) $(cpp_sources)
|
||||||
|
libPNeXus_la_LIBADD = $(NEXUS_LIBS)
|
||||||
|
libPNeXus_la_LDFLAGS = -version-info $(PNEXUS_LIBRARY_VERSION) -release $(PNEXUS_RELEASE) $(AM_LDFLAGS)
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
pkgconfig_DATA = PNeXus.pc
|
||||||
|
|
10
src/external/nexus/PNeXus.pc.in
vendored
Normal file
10
src/external/nexus/PNeXus.pc.in
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: PNeXus
|
||||||
|
Description: C++ shared library as muSR NeXus interface
|
||||||
|
Version: @PNEXUS_VERSION@
|
||||||
|
Libs: -L${libdir} -l@PNEXUS_LIBRARY_NAME@
|
||||||
|
Cflags: -I${includedir}
|
Reference in New Issue
Block a user