Changes between Version 17 and Version 18 of ropp_repository
- Timestamp:
- 2016-05-24T09:30:06Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ropp_repository
v17 v18 61 61 All '.f90' and 'Makefile' files are included in the ROPP distribution as default. In order to include other files (e.g. data files) within the ROPP distribution, it is necessary to explicitly define these as {{{EXTRA_DIST}}} within the {{{Makefile.am}}} file in the appropriate subdirectory. 62 62 63 Having edited {{{configure.ac}}} and or {{{Makefile.am}}} files, type {{{autor conf}}} to generate the corresponding {{{configure}}} or {{{Makefile.in}}} scripts. In order to generate the updated {{{Makefile}}} script it is necessary to run {{{configure}}}, usually from a compiler-specific configuration file with the appropriate compiler flag settings and library paths.63 Having edited {{{configure.ac}}} and or {{{Makefile.am}}} files, type {{{autoreconf}}} to generate the corresponding {{{configure}}} or {{{Makefile.in}}} scripts. In order to generate the updated {{{Makefile}}} script it is necessary to run {{{configure}}}, usually from a compiler-specific configuration file with the appropriate compiler flag settings and library paths. 64 64 65 65 {{{