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.12 by nigel, 2004-01-27T01:15:17Z

# 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 22 | Line 23 | GENSRCS = cpudefs.cpp cpuemu.cpp cpustbl
23   GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
24            cpuemu5.cpp cpuemu6.cpp cpuemu7.cpp cpuemu8.cpp
25  
26 < # Symlinks to files in other directories
27 < GENLINK = README.txt install-sh \
28 <          config.guess config.sub user_strings_unix.h
26 > # Symlinks to, or copies of, files in other directories
27 > GENLINK = README.txt INSTALL.txt install-sh \
28 >          Darwin config.guess config.sub \
29 >          sys_unix.cpp timer_unix.cpp user_strings_unix.h
30  
31   GEN  = $(GENEMUS) $(GENSRCS)
32  
# Line 46 | Line 48 | APP = $(OBJ_DIR)/BasiliskII.app
48   all: $(APP)
49  
50   ide: $(OBJ_DIR) $(GEN) $(SRCS)
51 +        open BasiliskII.xcode
52 +
53 + oldide: $(OBJ_DIR) $(GEN) $(SRCS)
54          open BasiliskII.pbproj
55  
56   test: $(APP)
# Line 56 | Line 61 | $(OBJ_DIR)::
61  
62  
63   $(APP): $(OBJ_DIR) $(GEN) $(SRCS)
64 <        pbxbuild -buildstyle Deployment
65 < #       pbxbuild
64 >        pbxbuild -buildstyle Deployment || rm -fr $(APP)
65 > #       pbxbuild                        || rm -fr $(APP)
66  
67   BasiliskII.icns :
68          touch $@
# Line 70 | Line 75 | clean: mostlyclean
75          rm -f cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp
76  
77   distclean: clean
78 <        rm -fr $(OBJ_DIR)
79 <        rm -fr $(GENLINK)
78 >        rm -rf $(OBJ_DIR)
79 >        rm -rf autom4te.cache
80 >        rm -f Makefile
81          rm -f config.cache config.log config.status config.h config.h.in
82 +        rm -f Darwin/lowmem Darwin/pagezero
83 +        rm -f $(GENLINK)
84          rm -f configure
85 <        rm -f Makefile
85 >        rm -f .DS_Store
86  
87  
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines