mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
Handle new ppc emulator
This commit is contained in:
parent
6ff594e32d
commit
15a1208483
@ -76,7 +76,7 @@ uninstall:
|
||||
rm -f $(man1dir)/$(APP).1
|
||||
|
||||
clean:
|
||||
rm -f $(APP) $(OBJ_DIR)/* core* *.core *~ *.bak
|
||||
rm -f $(APP) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
|
||||
|
||||
distclean: clean
|
||||
rm -rf $(OBJ_DIR)
|
||||
@ -95,5 +95,12 @@ $(OBJ_DIR)/%.o : %.S
|
||||
$(AS) $(ASFLAGS) -o $@ $*.s
|
||||
rm $*.s
|
||||
|
||||
# Kheperix CPU emulator
|
||||
GENEXEC = ../kpx_cpu/src/cpu/ppc/genexec.pl
|
||||
|
||||
../kpx_cpu/src/cpu/ppc/ppc-execute.cpp: ppc-execute-impl.cpp
|
||||
ppc-execute-impl.cpp: ../kpx_cpu/src/cpu/ppc/ppc-decode.cpp $(GENEXEC)
|
||||
$(CPP) $(CPPFLAGS) $< | $(GENEXEC) > $@
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
Loading…
Reference in New Issue
Block a user