Line
Link Here
|
0 |
-- Looptools/Makefile.am |
0 |
++ Looptools/Makefile.am |
Lines 1-58
Link Here
|
1 |
noinst_LTLIBRARIES = libHwLooptoolsXFC.la libHwLooptoolsCFC.la |
1 |
noinst_LTLIBRARIES = libHwLooptools.la |
2 |
noinst_LTLIBRARIES += libHwLooptools.la |
|
|
3 |
|
4 |
EXTRA_DIST = include/lt.h include/ftypes.h include/ff.h include/ffwarn.h \ |
5 |
include/fferr.h include/defs.h include/looptools.h include/ffperm5.h \ |
6 |
include/clooptools.h include/cexternals.h include/externals.h \ |
7 |
util/solve-LU.F util/solve-LU.h util/solve-Eigen.F |
8 |
|
9 |
theXFCSOURCES = \ |
10 |
A/A0.F A/A00.F A/ffxa0.F A/ffca0.F B/Bget.F \ |
11 |
B/Bcoeff.F B/BcoeffC.F B/Bcoeffa.F B/Bcoeffb.F B/ffxb0.F \ |
12 |
B/ffcb0.F B/ffxb1.F B/ffcb1.F B/ffxb2p.F B/ffcb2p.F \ |
13 |
B/ffxdb0.F B/ffcdb0.F B/ffxdb1.F B/ffdel2.F B/ffcel2.F \ |
14 |
C/C0.F C/C0C.F C/Cget.F C/ffxc0.F C/ffcc0.F \ |
15 |
C/ffxc0i.F C/ffxc0p.F C/ffxc0p0.F C/ffcc0p.F C/ffdxc0.F \ |
16 |
C/ffdel3.F C/ffcel3.F D/D0.F D/D0C.F D/Dget.F \ |
17 |
D/ffxd0.F D/ffxd0h.F D/ffxd0i.F D/ffxd0p.F D/ffxd0m0.F \ |
18 |
D/ffxd0tra.F D/ffxdbd.F D/ffdcc0.F D/ffdel4.F D/ffd0c.F \ |
19 |
D/ffTn.F D/ffT13.F D/ffS2.F D/ffS3n.F D/ffRn.F \ |
20 |
E/E0.F E/Eget.F E/Ecoeffa.F E/Ecoeffb.F E/ffxe0.F \ |
21 |
E/ffdel5.F util/ini.F util/auxCD.F util/solve.F util/Dump.F \ |
22 |
util/Li2.F util/ffinit.F util/ffxli2.F util/ffcli2.F util/ffxxyz.F \ |
23 |
util/ffcxyz.F util/ffcrr.F util/ffcxr.F util/fftran.F util/ffabcd.F \ |
24 |
util/ff2dl2.F util/ffcxs3.F util/ffcxs4.F util/ffdcxs.F util/ffbndc.F |
25 |
|
26 |
## the following need -DCOMPLEXPARA |
27 |
theCFCSOURCES = \ |
28 |
A/A0.F A/A00.F B/Bget.F B/Bcoeffa.F C/Cget.F D/Dget.F E/E0.F \ |
29 |
E/Eget.F E/Ecoeffa.F E/Ecoeffb.F util/solve.F util/Dump.F util/Li2.F |
30 |
|
2 |
|
31 |
commonCPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/include |
3 |
commonCPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/include |
32 |
|
4 |
|
33 |
libHwLooptoolsXFC_la_SOURCES = $(theXFCSOURCES) |
5 |
libHwLooptools_la_SOURCES = clooptools.cc |
34 |
libHwLooptoolsXFC_la_CPPFLAGS = $(commonCPPFLAGS) |
|
|
35 |
libHwLooptoolsXFC_la_FCFLAGS = $(AM_FCFLAGS) -ffixed-line-length-none |
36 |
libHwLooptoolsXFC_la_FFLAGS = $(AM_FFLAGS) -ffixed-line-length-none |
37 |
|
38 |
libHwLooptoolsCFC_la_SOURCES = $(theCFCSOURCES) |
39 |
libHwLooptoolsCFC_la_CPPFLAGS = $(commonCPPFLAGS) -DCOMPLEXPARA |
40 |
libHwLooptoolsCFC_la_FCFLAGS = $(AM_FCFLAGS) -ffixed-line-length-none |
41 |
libHwLooptoolsCFC_la_FFLAGS = $(AM_FFLAGS) -ffixed-line-length-none |
42 |
|
43 |
## installed already from "include/Makefile.am" |
44 |
## noinst_HEADERS = include/clooptools.h |
45 |
|
46 |
##if NEED_APPLE_FIXES |
47 |
##libHwLooptoolsXFC_la_LDFLAGS = -Wl,-single_module |
48 |
##libHwLooptoolsCFC_la_LDFLAGS = -Wl,-single_module |
49 |
##endif |
50 |
|
51 |
libHwLooptools_la_SOURCES = util/cache.c clooptools.cc |
52 |
libHwLooptools_la_CXXFLAGS = $(AM_CXXFLAGS) -Wno-strict-aliasing |
6 |
libHwLooptools_la_CXXFLAGS = $(AM_CXXFLAGS) -Wno-strict-aliasing |
53 |
libHwLooptools_la_CPPFLAGS = $(commonCPPFLAGS) |
7 |
libHwLooptools_la_CPPFLAGS = $(commonCPPFLAGS) |
54 |
libHwLooptools_la_CFLAGS = $(AM_CFLAGS) -std=c99 |
8 |
libHwLooptools_la_CFLAGS = $(AM_CFLAGS) -std=c99 |
55 |
libHwLooptools_la_LIBADD = libHwLooptoolsXFC.la libHwLooptoolsCFC.la |
9 |
libHwLooptools_la_LIBADD = -looptools |
56 |
|
10 |
|
57 |
|
11 |
|
58 |
## libHwLooptoolsHelper2_la_SOURCES = clooptools.cc |
12 |
## libHwLooptoolsHelper2_la_SOURCES = clooptools.cc |