Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
7cbdb329
Commit
7cbdb329
authored
4 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Clean-up of the Makefile.am and configure.ac
parent
fa220e96
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+6
-6
6 additions, 6 deletions
configure.ac
src/Makefile.am
+4
-4
4 additions, 4 deletions
src/Makefile.am
with
10 additions
and
10 deletions
configure.ac
+
6
−
6
View file @
7cbdb329
...
@@ -2351,22 +2351,22 @@ DX_INIT_DOXYGEN(SWIFT, doc/Doxyfile, doc/)
...
@@ -2351,22 +2351,22 @@ DX_INIT_DOXYGEN(SWIFT, doc/Doxyfile, doc/)
AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
# Check if using QLA cooling
# Check if using QLA cooling
AM_CONDITIONAL([HAVEQLACOOLING], [test "${with_cooling:0:3}" =
=
"QLA"])
AM_CONDITIONAL([HAVEQLACOOLING], [test "${with_cooling:0:3}" = "QLA"])
# Check if using EAGLE cooling
# Check if using EAGLE cooling
AM_CONDITIONAL([HAVEEAGLECOOLING], [test "${with_cooling:0:5}" =
=
"EAGLE"])
AM_CONDITIONAL([HAVEEAGLECOOLING], [test "${with_cooling:0:5}" = "EAGLE"])
# Check if using COLIBRE cooling
# Check if using COLIBRE cooling
AM_CONDITIONAL([HAVECOLIBRECOOLING], [test "${with_cooling:0:7}" =
=
"COLIBRE"])
AM_CONDITIONAL([HAVECOLIBRECOOLING], [test "${with_cooling:0:7}" = "COLIBRE"])
# Check if using EAGLE feedback
# Check if using EAGLE feedback
AM_CONDITIONAL([HAVEEAGLEFEEDBACK], [test "$with_feedback" =
=
"EAGLE"])
AM_CONDITIONAL([HAVEEAGLEFEEDBACK], [test "$with_feedback" = "EAGLE"])
# check if using grackle cooling
# check if using grackle cooling
AM_CONDITIONAL([HAVEGRACKLECOOLING], [test "${with_cooling:0:7}" =
=
"grackle"])
AM_CONDITIONAL([HAVEGRACKLECOOLING], [test "${with_cooling:0:7}" = "grackle"])
# check if using gear feedback
# check if using gear feedback
AM_CONDITIONAL([HAVEGEARFEEDBACK], [test "$with_feedback" =
=
"GEAR"])
AM_CONDITIONAL([HAVEGEARFEEDBACK], [test "$with_feedback" = "GEAR"])
# Handle .in files.
# Handle .in files.
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile examples/Cooling/CoolingRates/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile examples/Cooling/CoolingRates/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
4
−
4
View file @
7cbdb329
...
@@ -286,6 +286,10 @@ nobase_noinst_HEADERS += chemistry/GEAR/chemistry.h
...
@@ -286,6 +286,10 @@ nobase_noinst_HEADERS += chemistry/GEAR/chemistry.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_struct.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_struct.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_iact.h
nobase_noinst_HEADERS
+=
chemistry/GEAR/chemistry_iact.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_struct.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_iact.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry_struct.h
nobase_noinst_HEADERS
+=
chemistry/EAGLE/chemistry_struct.h
...
@@ -325,10 +329,6 @@ nobase_noinst_HEADERS += pressure_floor/GEAR/pressure_floor_struct.h pressure_fl
...
@@ -325,10 +329,6 @@ nobase_noinst_HEADERS += pressure_floor/GEAR/pressure_floor_struct.h pressure_fl
nobase_noinst_HEADERS
+=
sink/Default/sink.h sink/Default/sink_io.h sink/Default/sink_part.h sink/Default/sink_properties.h
nobase_noinst_HEADERS
+=
sink/Default/sink.h sink/Default/sink_io.h sink/Default/sink_part.h sink/Default/sink_properties.h
nobase_noinst_HEADERS
+=
sink/Default/sink_iact.h
nobase_noinst_HEADERS
+=
sink/Default/sink_iact.h
nobase_noinst_HEADERS
+=
sink.h sink_io.h sink_properties.h
nobase_noinst_HEADERS
+=
sink.h sink_io.h sink_properties.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_io.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_struct.h
nobase_noinst_HEADERS
+=
chemistry/GEAR_DIFFUSION/chemistry_iact.h
# Sources and special flags for the gravity library
# Sources and special flags for the gravity library
libgrav_la_SOURCES
=
runner_doiact_grav.c
libgrav_la_SOURCES
=
runner_doiact_grav.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment