Import Debian changes 1.8.5-1
[hcoop/debian/openafs.git] / src / libuafs / MakefileProto.AIX.in
CommitLineData
805e021f
CE
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
8srcdir=@srcdir@
9include @TOP_OBJDIR@/src/config/Makefile.config
10INSTALL = @INSTALL@
11INSTALL_DATA = @INSTALL_DATA@
12INSTALL_PROGRAM = @INSTALL_PROGRAM@
13INSTALL_SCRIPT = @INSTALL_SCRIPT@
14
15
16
17# System specific build commands and flags
18DEFINES= -DKERNEL -DUKERNEL
19AR = /usr/bin/ar
20ARFLAGS = -r
21RANLIB = /bin/ranlib
22CC = xlc_r
23DEF_LIBPATH=/usr/lib/threads:/usr/lib:/lib
24
25TEST_CFLAGS=-DAFS_PTHREAD_ENV -Daix -DAFS_AIX_ENV $(XCFLAGS)
26TEST_LDFLAGS=
27TEST_LIBS=-lm -lpthreads
28
29AFS_OS_CLEAN = \
30 *.exp \
31 export.h
32
33# To get __file__ you need to specify the language level C99 to xlc_r
34CFLAGS_afs_osi_pag.lo=-qlanglvl=stdc99
35
36include Makefile.common