* config/mh-cxux: remove dead code
[deliverable/binutils-gdb.git] / sim / erc32 / Makefile.in
index 331e624a36acab93178694bdf897fcf2c5bc3a56..845815a174ede3345fb519ecf8f8d80bbbe26147 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the erc32sim library.
-#    Copyright (C) 1993, 1996 Free Software Foundation, Inc.
+#    Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
 #    Written by Cygnus Support
 #    Modified by J.Gaisler ESA/ESTEC
 # 
@@ -17,6 +17,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+## COMMON_PRE_CONFIG_FRAG
+
 TERMCAP_LIB = @TERMCAP@
 
 SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
@@ -26,17 +28,16 @@ SIM_EXTRA_ALL = sis
 SIM_EXTRA_INSTALL = install-sis
 SIM_EXTRA_CLEAN = clean-sis
 
-
 # UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to
 # CFLAGS if faster (infinite) UART speed is desired. Might affect the
 # behaviour of UART interrupt routines ...
 SIM_EXTRA_CFLAGS = -DSTAT -DFAST_UART -DIUREV0 -DMECREV0
 
+## COMMON_POST_CONFIG_FRAG
+
 # `sis' doesn't need interf.o.
 SIS_OFILES = exec.o erc32.o func.o help.o float.o
 
-@COMMON_MAKEFILE_FRAG@
-
 sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
        $(CC) $(ALL_CFLAGS) -o sis \
          sis.o $(SIS_OFILES) $(COMMON_OBJS) $(EXTRA_LIBS)
@@ -50,8 +51,9 @@ end.h: end
        ./end > end.h
 
 # Copy the files into directories where they will be run.
-install-sis:
-       $(INSTALL_XFORM) sis $(bindir)/sis
+install-sis: installdirs
+       n=`echo sis | sed '$(program_transform_name)'`; \
+       $(INSTALL_PROGRAM) sis$(EXEEXT) $(bindir)/$$n$(EXEEXT)
 
 clean-sis:
        rm -f sis end end.h
This page took 0.024001 seconds and 4 git commands to generate.