quickSelfTest/Make.proto
changeset 542 0b90cc7fc11a
parent 517 bcecd53f72d3
--- a/quickSelfTest/Make.proto	Thu Mar 28 13:54:38 2019 +0100
+++ b/quickSelfTest/Make.proto	Thu Mar 28 13:54:42 2019 +0100
@@ -180,7 +180,7 @@
 	$(MAKE) FORCE=@@@FORCE-BUILD@@@ $(REQUIRED_LIBOBJS)
 
 subProjects:
-        
+
 
 #
 # a self installable delivery
@@ -196,7 +196,7 @@
 	    echo "Error: missing autopackage directory"; \
 	    exit 1; \
 	fi
-        
+
 # backward compatible fallback
 setup::
 	@if test -d autopackage; then \
@@ -211,19 +211,19 @@
 # for mac, a pkg is generated
 # (SETUP_RULE is set to setup_macosx)
 #
-setup_macosx:   "Smalltalk_X_pkg"
-	-rm "Smalltalk_X.pkg"
-	pkgbuild --identifier "stx.goodies.builder.quickSelfTest" --version "7.1.0.0" --root Smalltalk_X_pkg "Smalltalk_X.pkg"
+setup_macosx:   "QuickSelfTestSmalltalk_X_pkg"
+	-rm "QuickSelfTestSmalltalk_X_pkg.pkg"
+	pkgbuild --identifier "stx.goodies.builder.quickSelfTest" --version "7.1.0.0" --root QuickSelfTestSmalltalk_X_pkg "QuickSelfTestSmalltalk_X.pkg"
 
-app: "Smalltalk_X_pkg"
+app: "QuickSelfTestSmalltalk_X_pkg"
 
-"Smalltalk_X_pkg": $(SUBPROJECT_LIBS) $(REQUIRED_SUPPORT_DIRS) 
-	-rm -rf "Smalltalk_X_pkg"
-	-mkdir "Smalltalk_X_pkg"
-	-mkdir "Smalltalk_X_pkg/opt"
-	-mkdir "Smalltalk_X_pkg/opt/local"
-	-mkdir "Smalltalk_X_pkg/opt/local/bin"
-	cp "quickSelfTest" "Smalltalk_X_pkg/opt/local/bin/"
+"QuickSelfTestSmalltalk_X_pkg": $(SUBPROJECT_LIBS) $(REQUIRED_SUPPORT_DIRS)
+	-rm -rf "QuickSelfTestSmalltalk_X_pkg"
+	-mkdir "QuickSelfTestSmalltalk_X_pkg"
+	-mkdir "QuickSelfTestSmalltalk_X_pkg/opt"
+	-mkdir "QuickSelfTestSmalltalk_X_pkg/opt/local"
+	-mkdir "QuickSelfTestSmalltalk_X_pkg/opt/local/bin"
+	cp "quickSelfTest" "QuickSelfTestSmalltalk_X_pkg/opt/local/bin/"
 
 
 
@@ -237,11 +237,11 @@
 	stx_RESOURCES stx_STYLES stx_BITMAPS
 
 
-quickSelfTest_RESOURCES: 
+quickSelfTest_RESOURCES:
 	mkdir -p resources/stx/goodies/builder/quickSelfTest
 	-cp ../resources/*.rs ../resources/*.style resources/stx/goodies/builder/quickSelfTest/..
 
-quickSelfTest_BITMAPS: 
+quickSelfTest_BITMAPS:
 	mkdir -p resources/stx/goodies/builder/quickSelfTest/bitmaps
 	-cp *.ico *.gif *.png resources/stx/goodies/builder/quickSelfTest/bitmaps
 
@@ -249,11 +249,11 @@
 stx_RESOURCES: \
 	libbasic_RESOURCES
 
-stx_STYLES: 
+stx_STYLES:
 
 stx_BITMAPS:
 
-libbasic_RESOURCES: 
+libbasic_RESOURCES:
 	mkdir -p resources/stx/libbasic
 	-cp $(TOP)/libbasic/resources/*.* resources/stx/libbasic