~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/config/Makefile.ppc_darwin_12.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Keep macros within each section in sorted order for clean diff displays.
 
2
#
 
3
# AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
 
4
AFS_OSTYPE = DARWIN
 
5
#
 
6
#
 
7
# compilation and link editor flags
 
8
XCFLAGS=-traditional-cpp
 
9
#MT_CFLAGS=-D_REENTRANT -DAFS_PTHREAD_ENV ${XCFLAGS}
 
10
#MT_CC=cc
 
11
KROOT=
 
12
KINCLUDES=-I$(KROOT)/System/Library/Frameworks/Kernel.framework/Headers
 
13
LWP_OPTMZ=-g
 
14
OPTMZ=-g
 
15
DBG=-g
 
16
REGEX_OBJ=regex.o
 
17
 
 
18
 
 
19
#
 
20
# libraries
 
21
XLIBS=@LIB_AFSDB@
 
22
TXLIBS=
 
23
#MTLIBS=
 
24
#XLIBELFA=
 
25
#XLIBKVM=
 
26
#
 
27
SHLIB_SUFFIX=
 
28
SHLIB_CFLAGS=
 
29
#
 
30
# programs
 
31
AR=ar
 
32
AS=as
 
33
CC=cc
 
34
CP=cp
 
35
INSTALL=${TOP_SRCDIR}/pinstall/pinstall
 
36
LEX=lex -l
 
37
LD= ld
 
38
LORDER = lorder
 
39
MV=mv
 
40
RANLIB=ranlib
 
41
RM=rm
 
42
STRIP= strip