# Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. # # This software has been released under the terms of the IBM Public # License. For details, see the LICENSE file in the top-level source # directory or online at http://www.openafs.org/dl/license10.html srcdir=@srcdir@ include @TOP_OBJDIR@/src/config/Makefile.config INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ include ../../config/Makefile.version all: OpenAFS.prefPane afssettings OpenAFS.prefPane: xcodebuild -project AFSPreference/OpenAFS.xcodeproj mv AFSPreference/build/Release/OpenAFS.prefPane OpenAFS.prefPane afssettings: afssettings.m ${CC} ${CFLAGS} -o afssettings afssettings.m -framework Foundation install: \ ${DESTDIR}${sbindir}/afssettings dest: \ ${DEST}/etc/afssettings ${DESTDIR}${sbindir}/afssettings: afssettings ${INSTALL} $? $@ ${DEST}/etc/afssettings: afssettings ${INSTALL} $? $@ clean: $(RM) -rf OpenAFS.prefPane $(RM) -rf AFSPreference/build $(RM) -f *.o core afssettings AFS_component_version_number.c