summaryrefslogtreecommitdiffstats
path: root/scripts-ada/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'scripts-ada/Makefile.am')
-rw-r--r--scripts-ada/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/scripts-ada/Makefile.am b/scripts-ada/Makefile.am
deleted file mode 100644
index a37f157999..0000000000
--- a/scripts-ada/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-
-SUBDIRS = . gnatnewlib gdb
-
-noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgnatnewlibspec \
- mkgdbspec mkrpms mkspec
-
-TEMPLATES =
-
-noinst_DATA = setup.def $(TEMPLATES)
-
-EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
-
-CONFIGURE_DEPENDENCIES = setup.cache
-setup.cache: setup.def
- cp setup.def $@
-
-DISTCLEANFILES = setup.cache
-include $(top_srcdir)/../automake/subdirs.am
-include $(top_srcdir)/../automake/local.am