--- BasiliskII/src/MacOSX/Makefile.in 2003/03/24 10:18:23 1.9 +++ BasiliskII/src/MacOSX/Makefile.in 2004/01/27 22:04:12 1.13 @@ -1,3 +1,4 @@ +# $Id: Makefile.in,v 1.13 2004/01/27 22:04:12 nigel Exp $ # MacOS X makefile for Basilisk II. Slightly based on the Unix one ## System specific configuration @@ -22,9 +23,9 @@ GENSRCS = cpudefs.cpp cpuemu.cpp cpustbl GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \ cpuemu5.cpp cpuemu6.cpp cpuemu7.cpp cpuemu8.cpp -# Symlinks to files in other directories -GENLINK = README.txt install-sh \ - config.guess config.sub \ +# Symlinks to, or copies of, files in other directories +GENLINK = README.txt INSTALL.txt install-sh \ + Darwin config.guess config.sub \ sys_unix.cpp timer_unix.cpp user_strings_unix.h GEN = $(GENEMUS) $(GENSRCS) @@ -47,6 +48,9 @@ APP = $(OBJ_DIR)/BasiliskII.app all: $(APP) ide: $(OBJ_DIR) $(GEN) $(SRCS) + open BasiliskII.xcode + +oldide: $(OBJ_DIR) $(GEN) $(SRCS) open BasiliskII.pbproj test: $(APP) @@ -57,7 +61,9 @@ $(OBJ_DIR):: $(APP): $(OBJ_DIR) $(GEN) $(SRCS) - pbxbuild -buildstyle Deployment || rm -fr $(APP) + xcodebuild -buildstyle Deployment \ + -project BasiliskII.xcode || rm -fr $(APP) +# pbxbuild -buildstyle Deployment || rm -fr $(APP) # pbxbuild || rm -fr $(APP) BasiliskII.icns : @@ -71,11 +77,14 @@ clean: mostlyclean rm -f cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp distclean: clean - rm -fr $(OBJ_DIR) - rm -fr $(GENLINK) + rm -rf $(OBJ_DIR) + rm -rf autom4te.cache + rm -f Makefile rm -f config.cache config.log config.status config.h config.h.in + rm -f Darwin/lowmem Darwin/pagezero + rm -f $(GENLINK) rm -f configure - rm -f Makefile + rm -f .DS_Store