ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Makefile.in
(Generate patch)

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.6 by gbeauche, 2003-11-01T17:03:55Z

# Line 29 | Line 29 | SRCS = main_unix.cpp ../prefs.cpp ../pre
29      ../rom_patches.cpp ../rsrc_patches.cpp ../emul_op.cpp ../name_registry.cpp \
30      ../macos_util.cpp ../timer.cpp timer_unix.cpp ../xpram.cpp xpram_unix.cpp \
31      ../adb.cpp clip_unix.cpp ../sony.cpp ../disk.cpp ../cdrom.cpp ../scsi.cpp \
32 <    Linux/scsi_linux.cpp ../video.cpp video_x.cpp ../audio.cpp audio_oss_esd.cpp ../ether.cpp \
32 >    Linux/scsi_linux.cpp ../video.cpp video_blit.cpp video_x.cpp \
33 >    ../audio.cpp audio_oss_esd.cpp ../ether.cpp \
34      Linux/ether_linux.cpp ../serial.cpp serial_unix.cpp ../extfs.cpp extfs_unix.cpp \
35 <    about_window_unix.cpp ../user_strings.cpp user_strings_unix.cpp $(SYSSRCS)
35 >    about_window_unix.cpp ../user_strings.cpp user_strings_unix.cpp \
36 >    vm_alloc.cpp sigsegv.cpp \
37 >    sshpty.c strlcpy.c $(SYSSRCS)
38   APP = SheepShaver
39  
40   ## Rules
# Line 73 | Line 76 | uninstall:
76          rm -f $(man1dir)/$(APP).1
77  
78   clean:
79 <        rm -f $(APP) $(OBJ_DIR)/* core* *.core *~ *.bak
79 >        rm -f $(APP) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
80  
81   distclean: clean
82          rm -rf $(OBJ_DIR)
# Line 92 | Line 95 | $(OBJ_DIR)/%.o : %.S
95          $(AS) $(ASFLAGS) -o $@ $*.s
96          rm $*.s
97  
98 + # Kheperix CPU emulator
99 + GENEXEC = ../kpx_cpu/src/cpu/ppc/genexec.pl
100 +
101 + $(OBJ_DIR)/ppc-execute.o: ppc-execute-impl.cpp
102 + ppc-execute-impl.cpp: ../kpx_cpu/src/cpu/ppc/ppc-decode.cpp $(GENEXEC)
103 +        $(CPP) $(CPPFLAGS) -DGENEXEC $< | $(GENEXEC) > $@
104 +
105   #-------------------------------------------------------------------------
106   # DO NOT DELETE THIS LINE -- make depend depends on it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines