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.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-10-03T15:11:07Z

# Line 32 | Line 32 | SRCS=../prefs.cpp ../rom_patches.cpp ../
32   APP = BasiliskII
33  
34   ## Rules
35 + .PHONY: clean distclean realclean depend
36 +
37   default: $(APP)
38  
39   OBJ_DIR = obj
# Line 52 | Line 54 | $(APP): $(OBJ_DIR) $(OBJS)
54          $(CXX) -o $(APP) $(LDFLAGS) $(OBJS) $(LIBS)
55  
56   modules:
57 <        cd Linux/NetDriver && make
57 >        cd Linux/NetDriver; make
58  
59   install: $(APP)
60          $(INSTALL_PROGRAM) -s BasiliskII $(bindir)
# Line 60 | Line 62 | install: $(APP)
62          $(INSTALL_DATA) basilisk_ii_keycodes $(libdir)
63  
64   clean:
65 <        rm -f $(OBJ_DIR)/* core* *.core *~ *.bak
66 <        rm -f cpuemu.cpp cpudefs.cpp cputmp.s cpufast*.s cpustbl.cpp cputbl.h
65 >        -rm -f $(OBJ_DIR)/* core* *.core *~ *.bak
66 >        -rm -f cpuemu.cpp cpudefs.cpp cputmp.s cpufast*.s cpustbl.cpp cputbl.h
67  
68   distclean: clean
69 <        rm -f Makefile
70 <        rm -f config.cache config.log config.status config.h
71 <        strip $(APP)
69 >        -rm -f Makefile
70 >        -rm -f config.cache config.log config.status config.h
71 >        -strip $(APP)
72  
73   realclean: distclean
74 <        rm -f $(APP)
74 >        -rm -f $(APP)
75  
76   depend dep:
77          makedepend $(CPPFLAGS) -Y ../*.cpp ../*.c *.cpp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines