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

Comparing BasiliskII/src/MacOSX/Makefile.in (file contents):
Revision 1.7 by nigel, 2003-01-10T23:05:06Z vs.
Revision 1.10 by nigel, 2003-06-03T12:27:12Z

# Line 1 | Line 1
1 + # $Id$
2   # MacOS X makefile for Basilisk II. Slightly based on the Unix one
3  
4   ## System specific configuration
# Line 24 | Line 25 | GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu
25  
26   # Symlinks to files in other directories
27   GENLINK = README.txt install-sh \
28 <          config.guess config.sub user_strings_unix.h
28 >          config.guess config.sub \
29 >          sys_unix.cpp timer_unix.cpp user_strings_unix.h
30  
31   GEN  = $(GENEMUS) $(GENSRCS)
32  
# Line 56 | Line 58 | $(OBJ_DIR)::
58  
59  
60   $(APP): $(OBJ_DIR) $(GEN) $(SRCS)
61 <        pbxbuild -buildstyle Deployment
62 < #       pbxbuild
61 >        pbxbuild -buildstyle Deployment || rm -fr $(APP)
62 > #       pbxbuild                        || rm -fr $(APP)
63  
64   BasiliskII.icns :
65          touch $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines