Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
acb6d62d
Commit
acb6d62d
authored
Oct 09, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Donn Cave <donn@oz.net>:
Revise BeOS support. This closes SourceForge patch #101776.
parent
66672980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
Makefile.in
Makefile.in
+8
-9
No files found.
Makefile.in
View file @
acb6d62d
...
...
@@ -168,7 +168,7 @@ $(LIBRARY): $(SUBDIRS)
for
i
in
$(SUBDIRS)
;
do
\
(
cd
$$
i
;
$(MAKE)
VERSION
=
"
$(VERSION)
"
add2lib
)
;
done
# This rule is only here for DG/UX!!!
# This rule is only here for DG/UX
and BeOS
!!!
libpython$(VERSION).so
:
$(LIBRARY)
case
`
uname
-s
|
tr
-d
'/ '
|
tr
'[A-Z]'
'[a-z]'
`
in
\
*
dgux
*
)
\
...
...
@@ -176,6 +176,9 @@ libpython$(VERSION).so: $(LIBRARY)
(
cd
dgux
;
ar x ../
$^
;
ld
-G
-o
../
$@
*
)
;
\
/bin/rm
-rf
./dgux
\
;;
\
beos
)
\
$(srcdir)
/BeOS/ar-fake so
$(LIBRARY)
$@
\
;;
\
esac
# This rule is here for OPENSTEP/Rhapsody/MacOSX
...
...
@@ -367,7 +370,7 @@ libainstall: all
else
true
;
\
fi
;
\
done
@
if
[
"
$(MACHDEP)
"
!=
"beos"
]
;
then
\
@
if
test
-d
$(LIBRARY)
;
then
:
;
else
\
$(INSTALL_DATA)
$(LIBRARY)
$(LIBPL)
/
$(LIBRARY)
;
\
$(RANLIB)
$(LIBPL)
/
$(LIBRARY)
;
\
fi
...
...
@@ -396,23 +399,19 @@ libainstall: all
echo
;
echo
"See Misc/AIX-NOTES for details."
;
\
else
true
;
\
fi
@
if
[
"
$(MACHDEP)
"
=
"beos"
]
;
then
\
@
case
"
$(MACHDEP)
"
in
beos
*
)
\
echo
;
echo
"Installing support files for building shared extension modules on BeOS:"
;
\
$(INSTALL_DATA)
BeOS/README
$(LIBPL)
/README
;
\
echo
;
echo
"
$(LIBPL)
/README"
;
\
$(INSTALL_DATA)
BeOS/README.readline-2.2
$(LIBPL)
/README.readline-2.2
;
\
echo
"
$(LIBPL)
/README.readline-2.2"
;
\
$(INSTALL_DATA)
BeOS/dl_export.h
$(LIBPL)
/dl_export.h
;
\
echo
"
$(LIBPL)
/dl_export.h"
;
\
$(INSTALL_PROGRAM)
BeOS/ar-fake
$(LIBPL)
/ar-fake
;
\
echo
"
$(LIBPL)
/ar-fake"
;
\
$(INSTALL_PROGRAM)
BeOS/linkcc
$(LIBPL)
/linkcc
;
\
echo
"
$(LIBPL)
/linkcc"
;
\
$(INSTALL_PROGRAM)
BeOS/linkmodule
$(LIBPL)
/linkmodule
;
\
echo
"
$(LIBPL)
/linkmodule"
;
\
echo
;
echo
"See BeOS/README for details."
;
\
else
true
;
\
fi
;
;
\
esac
# Install the dynamically loadable modules
# This goes into $(exec_prefix)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment