Remove files not used by a native build.
This commit is contained in:
parent
3d13884e75
commit
203118ffa4
4
gnu/dist/readline/config/mh-apollo68v
vendored
4
gnu/dist/readline/config/mh-apollo68v
vendored
@ -1,4 +0,0 @@
|
||||
RANLIB=true
|
||||
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_SYS_FILE
|
||||
USG = -DUSG
|
||||
INSTALL_PROG = cp
|
2
gnu/dist/readline/config/mh-bsd44
vendored
2
gnu/dist/readline/config/mh-bsd44
vendored
@ -1,2 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
USG = -D_POSIX_VERSION
|
3
gnu/dist/readline/config/mh-gnu
vendored
3
gnu/dist/readline/config/mh-gnu
vendored
@ -1,3 +0,0 @@
|
||||
# This is probably in the wrong place, but readline configuration stuff is so
|
||||
# messed up that it will have to do.
|
||||
USG = -DHAVE_UNISTD_H
|
3
gnu/dist/readline/config/mh-go32
vendored
3
gnu/dist/readline/config/mh-go32
vendored
@ -1,3 +0,0 @@
|
||||
CC=i386-go32-gcc -O2 -fno-omit-frame-pointer
|
||||
AR=i386-go32-ar
|
||||
RANLIB=i386-go32-ranlib
|
4
gnu/dist/readline/config/mh-isc
vendored
4
gnu/dist/readline/config/mh-isc
vendored
@ -1,4 +0,0 @@
|
||||
# Interactive System V release 3.2
|
||||
RANLIB = true
|
||||
INSTALL = cp
|
||||
USG = -DUSG -D_POSIX_SOURCE=1 -D_POSIX_VERSION=1
|
20
gnu/dist/readline/config/mh-ncr3000
vendored
20
gnu/dist/readline/config/mh-ncr3000
vendored
@ -1,20 +0,0 @@
|
||||
# The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
|
||||
# This compiler not only emits obnoxious copyright messages every time
|
||||
# you run it, but it chokes and dies on a whole bunch of GNU source
|
||||
# files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
|
||||
# Unfortunately though, the AT&T compiler sometimes generates code that
|
||||
# the assembler barfs on if -g is used, so disable it by default as well.
|
||||
CC = /usr/ccs/ATT/cc
|
||||
CFLAGS =
|
||||
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
# Define USGr4 also if you are on an SVR4 system.
|
||||
USG = -DUSG -DUSGr4
|
||||
RANLIB = true
|
||||
|
||||
# The /usr/ucb/install program is incompatible (complains about unknown
|
||||
# group staff). Use good old cp...
|
||||
INSTALL = cp
|
||||
|
||||
# The l flag generates a warning from the SVR4 archiver, remove it.
|
||||
AR_FLAGS = cq
|
3
gnu/dist/readline/config/mh-posix
vendored
3
gnu/dist/readline/config/mh-posix
vendored
@ -1,3 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
USG = -D_POSIX_VERSION
|
||||
INSTALL_PROG = cp
|
4
gnu/dist/readline/config/mh-sco
vendored
4
gnu/dist/readline/config/mh-sco
vendored
@ -1,4 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
USG = -DUSG -D_POSIX_SOURCE=1
|
||||
RANLIB = true
|
||||
INSTALL_PROG = cp
|
4
gnu/dist/readline/config/mh-sco4
vendored
4
gnu/dist/readline/config/mh-sco4
vendored
@ -1,4 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
USG = -DUSG
|
||||
RANLIB = true
|
||||
INSTALL_PROG = cp
|
6
gnu/dist/readline/config/mh-sysv
vendored
6
gnu/dist/readline/config/mh-sysv
vendored
@ -1,6 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
# No version of System V release 3 has TIOCGWINSZ, but release 3.2
|
||||
# defines it anyway.
|
||||
USG = -DUSG -DTIOCGWINSZ_BROKEN
|
||||
RANLIB = true
|
||||
INSTALL = cp
|
8
gnu/dist/readline/config/mh-sysv4
vendored
8
gnu/dist/readline/config/mh-sysv4
vendored
@ -1,8 +0,0 @@
|
||||
# Define USG as -DUSG if you are using a System V operating system.
|
||||
# Define USGr4 also if you are on an SVR4 system.
|
||||
USG = -DUSG -DUSGr4
|
||||
RANLIB = true
|
||||
INSTALL_PROG = /usr/ucb/install -c
|
||||
|
||||
# The l flag generates a warning from the SVR4 archiver, remove it.
|
||||
AR_FLAGS = cq
|
22
gnu/dist/readline/configure.bat
vendored
22
gnu/dist/readline/configure.bat
vendored
@ -1,22 +0,0 @@
|
||||
@echo off
|
||||
if "%1" == "go32" goto h8300
|
||||
if "%1" == "h8/300" goto h8300
|
||||
echo Specify one of [ go32 h8/300 ] on command line
|
||||
goto exit
|
||||
|
||||
:go32
|
||||
echo Configuring readline for go32
|
||||
copy Makefile.dos Makefile
|
||||
copy sysdep-norm.h sysdep.h
|
||||
goto exit
|
||||
|
||||
:h8300
|
||||
echo Configuring readline for H8/300
|
||||
copy Makefile.dos Makefile
|
||||
copy sysdep-norm.h sysdep.h
|
||||
|
||||
:exit
|
||||
|
||||
cd examples
|
||||
call configure %1
|
||||
cd ..
|
12
gnu/dist/readline/doc/ChangeLog
vendored
12
gnu/dist/readline/doc/ChangeLog
vendored
@ -1,12 +0,0 @@
|
||||
Wed Sep 20 12:57:29 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (maintainer-clean): New synonym for realclean.
|
||||
|
||||
Tue Feb 2 11:40:04 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||
|
||||
* Makefile.in: configurable (and useable) Makefile template
|
||||
* Makefile: removed, replaced with configurable Makefile.in
|
||||
* texindex.c texinfo.tex: remove, replacing w/refs to tools
|
||||
elsewhere in distribution tree
|
||||
* configure.in: pro forma configure stub
|
||||
* ChangeLog: new file
|
8
gnu/dist/readline/doc/configure.in
vendored
8
gnu/dist/readline/doc/configure.in
vendored
@ -1,8 +0,0 @@
|
||||
srcname="READLINE doc"
|
||||
srctrigger=rlman.texinfo
|
||||
# per-host:
|
||||
|
||||
# per-target:
|
||||
|
||||
files=""
|
||||
links=""
|
12
gnu/dist/readline/examples/Makefile
vendored
12
gnu/dist/readline/examples/Makefile
vendored
@ -1,12 +0,0 @@
|
||||
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
|
||||
#
|
||||
|
||||
EXECUTABLES = fileman
|
||||
CFLAGS = -g -I../..
|
||||
LDFLAGS = -g -L..
|
||||
|
||||
fileman: fileman.o
|
||||
$(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -ltermcap
|
||||
|
||||
fileman.o: fileman.c
|
||||
|
16
gnu/dist/readline/examples/configure.bat
vendored
16
gnu/dist/readline/examples/configure.bat
vendored
@ -1,16 +0,0 @@
|
||||
@echo off
|
||||
if "%1" == "go32" goto h8300
|
||||
if "%1" == "h8/300" goto h8300
|
||||
echo Specify one of [ go32 h8/300 ] on command line
|
||||
goto exit
|
||||
|
||||
:go32
|
||||
echo Configuring readline/examples for go32
|
||||
copy Makefile.dos Makefile
|
||||
goto exit
|
||||
|
||||
:h8300
|
||||
echo Configuring readline/examples for H8/300
|
||||
copy Makefile.dos Makefile
|
||||
|
||||
:exit
|
6
gnu/dist/readline/sysdep-aix.h
vendored
6
gnu/dist/readline/sysdep-aix.h
vendored
@ -1,6 +0,0 @@
|
||||
/* System-dependent stuff for AIX 3.1 on RS/6000 */
|
||||
|
||||
#pragma alloca
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
18
gnu/dist/readline/sysdep-cxux7.h
vendored
18
gnu/dist/readline/sysdep-cxux7.h
vendored
@ -1,18 +0,0 @@
|
||||
/* System-dependent stuff, for Harris CX/UX systems */
|
||||
|
||||
#ifndef alloca /* May be a macro, with args. */
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
|
||||
#include <sys/types.h> /* Needed by dirent.h */
|
||||
#include <sys/stream.h>
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
||||
|
||||
/* SVR4 systems should use <termios.h> rather than <termio.h>. */
|
||||
#define _POSIX_VERSION
|
||||
|
||||
/* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize'
|
||||
definition in <termios.h>, since it's unconditionally defined in
|
||||
<sys/ptem.h>. */
|
||||
#define _POSIX_SOURCE
|
12
gnu/dist/readline/sysdep-irix.h
vendored
12
gnu/dist/readline/sysdep-irix.h
vendored
@ -1,12 +0,0 @@
|
||||
/* System-dependent stuff, for SGI irix */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#else
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stream.h>
|
||||
#include <sys/dir.h>
|
||||
typedef struct direct dirent;
|
24
gnu/dist/readline/sysdep-linux.h
vendored
24
gnu/dist/readline/sysdep-linux.h
vendored
@ -1,24 +0,0 @@
|
||||
/* System-dependent stuff, for Linux systems. Known to be good for
|
||||
Linux/Alpha, but should work for all other platforms, too. */
|
||||
|
||||
/*
|
||||
* This is important on Linux/Alpha where sizeof(void*) != sizeof(int).
|
||||
*/
|
||||
#define HAVE_VARARGS_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#else
|
||||
#if defined (sparc) && defined (sun)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#ifndef alloca /* May be a macro, with args. */
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <sys/types.h> /* Needed by dirent.h */
|
||||
#include <string.h>
|
||||
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
42
gnu/dist/readline/sysdep-norm.h
vendored
42
gnu/dist/readline/sysdep-norm.h
vendored
@ -1,42 +0,0 @@
|
||||
/* System-dependent stuff, for ``normal'' systems */
|
||||
/* If you think you need to change this file, then you are wrong. In order to
|
||||
avoid a huge ugly mass of nested #ifdefs, you should create a new file just
|
||||
for your system, which contains exactly those #includes and definitions that
|
||||
your system needs, AND NOTHING MORE! Then, add that file to the appropriate
|
||||
place in configure.in, and viola, you are done. sysdep-sunos4.h is a good
|
||||
example of how to do this. */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#else
|
||||
#if defined (sparc) && defined (sun)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#ifndef alloca /* May be a macro, with args. */
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <sys/types.h> /* Needed by dirent.h */
|
||||
|
||||
#if defined (USG) && defined (TIOCGWINSZ)
|
||||
#include <sys/stream.h>
|
||||
#if defined (USGr4) || defined (USGr3)
|
||||
#include <sys/ptem.h>
|
||||
#endif /* USGr4 */
|
||||
#endif /* USG && TIOCGWINSZ */
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
||||
#endif
|
||||
|
||||
/* SVR4 systems should use <termios.h> rather than <termio.h>. */
|
||||
|
||||
#if defined (USGr4)
|
||||
#define _POSIX_VERSION
|
||||
#endif
|
||||
|
||||
#if defined _WIN32 && !defined __GNUC__
|
||||
#include <malloc.h>
|
||||
#endif
|
12
gnu/dist/readline/sysdep-obsd.h
vendored
12
gnu/dist/readline/sysdep-obsd.h
vendored
@ -1,12 +0,0 @@
|
||||
/* System-dependent stuff, for Sony NEwS, Mach, and other systems
|
||||
in the "old BSD Unix" tradition. */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#else
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/dir.h>
|
||||
typedef struct direct dirent;
|
13
gnu/dist/readline/sysdep-sco.h
vendored
13
gnu/dist/readline/sysdep-sco.h
vendored
@ -1,13 +0,0 @@
|
||||
/* System-dependent stuff, for SCO systems */
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stream.h>
|
||||
#include <sys/ptem.h>
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
26
gnu/dist/readline/sysdep-sysv4.h
vendored
26
gnu/dist/readline/sysdep-sysv4.h
vendored
@ -1,26 +0,0 @@
|
||||
/* System-dependent stuff, for SVR4 systems */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
#else
|
||||
#if defined (sparc) && defined (sun)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#ifndef alloca /* May be a macro, with args. */
|
||||
extern char *alloca ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <sys/types.h> /* Needed by dirent.h */
|
||||
#include <sys/stream.h>
|
||||
#include <sys/ptem.h>
|
||||
#include <dirent.h>
|
||||
typedef struct dirent dirent;
|
||||
|
||||
/* SVR4 systems should use <termios.h> rather than <termio.h>. */
|
||||
#define _POSIX_VERSION
|
||||
|
||||
/* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize'
|
||||
definition in <termios.h>, since it's unconditionally defined in
|
||||
<sys/ptem.h>. */
|
||||
#define _POSIX_SOURCE
|
Loading…
Reference in New Issue
Block a user