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

Comparing BasiliskII/src/Unix/Makefile.in (file contents):
Revision 1.36 by gbeauche, 2005-05-14T08:10:49Z vs.
Revision 1.37 by gbeauche, 2005-05-14T16:37:21Z

# Line 114 | Line 114 | $(OBJ_DIR)/%.o : %.c
114          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
115   $(OBJ_DIR)/%.o : %.cpp
116          $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
117 + $(OBJ_DIR)/%.o : %.mm
118 +        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
119   $(OBJ_DIR)/%.o : %.s
120          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines