[aquaskk-changes 21] CVS update: AquaSKK

Back to archive index

Tomotaka SUWA t-suw****@users*****
2005年 8月 13日 (土) 15:15:06 JST


Index: AquaSKK/Makefile
diff -u AquaSKK/Makefile:1.1.1.2 AquaSKK/Makefile:1.2
--- AquaSKK/Makefile:1.1.1.2	Sun Jul 17 19:50:28 2005
+++ AquaSKK/Makefile	Sat Aug 13 15:15:06 2005
@@ -1,10 +1,16 @@
-# $Id: Makefile,v 1.1.1.2 2005/07/17 10:50:28 t-suwa Exp $
+# $Id: Makefile,v 1.2 2005/08/13 06:15:06 t-suwa Exp $
 
+DARWIN	= $(firstword $(subst ., ,$(shell uname -r)))
 TARGET	= AquaSKKInputMethod.component
-BUILD	= build/Deployment
 #DEST	= $(HOME)/Library/Components
 DEST	= /Library/Components
+ifeq ($(DARWIN), 7)
+XCODE	= xcodebuild -buildstyle Deployment
+BUILD	= build
+else
 XCODE	= xcodebuild -configuration Deployment
+BUILD	= build/Deployment
+endif
 
 all:
 	$(XCODE) build


aquaskk-changes メーリングリストの案内
Back to archive index