X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FMakefile;h=135f51c11a5225286a6ba62080bb49e1414b2365;hp=bfbf61f2139d2cd3ba32e7592f678796104e29f1;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/OSX/Makefile b/OSX/Makefile index bfbf61f2..135f51c1 100644 --- a/OSX/Makefile +++ b/OSX/Makefile @@ -22,7 +22,7 @@ all: debug release clean: -rm -rf build -# cd ..; $(XCODEBUILD) -target "$(TARGETS)" clean +# $(XCODEBUILD) -target "$(TARGETS)" clean distclean: -rm -f config.status config.cache config.log \ @@ -34,10 +34,10 @@ distdepend:: Sparkle.framework distdepend:: update_plist_version debug: distdepend - cd ..; $(XCODEBUILD) $(ARCH) -target "$(TARGETS)" -configuration Debug build + $(XCODEBUILD) $(ARCH) -target "$(TARGETS)" -configuration Debug build release:: distdepend - cd ..; $(XCODEBUILD) $(ARCH) -target "$(TARGETS)" -configuration Release build + $(XCODEBUILD) $(ARCH) -target "$(TARGETS)" -configuration Release build release:: check_versions release:: update_thumbs @@ -128,12 +128,14 @@ ios-function-table.m:: echo_tarfiles: - @echo `find . \ - \( \( -name '.??*' -o -name build -o -name CVS -o -name '*~*' \ - -o -name 'jwz.*' -o -name 'Screen Savers' \) \ - -prune \) \ - -o \( -type f -o -type l \) -print \ - | sed 's@^\./@@' \ + @echo `( find . \ + \( \( -name '.??*' -o -name build -o -name CVS -o -name '*~*' \ + -o -name 'jwz.*' -o -name 'Screen Savers' \ + -o -name xscreensaver.xcodeproj \) \ + -prune \) \ + -o \( -type f -o -type l \) -print ; \ + echo xscreensaver.xcodeproj/project.pbxproj ) \ + | sed 's@^\./@@' \ | sort` update_plist_version: @@ -351,3 +353,8 @@ reset_prefs:: $$W2 "$$domain.XMatrix" matrixFont small ; \ $$W2 "$$domain.XMatrix" textMode literal ; \ $$W2 "$$domain.XMatrix" textLiteral "MONKEY BUTTER" ; \ + +# defaults -currentHost write org.jwz.xscreensaver.FontGlide debugMetrics -bool true +# defaults -currentHost write org.jwz.xscreensaver.StarWars debug -bool true +# defaults -currentHost write org.jwz.xscreensaver.StarWars textMode file +# defaults -currentHost write org.jwz.xscreensaver.StarWars textFile ~/src/xscreensaver/hacks/glx/zalgo.txt