ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/Makefile
(Generate patch)

Comparing BasiliskII/src/BeOS/Makefile (file contents):
Revision 1.1.1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.10 by cebix, 2001-07-15T14:19:08Z

# Line 33 | Line 33 | TYPE= APP
33   MACHINE=$(shell uname -m)
34   ifeq ($(MACHINE), BePC)
35          CPUSRCS = ../uae_cpu/basilisk_glue.cpp ../uae_cpu/memory.cpp ../uae_cpu/newcpu.cpp \
36 <            ../uae_cpu/readcpu.cpp ../uae_cpu/fpp.cpp cpustbl.cpp cpudefs.cpp cpufast.s
36 >            ../uae_cpu/readcpu.cpp ../uae_cpu/fpu/fpu_x86.cpp cpustbl.cpp cpudefs.cpp cpufast.s
37   else
38   #       CPUSRCS = ../powerrom_cpu/powerrom_cpu.cpp
39          CPUSRCS = ../uae_cpu/basilisk_glue.cpp ../uae_cpu/newcpu.cpp \
40 <            ../uae_cpu/readcpu.cpp ../uae_cpu/fpp.cpp cpustbl.cpp cpudefs.cpp cpuemu.cpp
40 >            ../uae_cpu/readcpu.cpp ../uae_cpu/fpu/fpu_uae.cpp cpustbl.cpp cpudefs.cpp cpuemu.cpp
41   endif
42 < SRCS=../prefs.cpp ../rom_patches.cpp ../slot_rom.cpp ../rsrc_patches.cpp ../emul_op.cpp \
43 <    ../macos_util.cpp ../xpram.cpp ../timer.cpp ../adb.cpp ../serial.cpp ../ether.cpp ../sony.cpp \
44 <    ../disk.cpp ../cdrom.cpp ../scsi.cpp ../video.cpp ../audio.cpp ../user_strings.cpp \
45 <    main_beos.cpp prefs_beos.cpp prefs_editor_beos.cpp sys_beos.cpp xpram_beos.cpp \
46 <    timer_beos.cpp clip_beos.cpp serial_beos.cpp ether_beos.cpp scsi_beos.cpp video_beos.cpp \
47 <    audio_beos.cpp \
42 > SRCS = ../main.cpp main_beos.cpp ../prefs.cpp ../prefs_items.cpp prefs_beos.cpp \
43 >    prefs_editor_beos.cpp sys_beos.cpp ../rom_patches.cpp ../slot_rom.cpp \
44 >    ../rsrc_patches.cpp ../emul_op.cpp ../macos_util.cpp ../xpram.cpp \
45 >    xpram_beos.cpp ../timer.cpp timer_beos.cpp clip_beos.cpp ../adb.cpp \
46 >    ../serial.cpp serial_beos.cpp ../ether.cpp ether_beos.cpp ../sony.cpp \
47 >    ../disk.cpp ../cdrom.cpp ../scsi.cpp scsi_beos.cpp ../video.cpp \
48 >    video_beos.cpp ../audio.cpp audio_beos.cpp ../extfs.cpp extfs_beos.cpp \
49 >    ../user_strings.cpp user_strings_beos.cpp about_window.cpp \
50      $(CPUSRCS)
51                  
52   #       specify the resource files to use
# Line 66 | Line 68 | RSRCS=
68   #               naming scheme you need to specify the path to the library
69   #               and it's name
70   #               library: my_lib.a entry: my_lib.a or path/my_lib.a
71 < LIBS=be game media device textencoding tracker
71 > LIBS=be game media device textencoding tracker net
72                  
73   #       specify additional paths to directories following the standard
74   #       libXXX.so or libXXX.a naming scheme.  You can specify full paths
# Line 84 | Line 86 | SYSTEM_INCLUDE_PATHS =
86   #       additional paths to look for local headers
87   #       thes use the form: #include "header"
88   #       source file directories are automatically included
89 < LOCAL_INCLUDE_PATHS = ../include
89 > LOCAL_INCLUDE_PATHS = ../include SheepDriver SheepNet
90  
91   #       specify the level of optimization that you desire
92   #       NONE, SOME, FULL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines