Makefile.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #### Makefile.in --- Makefile template for the RX simulator
  2. ### Copyright (C) 2008-2022 Free Software Foundation, Inc.
  3. ### Contributed by Red Hat, Inc.
  4. ###
  5. ### This file is part of the GNU simulators.
  6. ###
  7. ### The GNU simulators are free software; you can redistribute them and/or
  8. ### modify them under the terms of the GNU General Public License as
  9. ### published by the Free Software Foundation; either version 3 of the
  10. ### License, or (at your option) any later version.
  11. ###
  12. ### The GNU simulators are distributed in the hope that they will be
  13. ### useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. ### General Public License for more details.
  16. ###
  17. ### You should have received a copy of the GNU General Public License
  18. ### along with the GNU simulators; if not, see <http://www.gnu.org/licenses/>.
  19. ## COMMON_PRE_CONFIG_FRAG
  20. SIM_EXTRA_CFLAGS = @SIM_RX_CYCLE_ACCURATE_FLAGS@
  21. SIM_RUN_OBJS = \
  22. main.o \
  23. $(ENDLIST)
  24. SIM_OBJS = \
  25. fpu.o \
  26. load.o \
  27. mem.o \
  28. misc.o \
  29. reg.o \
  30. rx.o \
  31. syscalls.o \
  32. trace.o \
  33. gdb-if.o \
  34. err.o \
  35. $(ENDLIST)
  36. ## COMMON_POST_CONFIG_FRAG
  37. arch = rx