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.17 by gbeauche, 2004-07-07T04:13:37Z vs.
Revision 1.18 by gbeauche, 2004-07-10T07:38:51Z

# Line 38 | Line 38 | SRCS = main_unix.cpp ../prefs.cpp ../pre
38      ../macos_util.cpp ../timer.cpp timer_unix.cpp ../xpram.cpp xpram_unix.cpp \
39      ../adb.cpp ../sony.cpp ../disk.cpp ../cdrom.cpp ../scsi.cpp \
40      ../gfxaccel.cpp ../video.cpp video_blit.cpp ../audio.cpp ../ether.cpp ../thunks.cpp \
41 <    ../serial.cpp ../extfs.cpp extfs_unix.cpp \
41 >    ../serial.cpp ../extfs.cpp \
42      about_window_unix.cpp ../user_strings.cpp user_strings_unix.cpp \
43      vm_alloc.cpp sigsegv.cpp \
44      sshpty.c strlcpy.c $(SYSSRCS) $(CPUSRCS)
# Line 124 | Line 124 | $(OBJ_DIR)/%.o : %.c
124          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
125   $(OBJ_DIR)/%.o : %.cpp
126          $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
127 + $(OBJ_DIR)/%.o : %.mm
128 +        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
129   $(OBJ_DIR)/%.o : %.S
130          $(CPP) $(CPPFLAGS) -D__ASSEMBLY__ $< -o $*.s
131          $(AS) $(ASFLAGS) -o $@ $*.s

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines