Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0b7e31

Browse files
committed
Rene Liebscher <[email protected]>:
Install the scripts in the BeOS directory, allowing use from the distutils on BeOS systems. The target location has been adjusted to match that used for the AIX helper scripts. This closes SourceForge patch #101207.
1 parent 3d0c77b commit b0b7e31

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Makefile.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,23 @@ libainstall: all
405405
echo; echo "See Misc/AIX-NOTES for details."; \
406406
else true; \
407407
fi
408+
@if [ "$(MACHDEP)" == "beos" ] ; then \
409+
echo; echo "Installing support files for building shared extension modules on BeOS:"; \
410+
$(INSTALL_DATA) BeOS/README $(LIBPL)/README; \
411+
echo; echo "$(LIBPL)/README"; \
412+
$(INSTALL_DATA) BeOS/README.readline-2.2 $(LIBPL)/README.readline-2.2; \
413+
echo "$(LIBPL)/README.readline-2.2"; \
414+
$(INSTALL_DATA) BeOS/dl_export.h $(LIBPL)/dl_export.h; \
415+
echo "$(LIBPL)/dl_export.h"; \
416+
$(INSTALL_PROGRAM) BeOS/ar-fake $(LIBPL)/ar-fake; \
417+
echo "$(LIBPL)/ar-fake"; \
418+
$(INSTALL_PROGRAM) BeOS/linkcc $(LIBPL)/linkcc; \
419+
echo "$(LIBPL)/linkcc"; \
420+
$(INSTALL_PROGRAM) BeOS/linkmodule $(LIBPL)/linkmodule; \
421+
echo "$(LIBPL)/linkmodule"; \
422+
echo; echo "See BeOS/README for details."; \
423+
else true; \
424+
fi
408425

409426
# Install the dynamically loadable modules
410427
# This goes into $(exec_prefix)
@@ -569,3 +586,4 @@ funny:
569586
-o -name .cvsignore \
570587
-o -name MANIFEST \
571588
-o -print
589+
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY

0 commit comments

Comments
 (0)