aboutsummaryrefslogtreecommitdiff
path: root/gprof/config
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-04-19 18:27:35 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-04-19 18:27:35 +0000
commit7858d8dc8a313727713c7af06ae8e3482c71e4ca (patch)
treedd24115dc2493b0366780e95ac2fe065d322f754 /gprof/config
parent4121273fa7e408035fbe7d61de8f8b83d784fe5b (diff)
downloadgdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.zip
gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.gz
gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.bz2
* gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
comment emitted by this script to gen-c-prog.awk. * Makefile.in, configure.in: Converted to use autoconf. * configure: New file, generated with autoconf 2.3. * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, mt-tahoe, mt-vax}: Removed.
Diffstat (limited to 'gprof/config')
-rw-r--r--gprof/config/.Sanitize36
-rw-r--r--gprof/config/mt-alpha1
-rw-r--r--gprof/config/mt-dummy1
-rw-r--r--gprof/config/mt-i3861
-rw-r--r--gprof/config/mt-ns5321
-rw-r--r--gprof/config/mt-sparc1
-rw-r--r--gprof/config/mt-tahoe1
-rw-r--r--gprof/config/mt-vax1
8 files changed, 0 insertions, 43 deletions
diff --git a/gprof/config/.Sanitize b/gprof/config/.Sanitize
deleted file mode 100644
index 50ad33a..0000000
--- a/gprof/config/.Sanitize
+++ /dev/null
@@ -1,36 +0,0 @@
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize". All keyword lines must exist,
-# and must exist in the order specified by this file. Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done. Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-mt-alpha
-mt-dummy
-mt-i386
-mt-ns532
-mt-sparc
-mt-tahoe
-mt-vax
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/gprof/config/mt-alpha b/gprof/config/mt-alpha
deleted file mode 100644
index 5166306..0000000
--- a/gprof/config/mt-alpha
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=alpha
diff --git a/gprof/config/mt-dummy b/gprof/config/mt-dummy
deleted file mode 100644
index a36fdf9..0000000
--- a/gprof/config/mt-dummy
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=dummy
diff --git a/gprof/config/mt-i386 b/gprof/config/mt-i386
deleted file mode 100644
index d8680a0..0000000
--- a/gprof/config/mt-i386
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=i386
diff --git a/gprof/config/mt-ns532 b/gprof/config/mt-ns532
deleted file mode 100644
index 64b84a3..0000000
--- a/gprof/config/mt-ns532
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=ns532
diff --git a/gprof/config/mt-sparc b/gprof/config/mt-sparc
deleted file mode 100644
index 0b3b806..0000000
--- a/gprof/config/mt-sparc
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=sparc
diff --git a/gprof/config/mt-tahoe b/gprof/config/mt-tahoe
deleted file mode 100644
index fcf35f3..0000000
--- a/gprof/config/mt-tahoe
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=tahoe
diff --git a/gprof/config/mt-vax b/gprof/config/mt-vax
deleted file mode 100644
index ff91c30..0000000
--- a/gprof/config/mt-vax
+++ /dev/null
@@ -1 +0,0 @@
-MY_MACHINE=vax