]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/erc32/Makefile.in
Automatic Copyright Year update after running gdb/copyright.py
[thirdparty/binutils-gdb.git] / sim / erc32 / Makefile.in
index 278b4792daeb8e00ce71dfbb7c5ba2a56c02e616..786ae1dcc7b58ac44967f3084598008a601e6ef7 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the erc32sim library.
-#    Copyright (C) 1993-2021 Free Software Foundation, Inc.
+#    Copyright (C) 1993-2022 Free Software Foundation, Inc.
 #    Written by Cygnus Support
 #    Modified by J.Gaisler ESA/ESTEC
 # 
 
 ## COMMON_PRE_CONFIG_FRAG
 
-TERMCAP_LIB = @TERMCAP@
-
 READLINE_SRC = $(srcroot)/readline/readline
-READLINE_LIB = @READLINE@
-READLINE_CFLAGS = @READLINE_CFLAGS@
 
 SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
 SIM_RUN_OBJS = sis.o
@@ -36,8 +32,8 @@ SIM_EXTRA_CLEAN = clean-sis
 # behaviour of UART interrupt routines ...
 SIM_EXTRA_CFLAGS += -DFAST_UART -I$(srcroot)
 
-# Code doesn't build cleanly yet.
-SIM_WERROR_CFLAGS =
+# Some modules don't build cleanly yet.
+exec.o: SIM_WERROR_CFLAGS =
 
 ## COMMON_POST_CONFIG_FRAG
 
@@ -45,9 +41,9 @@ SIM_WERROR_CFLAGS =
 SIS_OFILES = exec.o erc32.o func.o help.o float.o
 
 all: sis$(EXEEXT)
-sis$(EXEEXT): sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \
-         sis.o $(SIS_OFILES) $(COMMON_OBJS) $(EXTRA_LIBS)
+sis$(EXEEXT): sis.o $(SIS_OFILES) libsim.a $(LIBDEPS)
+       $(ECHO_CCLD) $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \
+         sis.o $(SIS_OFILES) libsim.a $(EXTRA_LIBS)
 
 # Copy the files into directories where they will be run.
 install-sis: installdirs
@@ -56,11 +52,3 @@ install-sis: installdirs
 
 clean-sis:
        rm -f sis
-
-configure:
-       @echo "Rebuilding configure..."
-       if [ x"${srcdir}" = x"@srcdir@" ] ; then \
-         srcdir=. ; export srcdir ; \
-       else true ; fi ; \
-       (cd $${srcdir}; autoconf --localdir=../common)
-