File: Makefile.am

package info (click to toggle)
thepeg 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 9,312 kB
  • ctags: 11,509
  • sloc: cpp: 57,129; sh: 11,315; java: 3,212; lisp: 1,402; makefile: 830; ansic: 58; perl: 3
file content (30 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
mySOURCES = StandardModelBase.cc RunningCoupling.cc AlphaEMBase.cc CKMBase.cc AlphaSBase.cc

DOCFILES = RunningCoupling.h AlphaEMBase.h AlphaSBase.h CKMBase.h  \
           StandardModelBase.h

INCLUDEFILES = $(DOCFILES) StandardModelBase.fh


noinst_LTLIBRARIES = libThePEGSM.la
pkglib_LTLIBRARIES = O1AlphaS.la SimpleAlphaEM.la StandardCKM.la

libThePEGSM_la_SOURCES = $(mySOURCES) $(INCLUDEFILES)

# Version info should be updated if any interface or persistent I/O
# function is changed
O1AlphaS_la_LDFLAGS = $(AM_LDFLAGS) -module $(LIBTOOLVERSIONINFO)
O1AlphaS_la_SOURCES = O1AlphaS.cc O1AlphaS.h

# Version info should be updated if any interface or persistent I/O
# function is changed
SimpleAlphaEM_la_LDFLAGS = $(AM_LDFLAGS) -module $(LIBTOOLVERSIONINFO)
SimpleAlphaEM_la_SOURCES = SimpleAlphaEM.cc SimpleAlphaEM.h

# Version info should be updated if any interface or persistent I/O
# function is changed
StandardCKM_la_LDFLAGS = $(AM_LDFLAGS) -module $(LIBTOOLVERSIONINFO)
StandardCKM_la_SOURCES = StandardCKM.cc StandardCKM.h

include $(top_srcdir)/Config/Makefile.aminclude