arch-subdir.mk.in 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ## Fragment to pass common settings into arch subdir builds.
  2. ## NB: This should eventually be merged into sim/Makefile.am once there are no
  3. ## subdir configure scripts.
  4. #
  5. # Copyright (C) 1993-2022 Free Software Foundation, Inc.
  6. #
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 3 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. host_alias = @host_alias@
  20. target_alias = @target_alias@
  21. program_transform_name = @program_transform_name@
  22. EXEEXT = @EXEEXT@
  23. INSTALL = @INSTALL@
  24. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  25. INSTALL_DATA = @INSTALL_DATA@
  26. LN_S = @LN_S@
  27. CC = @CC@
  28. C_DIALECT = @C_DIALECT@
  29. CC_FOR_BUILD = @CC_FOR_BUILD@
  30. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  31. CFLAGS = @CFLAGS@
  32. CPPFLAGS = @CPPFLAGS@
  33. CXXFLAGS = @CXXFLAGS@
  34. LDFLAGS = @LDFLAGS@
  35. AR = @AR@
  36. AR_FLAGS = rc
  37. RANLIB = @RANLIB@
  38. DTC = @DTC@
  39. DEPMODE = @CCDEPMODE@
  40. DEPDIR = @DEPDIR@
  41. zlibdir = @zlibdir@
  42. @PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
  43. LIBINTL = @LIBINTL@
  44. LIBINTL_DEP = @LIBINTL_DEP@
  45. INTL_CFLAGS = @INCINTL@
  46. SDL_CFLAGS = @SDL_CFLAGS@
  47. SDL_LIBS = @SDL_LIBS@
  48. TERMCAP_LIB = @TERMCAP_LIB@
  49. READLINE_LIB = @READLINE_LIB@
  50. READLINE_CFLAGS = @READLINE_CFLAGS@
  51. COMMON_LIBS = @LIBS@
  52. WARN_CFLAGS = @WARN_CFLAGS@
  53. WERROR_CFLAGS = @WERROR_CFLAGS@
  54. # Maintainer support, enable with --enable-maintainer-mode.
  55. # Once all subdirs are moved to automake, we can drop this custom logic and
  56. # switch back to using @MAINTAINER_MODE_TRUE@ directly.
  57. MAINT = ; @true
  58. # The following line is commented depending upon --enable-maintainer-mode.
  59. @MAINTAINER_MODE_TRUE@MAINT =
  60. # cgen support, enable with --enable-cgen-maint
  61. CGEN_MAINT = ; @true
  62. # The following line is commented in or out depending upon --enable-cgen-maint.
  63. @CGEN_MAINT@CGEN_MAINT =
  64. CGENDIR = @cgendir@
  65. SIM_INLINE = @SIM_INLINE@
  66. SIM_HW_CFLAGS = @sim_hw_cflags@
  67. SIM_HW_SOCKSER = @sim_hw_sockser@
  68. SIM_HW_OBJS = $(SIM_COMMON_HW_OBJS) $(SIM_HW_DEVICES:%=dv-%.o) $(SIM_HW_SOCKSER)
  69. @SIM_ENABLE_HW_FALSE@SIM_HW_OBJS =