platform-build-fixes-20060801
[openafs.git] / src / platform / DARWIN / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10 include ../../config/Makefile.version
11
12 all: afssettings
13
14 afssettings: afssettings.m 
15         ${CC} ${CFLAGS} -o afssettings afssettings.m -framework Foundation
16
17 install: \
18         ${DESTDIR}${bindir}/afssettings
19
20 dest: \
21         ${DEST}/bin/afssettings
22
23
24 ${DESTDIR}${bindir}/afssettings: afssettings
25         ${INSTALL} -s $? $@
26
27
28 ${DEST}/bin/afssettings: afssettings
29         ${INSTALL} -s $? $@
30
31 clean:
32         $(RM) -f *.o core afssettings AFS_component_version_number.c