Makefiles: Flatten and sort file lists
[deliverable/binutils-gdb.git] / gdb / data-directory / Makefile.in
index 3f2351687621c88fe4d826b827d70481ec66b270..51b5c2ab40887e43ed3309bc41f261da6b717bdb 100644 (file)
@@ -16,6 +16,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# Please keep lists in this file sorted alphabetically, with one item per line.
+# See gdb/Makefile.in for guidelines on ordering files and directories.
+
 srcdir = @srcdir@
 SYSCALLS_SRCDIR = $(srcdir)/../syscalls
 PYTHON_SRCDIR = $(srcdir)/../python/lib
@@ -45,12 +48,20 @@ GDB_DATADIR = @GDB_DATADIR@
 
 SYSCALLS_DIR = syscalls
 SYSCALLS_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(SYSCALLS_DIR)
-GEN_SYSCALLS_FILES = arm-linux.xml aarch64-linux.xml \
-       ppc-linux.xml ppc64-linux.xml \
-       i386-linux.xml amd64-linux.xml \
-       sparc-linux.xml sparc64-linux.xml \
-       mips-o32-linux.xml mips-n32-linux.xml mips-n64-linux.xml \
-       s390-linux.xml s390x-linux.xml
+GEN_SYSCALLS_FILES = \
+       aarch64-linux.xml \
+       amd64-linux.xml \
+       arm-linux.xml \
+       i386-linux.xml \
+       mips-n32-linux.xml \
+       mips-n64-linux.xml \
+       mips-o32-linux.xml \
+       ppc-linux.xml \
+       ppc64-linux.xml \
+       s390-linux.xml \
+       s390x-linux.xml \
+       sparc-linux.xml \
+       sparc64-linux.xml
 
 SYSCALLS_FILES = gdb-syscalls.dtd freebsd.xml $(GEN_SYSCALLS_FILES)
 
@@ -58,22 +69,22 @@ PYTHON_DIR = python
 PYTHON_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(PYTHON_DIR)
 PYTHON_FILE_LIST = \
        gdb/__init__.py \
-       gdb/frames.py \
-       gdb/FrameIterator.py \
        gdb/FrameDecorator.py \
-       gdb/types.py \
+       gdb/FrameIterator.py \
+       gdb/frames.py \
        gdb/printing.py \
-       gdb/unwinder.py \
        gdb/prompt.py \
+       gdb/types.py \
+       gdb/unwinder.py \
        gdb/xmethod.py \
        gdb/command/__init__.py \
-       gdb/command/xmethods.py \
+       gdb/command/explore.py \
        gdb/command/frame_filters.py \
-       gdb/command/unwinders.py \
-       gdb/command/type_printers.py \
        gdb/command/pretty_printers.py \
        gdb/command/prompt.py \
-       gdb/command/explore.py \
+       gdb/command/type_printers.py \
+       gdb/command/unwinders.py \
+       gdb/command/xmethods.py \
        gdb/function/__init__.py \
        gdb/function/as_string.py \
        gdb/function/caller_is.py \
This page took 0.0252 seconds and 4 git commands to generate.