Commit | Line | Data |
---|---|---|
498d098a SS |
1 | # Configuration fragment for Cygnus source tree. |
2 | ||
aa8f28af | 3 | Set host_libs "libiberty opcodes bfd readline" |
5db7ecb7 SS |
4 | |
5 | Set host_tools "byacc flex binutils ld gas gcc gdb" | |
6 | ||
7 | Set target_libs "" | |
8 | ||
9 | Set target_tools "" | |
10 | ||
11 | Set configdirs "{host_libs} {host_tools} {target_libs} {target_tools}" | |
12 | Export configdirs | |
13 | ||
498d098a SS |
14 | # Make up a special include directory that tools will share. |
15 | ||
16 | If "`Exists "{objdir}"extra-include`" == "" | |
17 | NewFolder "{objdir}"extra-include | |
18 | End If | |
19 | ||
cfc32064 SS |
20 | Set edir "{objdir}extra-include:" |
21 | ||
22 | forward-include "{srcdir}"include:mpw:sys:file.h "{edir}"'sys/file.h' | |
23 | forward-include "{srcdir}"include:mpw:sys:param.h "{edir}"'sys/param.h' | |
24 | forward-include "{srcdir}"include:mpw:sys:resource.h "{edir}"'sys/resource.h' | |
25 | forward-include "{srcdir}"include:mpw:sys:stat.h "{edir}"'sys/stat.h' | |
26 | forward-include "{srcdir}"include:mpw:sys:time.h "{edir}"'sys/time.h' | |
27 | forward-include "{srcdir}"include:mpw:sys:types.h "{edir}"'sys/types.h' |