2 # Rhapsody (Mac OS X Server) hints
3 # Wilfredo Sanchez <wsanchez@mit.edu>
13 prefix='/usr/local'; # Built-in perl uses /usr
14 siteprefix='/usr/local';
15 vendorprefix='/usr/local'; usevendorprefix='define';
17 # 4BSD uses ${prefix}/share/man, not ${prefix}/man.
18 # Don't put man pages in ${prefix}/lib; that's goofy.
19 man1dir="${prefix}/share/man/man1";
20 man3dir="${prefix}/share/man/man3";
22 # Where to put modules.
23 # Built-in perl uses /System/Library/Perl
24 privlib='/Local/Library/Perl';
25 sitelib='/Local/Library/Perl';
26 vendorlib='/Network/Library/Perl';
34 # Since we can build fat, the archname doesn't need the processor type
40 # Libc is in libsystem.
41 libc='/System/Library/Frameworks/System.framework/System';
46 # XXX Unclear why we require -pipe and -fno-common here.
47 ccflags="${ccflags} -pipe -fno-common"
49 # cpp-precomp is problematic.
50 cppflags='-traditional-cpp';
52 # Shared library extension is .dylib.
53 # Bundle extension is .bundle.
60 lddlflags="${ldflags} -bundle -undefined suppress";
61 ldlibpthname='DYLD_LIBRARY_PATH';
74 # Case-insensitive filesystems don't get along with Makefile and
75 # makefile in the same place. Since Darwin uses GNU make, this dodges
77 firstmakefile=GNUmakefile;