source: ThirdParty/mpqc_open/lib/LocalMakefile.in@ 7516f6

Action_Thermostats Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Exclude_Hydrogens_annealWithBondGraph Fix_Verbose_Codepatterns ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters Recreated_GuiChecks StoppableMakroAction TremoloParser_IncreasedPrecision
Last change on this file since 7516f6 was 581525, checked in by Frederik Heber <heber@…>, 8 years ago

Setting unset datarootdir in mpqc's LocalMakefile.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1# Emacs should use -*- Makefile -*- mode.
2
3LOCALMAKEFILE_FOUND=yes
4
5datarootdir = @datarootdir@
6
7host = @host@
8host_cpu = @host_cpu@
9host_vendor = @host_vendor@
10host_os = @host_os@
11
12target = @target@
13target_cpu = @target_cpu@
14target_vendor = @target_vendor@
15target_os = @target_os@
16
17SC_VERSION = @SC_VERSION@
18SC_SO_VERSION = @SC_SO_VERSION@
19BUILDID = @BUILDID@
20
21# set to 'YES' if doxygen man pages are to be built by default
22DOXYGEN_MAN=@DOXYGEN_MAN@
23
24# The template repository
25TMPLREPO = @TMPLREPO@
26
27# "yes", if the contents of TMPLREPO should be put into libraries
28TMPLINLIB = @TMPLINLIB@
29
30# "yes", if libraries should be prelinked to force templates to
31# be instantiated
32TMPLINST = @TMPLINST@
33
34# The object code suffix
35OBJSUF = @OBJSUF@
36
37# The library suffix
38LIBSUF = @LIBSUF@
39
40ENABLESHARED = @ENABLESHARED@
41
42ifeq ($(ENABLESHARED),yes)
43 LIBTOOL= $(SHELL) $(TOPDIR)/libtool
44 LTLINK = $(LIBTOOL) --mode=link
45 ifneq ($(BUILDID),)
46 LTLINKLIBOPTS = -rpath $(libdir) -release $(BUILDID) -version-info $(SC_SO_VERSION)
47 else
48 LTLINKLIBOPTS = -rpath $(libdir) -version-info $(SC_SO_VERSION)
49 endif
50 LTLINKBINOPTS =
51 LTCOMP = $(LIBTOOL) --mode=compile
52 LTINST = $(LIBTOOL) --mode=install
53
54else
55 LIBTOOL=
56 LTLINK =
57 LTLINKLIBOPTS =
58 LTLINKBINOPTS =
59 LTCOMP =
60 LTINST =
61endif
62
63# The suffix generated by the -M compiler option
64CCDEPENDSUF = @CCDEPENDSUF@
65CXXDEPENDSUF = @CXXDEPENDSUF@
66CCDEPENDFLAGS = @CCDEPENDFLAGS@
67CXXDEPENDFLAGS = @CXXDEPENDFLAGS@
68
69CC = @CC@
70CXX = @CXX@
71FC = @F77@
72
73CCDEPEND = @CC@
74CXXDEPEND = @CXX@
75AR = @AR@
76ARFLAGS = @ARFLAGS@
77
78LD = $(CXX)
79LDFLAGS = @LDFLAGS@
80
81INSTALL = @INSTALL@
82INSTALLDIROPT = -d -m 0755
83INSTALLLIBOPT = -m 0644
84INSTALLBINOPT = -m 0755
85INSTALLSCRIPTOPT = -m 0755
86
87prefix=@prefix@
88exec_prefix=@exec_prefix@
89bindir=@bindir@
90libdir=@libdir@
91includedir=@scincludedir@
92datadir=@datadir@
93scdatadir=@scdatadir@
94
95WISH = @WISH@
96RANLIB = @RANLIB@
97PERL = @PERL@
98NIAMACFG = @NIAMACFG@
99COMPRESS = gzip
100UNCOMPRESS = gzip -d
101LISTLIBS= $(PERL) $(SRCTOPDIR)/bin/listlibs.pl -DLIBSUF=$(LIBSUF)
102MKF77SYM= $(PERL) $(TOPDIR)/bin/mkf77sym.pl
103
104# first check for generated include files in the machine dependent directories
105# and then for include files in the src directory
106INCLUDE = -I$(TOPDIR)/src/lib -I$(SRCTOPDIR)/include -I$(SRCTOPDIR)/src/lib \
107 @CPPFLAGS@
108DEFINES = @DEFS@ @EXTRADEFINES@
109
110CPPFLAGS = $(DEFINES) $(INCLUDE)
111
112CFLAGS = @CFLAGS@
113HIGHOPT_CFLAGS = $(CFLAGS)
114NOALIAS_CFLAGS =
115
116CXXFLAGS = @CXXFLAGS@
117HIGHOPT_CXXFLAGS = $(CXXFLAGS)
118NOALIAS_CXXFLAGS = $(NOALIAS_CFLAGS)
119
120FFLAGS = @FFLAGS@
121HIGHOPT_FFLAGS = $(FFLAGS)
122
123HAVE_SYSV_IPC = @HAVE_SYSV_IPC@
124HAVE_MPI = @HAVE_MPI@
125HAVE_ARMCI = @HAVE_ARMCI@
126HAVE_MPIIO = @HAVE_MPIIO@
127HAVE_PTHREAD = @HAVE_PTHREAD@
128HAVE_PERF = @HAVE_PERF@
129HAVE_LIBINT = @HAVE_LIBINT@
130HAVE_LIBR12 = @HAVE_LIBR12@
131HAVE_LIBDERIV = @HAVE_LIBDERIV@
132
133SYSLIBS = @LIBS@ @FLIBS@
134
135#
136# variables for CCA component code
137#
138
139ENABLECCA=@ENABLECCA@
140
141CCA_CHEM_REPO=@CCA_CHEM_REPO@
142
143# specs
144CCA_SPEC_BABEL_INCLUDE=@CCA_SPEC_BABEL_INCLUDE@
145CCA_SPEC_BABEL_LIB=@CCA_SPEC_BABEL_LIB@
146CCA_SPEC_BABEL_SHARE=@CCA_SPEC_BABEL_SHARE@
147CCA_SPEC_CLASSIC_INCLUDE=@CCA_SPEC_CLASSIC_INCLUDE@
148
149# babel
150BABEL=@BABEL_BIN@/babel
151BABEL_INCLUDE=@BABEL_INCLUDE@
152BABEL_LIB=@BABEL_LIB@
153
154# caffeine and classic for parameter ports
155CCAFE_LIB=@CCAFE_LIB@
156CCAFE_SHARE=@CCAFE_SHARE@
157
158# cca-chem libs
159CCA_CHEM_LIB=@CCA_CHEM_LIB@
160
161ifeq ($(ENABLECCA),yes)
162 LTLINKLIBOPTS += -rpath $(libdir)/cca
163endif
164
165# intv3 or cca/cints ordering?
166INTV3_ORDER=no
167
168
Note: See TracBrowser for help on using the repository browser.