~ubuntu-branches/ubuntu/quantal/rivet/quantal

« back to all changes in this revision

Viewing changes to .pc/fix-analysis-plugin-path.patch/src/Tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lifeng Sun
  • Date: 2012-06-04 00:23:54 UTC
  • Revision ID: package-import@ubuntu.com-20120604002354-hqdcr26y74z0z4qy
Tags: 1.8.0-1
Initial release (Closes: #636983)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if WITHOUT_YAML_CPP
 
2
SUBDIRS = yaml-cpp
 
3
endif
 
4
 
 
5
noinst_LTLIBRARIES = libRivetTools.la
 
6
 
 
7
libRivetTools_la_SOURCES = \
 
8
  Logging.cc \
 
9
  RivetAIDA.cc \
 
10
  RivetPaths.cc \
 
11
  binreloc.c \
 
12
  Utils.cc \
 
13
  ParticleIdUtils.cc \
 
14
  BinnedHistogram.cc \
 
15
  mt2_bisect.cc \
 
16
  RivetMT2.cc
 
17
 
 
18
dist_noinst_HEADERS = binreloc.h mt2_bisect.hh
 
19
 
 
20
libRivetTools_la_CPPFLAGS = \
 
21
  $(AM_CPPFLAGS) \
 
22
  -DENABLE_BINRELOC \
 
23
  -DDEFAULTDATADIR=\"$(datadir)\" \
 
24
  -DDEFAULTLIBDIR=\"$(libdir)\"
 
25
 
 
26
## NB. Using $(top_builddir)/src/Tools rather than $(builddir) because of SL4 automake bug
 
27
if WITH_YAML_CPP
 
28
libRivetTools_la_LDFLAGS = $(AM_LDFLAGS) -L$(YAML_CPPLIBPATH)
 
29
libRivetTools_la_LIBADD = -lyaml-cpp
 
30
else
 
31
libRivetTools_la_LIBADD = $(top_builddir)/src/Tools/yaml-cpp/libyaml-cpp.la
 
32
endif
 
33
libRivetTools_la_LIBADD += -ltinyxml