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.13 by nigel, 2004-01-27T22:04:12Z vs.
Revision 1.15 by nigel, 2004-01-29T12:24:43Z

# Line 14 | Line 14 | CPPFLAGS = @CPPFLAGS@ -I../include -I. @
14   DEFS = @DEFS@ @DEFINES@ -D_REENTRANT
15   LDFLAGS = @LDFLAGS@
16   LIBS = @LIBS@
17 + BLESS = @BLESS@
18 + IDE = @IDE@
19 + PROJECT = @PROJECT@
20 + IDEARGS = @IDEARGS@
21  
22   ## Files
23   OBJ_DIR = build
# Line 35 | Line 39 | SRCS =  BasiliskII.icns Controller.h Con
39          NNThread.h NNThread.m PrefsEditor.h PrefsEditor.mm \
40          ToDo.html Versions.html \
41          audio_macosx.mm extfs_macosx.mm macos_util_macosx.h main_macosx.h \
42 <        main_macosx.mm misc_macosx.h misc_macosx.mm prefs_macosx.cpp \
42 >        main_macosx.mm misc_macosx.h misc_macosx.mm nowrite.icns prefs_macosx.cpp \
43          sysdeps.h video_macosx.mm video_macosx.h
44   APP = $(OBJ_DIR)/BasiliskII.app
45  
# Line 48 | Line 52 | APP = $(OBJ_DIR)/BasiliskII.app
52   all: $(APP)
53  
54   ide: $(OBJ_DIR) $(GEN) $(SRCS)
55 <        open BasiliskII.xcode
52 <
53 < oldide: $(OBJ_DIR) $(GEN) $(SRCS)
54 <        open BasiliskII.pbproj
55 >        open $(PROJECT)
56  
57   test: $(APP)
58          open $(APP)
# Line 61 | Line 62 | $(OBJ_DIR)::
62  
63  
64   $(APP): $(OBJ_DIR) $(GEN) $(SRCS)
65 <        xcodebuild -buildstyle Deployment \
66 <                -project BasiliskII.xcode || rm -fr $(APP)
67 < #       pbxbuild -buildstyle Deployment || rm -fr $(APP)
67 < #       pbxbuild                        || rm -fr $(APP)
65 >        $(IDE) -buildstyle Deployment $(IDEARGS) \
66 >                && $(BLESS) $(APP)/Contents/MacOS/BasiliskII \
67 >                || rm -fr $(APP)
68  
69   BasiliskII.icns :
70          touch $@
71  
72 + nowrite.icns :
73 +        ln -sf /System/Library/CoreServices/Finder.app/Contents/Resources/nowrite.icns .
74 +
75   mostlyclean:
76          rm -fr English.lproj/*~* $(OBJ_DIR)/* core* *.core *~ *.bak
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines