59 |
|
BeOS/audio_beos.cpp BeOS/extfs_beos.cpp BeOS/scsi_beos.cpp \ |
60 |
|
BeOS/serial_beos.cpp BeOS/sys_beos.cpp BeOS/timer_beos.cpp \ |
61 |
|
BeOS/xpram_beos.cpp BeOS/SheepDriver BeOS/SheepNet \ |
62 |
< |
Unix/audio_oss_esd.cpp Unix/extfs_unix.cpp Unix/serial_unix.cpp \ |
62 |
> |
Unix/audio_oss_esd.cpp Unix/bincue_unix.cpp Unix/bincue_unix.h \ |
63 |
> |
Unix/extfs_unix.cpp Unix/serial_unix.cpp \ |
64 |
|
Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \ |
65 |
|
Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \ |
66 |
|
Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \ |
87 |
|
Windows/ether_windows.h Windows/ether_windows.cpp \ |
88 |
|
Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp \ |
89 |
|
uae_cpu/compiler/codegen_x86.h'; \ |
90 |
< |
PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ |
90 |
> |
PREFIX="../"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ |
91 |
|
for i in $$list; do \ |
92 |
< |
echo $$i; o=$$i; \ |
93 |
< |
case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \ |
94 |
< |
ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$o; \ |
95 |
< |
done; |
92 |
> |
if test "$$i" != "\\"; then \ |
93 |
> |
echo $$i; o=$$i; \ |
94 |
> |
case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \ |
95 |
> |
SUB=`echo $$o | sed 's;[^/]*/;../;g' | sed 's;[^/]*$$;;'` ;\ |
96 |
> |
ln -sf "$$PREFIX$$SUB$(B2_TOPDIR)/src/$$i" src/$$o; \ |
97 |
> |
fi; \ |
98 |
> |
done; \ |
99 |
> |
ln -sf ../../../../../SheepShaver/src/Unix/config.h $(B2_TOPDIR)/src/Unix/Linux/NetDriver/config.h |