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.
122
1998/10/
22
15
:
56
:
20
grubba Exp $
+
# $Id: Makefile.in,v 1.
123
1998/10/
28
11
:
34
:
14
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:275:
else : ; fi; \ echo "$(exec_prefix)/pike-module"; \ $(INSTALL) ./pike-module "$(exec_prefix)" || exit 1; \ chmod a+rx "$(exec_prefix)/pike-module"; \ chmod u+w "$(exec_prefix)/pike-module"; \ fi; \ else : ; fi @echo ; echo "Installing header-files..."; \ for a in $(SRCDIR)/*.h *.h ; do \ $(INSTALL) $$a "$(prefix)/include/pike" || exit 1; \
-
chmod a+r "$(prefix)/include/pike" ; \
-
chmod u+w "$(prefix)/include/pike" ; \
+
: Should use the basename here. ; \
+
:
chmod a+r "$(prefix)/include/pike" ; \
+
:
chmod u+w "$(prefix)/include/pike" ; \
done @$(INSTALL) modules/dynamic_module_makefile $(prefix)/include/pike/dynamic_module_makefile @$(INSTALL) ./aclocal $(prefix)/include/pike/aclocal.m4 @echo ; echo "Installing modules written in Pike..."; \ for f in `cd "$(LIBDIR_SRC)"; find . -type f -print | grep -v '/CVS/'`; do \ if cmp "$(share_prefix)/$$f" "$(LIBDIR_SRC)/$$f" >/dev/null 2>&1 ; \ then : ; else \ echo "$(share_prefix)/$$f"; \ if [ -f "$(share_prefix)/$$f" ]; then \ mv -f "$(share_prefix)/$$f" "$(share_prefix)/$$f.old"; \ else : ; fi; \ rm -f "$(share_prefix)/$$f.o" >/dev/null 2>/dev/null ; \
-
+
cp "$(LIBDIR_SRC)/$$f" "$(share_prefix)/$$f" || exit 1; \
+
chmod a+r "$(share_prefix)/$$f"; \
+
chmod u+w "$(share_prefix)/$$f"; \
+
fi ; \
if [ -f "$(lib_prefix)/$$f" ]; then \ if test "x$(lib_prefix)" != "x$(share_prefix)"; then \ mv -f "$(lib_prefix)/$$f" "$(lib_prefix)/$$f.now_in_share.old"; \ else : ; fi; \ else : ; fi; \
-
cp "$(LIBDIR_SRC)/$$f" "$(share_prefix)/$$f" || exit 1; \
-
chmod a+r "$(share_prefix)/$$f"; \
-
chmod u+w "$(share_prefix)/$$f"; \
-
fi ; \
+
done @echo ; echo "Installing modules written in C..."; \ for f in `cd "$(TMP_LIBDIR)"; find . -type f -print`; do \ if cmp "$(lib_prefix)/$$f" "$(TMP_LIBDIR)/$$f" >/dev/null 2>&1 ; \ then : ; else \ echo "$(lib_prefix)/$$f"; \ if [ -f "$(lib_prefix)/$$f" ]; then \ mv -f "$(lib_prefix)/$$f" "$(lib_prefix)/$$f.old"; \ else : ; fi; \ rm -f "$(lib_prefix)/$$f.o" >/dev/null 2>/dev/null ; \