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 \ |
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 |