[CalendarServer-changes] [1552] CalendarServer/trunk/support/Makefile.Apple

source_changes at macosforge.org source_changes at macosforge.org
Tue May 22 15:06:36 PDT 2007


Revision: 1552
          http://trac.macosforge.org/projects/calendarserver/changeset/1552
Author:   dreid at apple.com
Date:     2007-05-22 15:06:34 -0700 (Tue, 22 May 2007)

Log Message:
-----------
Build and install PyAppleAuth

Modified Paths:
--------------
    CalendarServer/trunk/support/Makefile.Apple

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2007-05-22 20:13:58 UTC (rev 1551)
+++ CalendarServer/trunk/support/Makefile.Apple	2007-05-22 22:06:34 UTC (rev 1552)
@@ -43,20 +43,21 @@
 
 PyKerberos::          $(BuildDirectory)/PyKerberos
 PyOpenDirectory::     $(BuildDirectory)/PyOpenDirectory
+PyAppleAuth::         $(BuildDirectory)/PyAppleAuth
 vobject::             $(BuildDirectory)/vobject
 Twisted::             $(BuildDirectory)/Twisted
 pydirector-1.0.0::    $(BuildDirectory)/pydirector-1.0.0
 python-dateutil-1.1:: $(BuildDirectory)/python-dateutil-1.1
 $(Project)::          $(BuildDirectory)/$(Project)
 
-build:: PyKerberos PyOpenDirectory pydirector-1.0.0 vobject python-dateutil-1.1 Twisted $(Project)
+build:: PyKerberos PyOpenDirectory PyAppleAuth pydirector-1.0.0 vobject python-dateutil-1.1 Twisted $(Project)
 
 setup:
 	$(_v) $(Sources)/run -s
 
-prep:: setup PyKerberos.tgz PyOpenDirectory.tgz pydirector-1.0.0.tgz vobject.tgz python-dateutil-1.1.tgz Twisted.tgz
+prep:: setup PyKerberos.tgz PyOpenDirectory.tgz PyAppleAuth.tgz pydirector-1.0.0.tgz vobject.tgz python-dateutil-1.1.tgz Twisted.tgz
 
-PyKerberos PyOpenDirectory pydirector-1.0.0 vobject python-dateutil-1.1 $(Project)::
+PyKerberos PyOpenDirectory PyAppleAuth pydirector-1.0.0 vobject python-dateutil-1.1 $(Project)::
 	@echo "Building $@..."
 	$(_v) cd $(BuildDirectory)/$@ && $(Environment) $(PYTHON) setup.py build
 
@@ -76,6 +77,7 @@
 	          --install-data="$(ETCDIR)"
 	$(_v) cd $(BuildDirectory)/PyKerberos          && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
 	$(_v) cd $(BuildDirectory)/PyOpenDirectory     && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
+	$(_v) cd $(BuildDirectory)/PyAppleAuth         && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
 	$(_v) cd $(BuildDirectory)/pydirector-1.0.0    && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
 	$(_v) cd $(BuildDirectory)/vobject             && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
 	$(_v) cd $(BuildDirectory)/python-dateutil-1.1 && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070522/8e12438c/attachment.html


More information about the calendarserver-changes mailing list