Skip to content
Snippets Groups Projects
Commit 7cbdb329 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Clean-up of the Makefile.am and configure.ac

parent fa220e96
No related branches found
No related tags found
No related merge requests found
...@@ -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])
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment