hepmc - Diff between revs 509 and 511
Subversion Repositories:
| Rev 509 | Rev 511 | |||
|---|---|---|---|---|
| Line 2... | Line 2... | |||
| 2 | # This is the HepMC configuration input file | 2 | # This is the HepMC configuration input file | |
| 3 | # Process this file with autoconf to produce a configure script. | 3 | # Process this file with autoconf to produce a configure script. | |
| 4 | # ---------------------------------------------------------------------- | 4 | # ---------------------------------------------------------------------- | |
| 5 | 5 | |||
| 6 | AC_PREREQ(2.59) | 6 | AC_PREREQ(2.59) | |
| 7 | AC_INIT([HepMC],[2.06.06],[https://savannah.cern.ch/projects/hepmc/],[HepMC]) | - | ||
| - | 7 | AC_INIT([HepMC],[2.06.07],[https://savannah.cern.ch/projects/hepmc/],[HepMC]) | ||
| 8 | AC_CANONICAL_TARGET | 8 | AC_CANONICAL_TARGET | |
| 9 | AM_INIT_AUTOMAKE(1.9 foreign) | 9 | AM_INIT_AUTOMAKE(1.9 foreign) | |
| 10 | AC_CONFIG_SRCDIR([src/GenEvent.cc]) | 10 | AC_CONFIG_SRCDIR([src/GenEvent.cc]) | |
| 11 | AC_CONFIG_HEADER([HepMC/defs.h]) | 11 | AC_CONFIG_HEADER([HepMC/defs.h]) | |
| 12 | 12 | |||
| Line 121... | Line 121... | |||
| 121 | # notice that the default is presumed to be some flavor of g++ | 121 | # notice that the default is presumed to be some flavor of g++ | |
| 122 | # ---------------------------------------------------------------------- | 122 | # ---------------------------------------------------------------------- | |
| 123 | case "$CXX" in | 123 | case "$CXX" in | |
| 124 | cl) | 124 | cl) | |
| 125 | AM_CXXFLAGS="-EHsc -nologo -GR -MD" | 125 | AM_CXXFLAGS="-EHsc -nologo -GR -MD" | |
| 126 | AM_MAKEFLAGS="-f VCMakefile" | - | ||
| 127 | AC_SUBST(AM_MAKEFLAGS) | 126 | AC_SUBST(AM_MAKEFLAGS) | |
| 128 | CXXFLAGS=" " | 127 | CXXFLAGS=" " | |
| 129 | AC_SUBST(CXXFLAGS) | 128 | AC_SUBST(CXXFLAGS) | |
| 130 | build_visual="yes" | 129 | build_visual="yes" | |
| 131 | ;; | 130 | ;; | |
| Line 139... | Line 138... | |||
| 139 | 138 | |||
| 140 | # ---------------------------------------------------------------------- | 139 | # ---------------------------------------------------------------------- | |
| 141 | # process Makefile.in and other *.in files | 140 | # process Makefile.in and other *.in files | |
| 142 | # ---------------------------------------------------------------------- | 141 | # ---------------------------------------------------------------------- | |
| 143 | AC_CONFIG_FILES([Makefile | 142 | AC_CONFIG_FILES([Makefile | |
| 144 | VCMakefile | - | ||
| 145 | HepMC/Makefile | 143 | HepMC/Makefile | |
| 146 | HepMC/VCMakefile | - | ||
| 147 | doc/Makefile | 144 | doc/Makefile | |
| 148 | doc/VCMakefile | - | ||
| 149 | examples/Makefile | 145 | examples/Makefile | |
| 150 | examples/VCMakefile | - | ||
| 151 | examples/fio/Makefile | 146 | examples/fio/Makefile | |
| 152 | examples/fio/VCMakefile | - | ||
| - | 147 | examples/pythia8/Makefile | ||
| 153 | fio/Makefile | 148 | fio/Makefile | |
| 154 | fio/VCMakefile | - | ||
| 155 | src/Makefile | 149 | src/Makefile | |
| 156 | src/VCMakefile | - | ||
| 157 | src/Units.cc | 150 | src/Units.cc | |
| 158 | test/Makefile | 151 | test/Makefile | |
| 159 | test/VCMakefile | - | ||
| 160 | test/testHepMC.cc | 152 | test/testHepMC.cc | |
| 161 | test/testMass.cc | 153 | test/testMass.cc | |
| 162 | test/testHepMCIteration.cc | 154 | test/testHepMCIteration.cc | |
| 163 | test/testMultipleCopies.cc | 155 | test/testMultipleCopies.cc | |
| 164 | test/testStreamIO.cc | 156 | test/testStreamIO.cc | |
