blob: 07668668c089d6706a8207d42d33348c642d0bb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# This file is a shell script fragment that supplies the information
# necessary to tailor a template configure script into the configure
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs=
srctrigger=readline.c
srcname="the readline library"
# per-host:
files=sysdep-norm.h
links=sysdep.h
case "${host}" in
i[34]86-ncr-sysv4*)
host_makefile_frag=config/mh-ncr3000
;;
mips-sgi-irix*)
host_makefile_frag=config/mh-sysv
files=sysdep-irix.h
;;
*-sun-solaris*| *-*-sysv4*)
host_makefile_frag=config/mh-sysv4
;;
i[34]86-*-sco)
host_makefile_frag=config/mh-sco
files=sysdep-sco.h
;;
m68k-apollo-sysv*)
host_makefile_frag=config/mh-apollo68v
;;
m88k-motorola-m88kbcs | *-*-sysv*)
host_makefile_frag=config/mh-sysv
;;
i[34]86-*-linux)
host_makefile_frag=config/mh-posix
;;
rs6000-ibm-aix*)
host_makefile_frag=config/mh-sysv
files=sysdep-aix.h
;;
*-ibm-aix*)
host_makefile_frag=config/mh-sysv
;;
m68k-sony-news* | *-*-mach* | *-*-bsd*)
files=sysdep-obsd.h
;;
esac
# per-target:
|