pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
461
2007/
06
/
20
00
:
15
:
48
mast
Exp $
+
# $Id: Makefile.in,v 1.
462
2007/
07
/
31
23
:
16
:
54
bill
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:277:
fi @echo @cat compiler-warnings @echo @echo 'End of summary' @echo '--------------' framework: OCPikeInterpreter.o $(OBJ) modules/linker_options @STATIC_POST_MODULES_LINKOPTS@ @echo "Linking Pike.framework";\ gcc -o Pike OCPikeInterpreter.o $(OBJ) `cat modules/linker_options @STATIC_POST_MODULES_LINKOPTS@` -framework Cocoa -dynamiclib -Wl,-single_module \
-
-undefined dynamic_lookup -mmacosx-version-min=10.4 -current_version 7.7 -install_name /
System/Library/Frameworks/Pike
.
framework
/
Versions/A/Pike
\
+
-undefined dynamic_lookup -mmacosx-version-min=10.4 -current_version 7.7 -install_name
@executable_path
/
..
/Frameworks \
-isysroot /Developer/SDKs/MacOSX10.4u.sdk ls -l Pike if test -x Pike.framework ; then rm -rf Pike.framework; fi mkdir Pike.framework mkdir Pike.framework/Versions mkdir Pike.framework/Versions/A mkdir Pike.framework/Versions/A/Headers mkdir Pike.framework/Versions/A/Resources mv Pike Pike.framework/Versions/A cd Pike.framework/Versions && ln -s A Current