pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:186:
echo "$(exec_prefix)/pike"; $(INSTALL) ./pike $(exec_prefix) ; \ fi @if [ -f $(SRCDIR)/../bin/hilfe ]; then \ echo ; echo "Installing $(exec_prefix)/hilfe..."; \ if [ "$(exec_prefix)" != "/usr/local/bin" -a \ "$(exec_prefix)" != "/usr/local/bin/" ]; then \ if [ -f $(exec_prefix)/hilfe ]; then \ mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old; \ else : ; fi && \ ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
-
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix)) || exit
1 ; \
+
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix)
) || exit
1\
else \ $(INSTALL) $(TMP_BINDIR)/hilfe $(exec_prefix) || exit 1; \ fi; \ chmod a+rx $(exec_prefix)/hilfe; \ chmod u+w $(exec_prefix)/hilfe; \ 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 ; \
pike.git/src/Makefile.in:276:
# run hilfe, for interactive testing run_hilfe: $(RUNPIKE) $(TMP_BINDIR)/hilfe feature_list: $(RUNPIKE) $(TMP_BINDIR)/feature_list lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include cp -r $(LIBDIR_SRC) .
-
-cvs_dirs="`find lib -type d -name CVS`"; if test "
x$cvs
_dirs" = "x" ; then : ; else rm -r
$cvs
_dirs; fi
+
-cvs_dirs="`find lib -type d -name CVS`"; if test "
x$$cvs
_dirs" = "x" ; then : ; else rm -r
$$cvs
_dirs; fi
-files="`find lib -type f -name '*~'` `find lib -type f -name '.#*'` `find lib -type f -name '#*#'`"; if test "x$files" = "x" ; then : ; else rm $files; fi -touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch) # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code. export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike Odbc Oracle _Crypto