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.
462
2007/07/31 23:
16
:
54
bill Exp $
+
# $Id: Makefile.in,v 1.
463
2007/07/31 23:
42
:
05
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:283:
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 @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
+
mkdir Pike.framework/Versions/
7.7
+
mkdir Pike.framework/Versions/
7.7
/Headers
+
mkdir Pike.framework/Versions/
7.7
/Resources
+
mkdir Pike.framework/Versions/7.7/Resources/lib
+
mv Pike Pike.framework/Versions/
7.7
+
cd Pike.framework/Versions && ln -s
7.7
Current
cd Pike.framework && ln -s Versions/Current/Resources Resources && ln -s Versions/Current/Headers Headers && \ ln -s Versions/Current/Pike Pike
-
cp $(SRCDIR)/*.h Pike.framework/Versions/
A
/Headers
-
cp *.h Pike.framework/Versions/
A
/Headers
-
cp $(PACKAGINGDIR)/macosx/framework_Info.plist Pike.framework/Versions/
A
/Resources/Info.plist
-
cp
-
rf
lib
Pike.framework/Versions/
A
/Resources
-
cp
master.pike
Pike.framework/Versions/
A
/Resources/
lib
-
cp -rf $(SRCDIR)/../lib/* Pike.framework/Versions/
A
/Resources/lib
+
cp $(SRCDIR)/*.h Pike.framework/Versions/
7.7
/Headers
+
cp *.h Pike.framework/Versions/
7.7
/Headers
+
cp $(PACKAGINGDIR)/macosx/framework_Info.plist Pike.framework/Versions/
7.7
/Resources/Info.plist
+
MACHINE=`uname
-
m
|
tr " " "_"` && mkdir
Pike.framework/Versions/
7.7
/Resources
/$$MACHINE
&&
cp
-rf
lib/*
Pike.framework/Versions/
7.7
/Resources/
$$MACHINE
+
cp -rf $(SRCDIR)/../lib/* Pike.framework/Versions/
7.7
/Resources/lib
+
cp master.pike Pike.framework/Versions/7.7/Resources/lib
cd Pike.framework && find . -type f -name '*.in' -exec rm -f {} \; cd Pike.framework && find . -type d -name CVS -prune -exec rm -rf {} \; libpike.so: $(OBJ) modules/linker_options @STATIC_POST_MODULES_LINKOPTS@ @echo "Linking libpike.so";\ if $(TMP_BINDIR)/smartlink "$(LDSHARED)" $(LDFLAGS) -o libpike.@SO@ \ $(OBJ) `cat modules/linker_options @STATIC_POST_MODULES_LINKOPTS@` \ $(LIBS); then \ if test "@SO@" != so ; then mv "module.@SO@" module.so ; \ else :; fi ;\