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/vhd_unix.cpp Unix/vhd_unix.h \ |
64 |
> |
Unix/extfs_unix.cpp Unix/serial_unix.cpp \ |
65 |
|
Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \ |
66 |
|
Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \ |
67 |
|
Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \ |
68 |
|
Unix/semaphore.h Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \ |
69 |
< |
Unix/video_blit.cpp Unix/config.sub Unix/config.guess \ |
70 |
< |
Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/m4 \ |
69 |
> |
Unix/video_blit.cpp Unix/config.sub Unix/config.guess Unix/m4 \ |
70 |
> |
Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/Irix/audio_irix.cpp \ |
71 |
|
Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \ |
72 |
+ |
Unix/rpc.h Unix/rpc_unix.cpp Unix/ldscripts Unix/Darwin/mkstandalone \ |
73 |
|
Unix/Darwin/lowmem.c Unix/Darwin/pagezero.c Unix/Darwin/testlmem.sh \ |
74 |
|
dummy/audio_dummy.cpp dummy/clip_dummy.cpp dummy/serial_dummy.cpp \ |
75 |
|
dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp SDL slirp \ |
76 |
|
MacOSX/sys_darwin.cpp MacOSX/clip_macosx.cpp \ |
77 |
< |
MacOSX/macos_util_macosx.h MacOSX/extfs_macosx.h \ |
78 |
< |
MacOSX/extfs_macosx.mm Windows/clip_windows.cpp \ |
77 |
> |
MacOSX/macos_util_macosx.h Unix/cpr.sh \ |
78 |
> |
MacOSX/extfs_macosx.cpp Windows/clip_windows.cpp \ |
79 |
> |
MacOSX/MacOSX_sound_if.cpp MacOSX/MacOSX_sound_if.h \ |
80 |
> |
MacOSX/AudioBackEnd.cpp MacOSX/AudioBackEnd.h \ |
81 |
> |
MacOSX/AudioDevice.cpp MacOSX/AudioDevice.h MacOSX/audio_macosx.cpp \ |
82 |
> |
MacOSX/utils_macosx.mm MacOSX/utils_macosx.h \ |
83 |
|
Windows/cd_defs.h Windows/cdenable Windows/extfs_windows.cpp \ |
84 |
|
Windows/posix_emu.cpp Windows/posix_emu.h Windows/sys_windows.cpp \ |
85 |
|
Windows/timer_windows.cpp Windows/util_windows.cpp \ |
87 |
|
Windows/kernel_windows.h Windows/kernel_windows.cpp \ |
88 |
|
Windows/serial_windows.cpp Windows/router Windows/b2ether \ |
89 |
|
Windows/ether_windows.h Windows/ether_windows.cpp \ |
90 |
< |
Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp'; \ |
91 |
< |
PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ |
90 |
> |
Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp \ |
91 |
> |
uae_cpu/compiler/codegen_x86.h'; \ |
92 |
> |
PREFIX="../"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ |
93 |
|
for i in $$list; do \ |
94 |
< |
echo $$i; \ |
95 |
< |
ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$i; \ |
96 |
< |
done; |
94 |
> |
if test "$$i" != "\\"; then \ |
95 |
> |
echo $$i; o=$$i; \ |
96 |
> |
case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \ |
97 |
> |
SUB=`echo $$o | sed 's;[^/]*/;../;g' | sed 's;[^/]*$$;;'` ;\ |
98 |
> |
ln -sf "$$PREFIX$$SUB$(B2_TOPDIR)/src/$$i" src/$$o; \ |
99 |
> |
fi; \ |
100 |
> |
done; \ |
101 |
> |
ln -sf ../../../../../SheepShaver/src/Unix/config.h $(B2_TOPDIR)/src/Unix/Linux/NetDriver/config.h |