4 # Wilfredo Sanchez | wsanchez@apple.com
5 # Copyright (c) 1997-1999 Apple Computer, Inc.
7 # @APPLE_LICENSE_HEADER_START@
9 # Portions Copyright (c) 1999 Apple Computer, Inc. All Rights
10 # Reserved. This file contains Original Code and/or Modifications of
11 # Original Code as defined in and that are subject to the Apple Public
12 # Source License Version 1.1 (the "License"). You may not use this file
13 # except in compliance with the License. Please obtain a copy of the
14 # License at http://www.apple.com/publicsource and read it before using
17 # The Original Code and all software distributed under the License are
18 # distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
19 # EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
20 # INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
21 # FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the
22 # License for the specific language governing rights and limitations
25 # @APPLE_LICENSE_HEADER_END@
29 # Make sure that we're using sh
36 COMPRESS = /usr/bin/compress
37 GUNZIP = /usr/bin/gzip -d
38 GZCAT = /usr/bin/gzip -d -c
39 GZIP = /usr/bin/gzip -9
42 UNCOMPRESS = $(GUNZIP)
46 # Compilers and Binary Tools
49 BISON = /usr/bin/bison
50 BSDMAKE = /usr/bin/bsdmake
53 CTAGS = /usr/bin/ctags
56 ETAGS = /usr/bin/etags
60 GNUMAKE = /usr/bin/gnumake
64 OTOOL = /usr/bin/otool
65 STRIP = /usr/bin/strip
71 CHFLAGS = /usr/bin/chflags
72 CHGRP = /usr/bin/chgrp
74 CHOWN = /usr/sbin/chown
77 INSTALL = /usr/bin/install
78 INSTALL_DIRECTORY = $(INSTALL) -m $(Install_Directory_Mode) -o $(Install_Directory_User) -g $(Install_Directory_Group) -d
79 INSTALL_DYLIB = $(INSTALL) -m $(Install_Program_Mode) -o $(Install_Program_User) -g $(Install_Program_Group) -S "-S"
80 INSTALL_FILE = $(INSTALL) -m $(Install_File_Mode) -o $(Install_File_User) -g $(Install_File_Group)
81 INSTALL_LIBRARY = $(INSTALL) -m $(Install_File_Mode) -o $(Install_File_User) -g $(Install_File_Group) -S "-S"
82 INSTALL_PROGRAM = $(INSTALL) -m $(Install_Program_Mode) -o $(Install_Program_User) -g $(Install_Program_Group) -s
83 INSTALL_SCRIPT = $(INSTALL) -m $(Install_Program_Mode) -o $(Install_Program_User) -g $(Install_Program_Group)
86 MKDIR = /bin/mkdir -p -m $(Install_Directory_Mode)
90 TOUCH = /usr/bin/touch
92 # If you're not root, you can't change file ownership
94 INSTALL_DIRECTORY = $(INSTALL) -m $(Install_Directory_Mode) -d
95 INSTALL_FILE = $(INSTALL) -m $(Install_File_Mode)
96 INSTALL_PROGRAM = $(INSTALL) -m $(Install_Program_Mode) -s
103 XARGS = /usr/bin/xargs
108 INSTALLER = /usr/bin/installer.sh
109 LSBOM = /usr/bin/lsbom
110 MKBOM = /usr/bin/mkbom
111 PACKAGE = /usr/bin/package
117 FALSE = /usr/bin/false
121 TEXI2HTML = /usr/bin/texi2html
123 UNAME = /usr/bin/uname
124 VERS_STRING = /usr/bin/vers_string
125 WHICH = /usr/bin/which
126 WHOAMI = /usr/bin/whoami
142 EGREP = /usr/bin/egrep
143 FGREP = /usr/bin/fgrep