File: Makefile.am

package info (click to toggle)
fastjet 3.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,552 kB
  • sloc: cpp: 78,628; python: 6,112; sh: 1,038; fortran: 673; makefile: 636; ansic: 161
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = fastjet .

if MONOLITHIC_PLUGINS
noinst_LTLIBRARIES = libCMSIterativeConePlugin.la
else
lib_LTLIBRARIES = libCMSIterativeConePlugin.la
endif
libCMSIterativeConePlugin_la_CXXFLAGS = $(AM_CXXFLAGS) -I$(srcdir) -I$(srcdir)/../../include
libCMSIterativeConePlugin_la_SOURCES = CMSIterativeConePlugin.cc
libCMSIterativeConePlugin_la_LIBADD = ../../src/libfastjet.la
noinst_HEADERS = SortByEt.h

EXTRA_DIST = makefile.static