* nlmconv.c (main): Use bfd_get_flavour instead of struct member.
[deliverable/binutils-gdb.git] / mpw-config.in
index 5eaead3acecaf5191c83d5a9dec142eddb12ae81..c6f23b348d1f7fe5d2b024850d9570fefcee17d4 100644 (file)
@@ -1,3 +1,5 @@
+# Configuration fragment for Cygnus source tree.
+
 Set host_libs "mmalloc libiberty opcodes bfd readline"
 
 Set host_tools "byacc flex binutils ld gas gcc gdb"
@@ -9,3 +11,17 @@ Set target_tools ""
 Set configdirs "{host_libs} {host_tools} {target_libs} {target_tools}"
 Export configdirs
 
+# Make up a special include directory that tools will share.
+
+If "`Exists "{objdir}"extra-include`" == ""
+       NewFolder "{objdir}"extra-include
+End If
+
+Set edir "{objdir}extra-include:"
+
+forward-include "{srcdir}"include:mpw:sys:file.h "{edir}"'sys/file.h'
+forward-include "{srcdir}"include:mpw:sys:param.h "{edir}"'sys/param.h'
+forward-include "{srcdir}"include:mpw:sys:resource.h "{edir}"'sys/resource.h'
+forward-include "{srcdir}"include:mpw:sys:stat.h "{edir}"'sys/stat.h'
+forward-include "{srcdir}"include:mpw:sys:time.h "{edir}"'sys/time.h'
+forward-include "{srcdir}"include:mpw:sys:types.h "{edir}"'sys/types.h'
This page took 0.02367 seconds and 4 git commands to generate.