aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-28 12:05:07 +0000
committerAlan Modra <amodra@gmail.com>2002-04-28 12:05:07 +0000
commit596dafeba1d6ceb806e44de11b3a0d2800d81465 (patch)
tree983eaeb6a89b5ade3eda58c321cf4715194b13da /ld/Makefile.am
parent2f2f1ad1fe8522e90d082262eec02d17b9db67d3 (diff)
downloadfsf-binutils-gdb-596dafeba1d6ceb806e44de11b3a0d2800d81465.zip
fsf-binutils-gdb-596dafeba1d6ceb806e44de11b3a0d2800d81465.tar.gz
fsf-binutils-gdb-596dafeba1d6ceb806e44de11b3a0d2800d81465.tar.bz2
* Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
* Makefile.in: Regenerate. * mpw-elfmips.c: Delete. * mpw-eppcmac.c: Delete. * mpw-esh.c: Delete. * mpw-idtmips.c: Delete.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index a8486af..4dbc1f4 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1202,6 +1202,29 @@ dep-am: DEP
.PHONY: dep dep-in dep-am
+@MAINT@.PHONY: mpw
+@MAINT@mpw: $(srcdir)/mpw-ei386go32.c $(srcdir)/mpw-elfmips.c \
+@MAINT@ $(srcdir)/mpw-em68kcoff.c $(srcdir)/mpw-eppcmac.c \
+@MAINT@ $(srcdir)/mpw-esh.c $(srcdir)/mpw-idtmips.c
+@MAINT@
+@MAINT@$(srcdir)/mpw-ei386go32.c: ei386go32.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+@MAINT@
+@MAINT@$(srcdir)/mpw-elfmips.c: eelf32ebmip.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+@MAINT@
+@MAINT@$(srcdir)/mpw-em68kcoff.c: em68kcoff.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+@MAINT@
+@MAINT@$(srcdir)/mpw-eppcmac.c: eppcmacos.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+@MAINT@
+@MAINT@$(srcdir)/mpw-esh.c: esh.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+@MAINT@
+@MAINT@$(srcdir)/mpw-idtmips.c: emipsidt.c
+@MAINT@ $(srcdir)/../move-if-change $< $@
+
# What appears below is generated by a hacked mkdep using gcc -MM.
# DO NOT DELETE THIS LINE -- mkdep uses it.